1<?xml version="1.0" encoding="UTF-8"?> 2<root> 3 <!-- Example with special characters and CDATA --> 4 <data><![CDATA[Some <encoded> data & other "special" characters]]></data> 5 <message>Hello & Welcome!</message> 6</root> 7