Hi,
I have a XML File where the
string <footag> </footag> occurs,
I want to parse this Document,add some processing instructions
and then i want i to write it back again to disk.When i do so,
the string <footag> <footag> is transformed into
<footag> </footag>
Thats odd because i want to process this xml file with a stylesheet and the result of
<xsl:value-of select="//foo"/>
is <footag> <footag> instead of <footag> </footag>
Can i somehow tell the parser to ignore  ?
Thanks,
Holger
[This message has been edited by Holger Prause (edited May 25, 2001).]