When I write an ampersand ("&") to the value of an XML node, TXMLDocument
replace it with "&" entity which is fine since when reading it back it
is transformed to the original ampersand.

But my problem is that I want to write CRLF par as "
" to avoid
having the CRLF written as is in the XML document (I find it more readable
to have the CRLF encoded).

How can I tell TXMLDocument to write the ampersand ("&") without escaping it
?

Thanks in advance.
--
[EMAIL PROTECTED]
Author of ICS (Internet Component Suite, freeware)
Author of MidWare (Multi-tier framework, freeware)
http://www.overbyte.be

_______________________________________________
Delphi mailing list -> [email protected]
http://www.elists.org/mailman/listinfo/delphi

Reply via email to