PDA

Click to See Complete Forum and Search --> : XML and Ampersand


noble
May 21st, 2002, 01:25 AM
I'm writing a piece of code that is parsing a file and putting it
into a structured XML file. When i try to open up that xml file in IE
it will break at a line with an '&' symbol (ampersand) saying that
whitespace is not permitted here. I rewrote the piece of code
to avoid writing anything with an ampersand in it and it opens
fine in IE.

What do i have to do to fix this?

Thanks for any help....

Rick Bull
May 21st, 2002, 05:38 AM
If I understand you correctly when you need just an ampersand you use & rather than just plain &