Second
request...
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of David Hooker
Sent: Friday, September 27, 2002 11:56 AM
To: 'DOM4J-user (E-mail)'
Subject: [dom4j-user] Disabling escaping entities in writingWe 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.