David Thielen
Wed, 28 Sep 2005 20:36:14 -0700
|
Hi; I need to keep the text for an element exactly as is when
writing the xml file. (This is for a SpreadsheetML file for Excel and it
defines how this works.) So any spaces, cr/lf, etc must be preserved. Also, any <>&’” must be left literally
in the text. (I did not define this spec!!!). At present I have my own writer derived from XMLWriter. But
I was wondering if 1.6.1 now supports this? Thanks - dave |