Hi
I'm new to the list and I've got a problem. 
I export an XML-file with the help from Xerces, and if there is an ampersand in 
a String I replace it with &. 
This works fine but when I parse the file with a DOMParser the Value of the 
string ends right where the & begins, example:

        String a = "hc543&65"

is being converted to 

        a = "hc543&65"

When I parse the exported XML-file the value of the String is 

        "hc543"

Why doesn't the parser convert the & to an ampersand, &, like it should?

Thanks

--- jsl ---

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to