Title: Message
We are writing an xslt file to disk, and it contains lines such as:
 
   <xsl:value-of select="'blah'"/>
 
When this is flattened via XMLWriter, the single qoutes are written as &apos.  Looking at the XMLWriter code, this behavior seems un-alterable.  Am I missing something?  Is there a way to write nodes with apostrophies etc. without encoding them as &apos and such?
 
Thanks.
 

Reply via email to