<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE root SYSTEM "root.dtd">
<?xml-stylesheet href="xpath.xsl" type="text/xsl"?>
<!-- root.xml -->
<root>
   <child position="first">
       <name>Eileen &last1;</name>
   </child>
<?Process usage="xsltproc root.xsl root.xml"?>
   <child position="second">
       <name><![CDATA[<<<Amanda>>>]]> &last2;</name>
   </child>
<!-- Could be more children later. -->
</root>
