1<?xml version="1.0" encoding="UTF-8"?>
2<property:test-object xmlns:property="http://example.com/namespace-property">
3  <property:title><![CDATA[This is a nice title.]]></property:title>
4  <property:author xmlns="http://example.com/namespace-author">
5    <ns-ac3651ed:author xmlns:ns-ac3651ed="http://example.com/namespace-modified"><![CDATA[smith]]></ns-ac3651ed:author>
6    <info><![CDATA[hidden-info]]></info>
7    <property:name><![CDATA[mr]]></property:name>
8  </property:author>
9</property:test-object>
10