Hi all,

I am using the following code to create a TextNode :

                Text myTxtNode = myXMLDocument.createTextNode(s_Text);

where s_Text contains a string with newlines.

It seems that whenever upgrading Xerces (probably from 1.01 to 1.03) broke
my code so that my newline information disappears and thus is not processed
by my XSL (which contains a template to replace newlines by <BR/>).

Any idea ? TIA

Ed.

Reply via email to