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>
5    <foo xmlns="http://example.com/namespace-author">
6      <ns-ac3651ed:author xmlns:ns-ac3651ed="http://example.com/namespace-modified"><![CDATA[smith]]></ns-ac3651ed:author>
7      <info><![CDATA[hidden-info]]></info>
8      <property:name><![CDATA[mr]]></property:name>
9    </foo>
10  </property:author>
11</property:test-object>
12