sedj
Programmer
- Aug 6, 2002
- 5,610
Hi,
As we know, XML parsers will error if a tag is like :
<myTag>Bodgit & Scarper</myTag>
and the way to fix this is to have it as :
<myTag>Bodgit & Scarper</myTag>
But, is there any way for the first way to work ? Currently, I am doing a String.replace() type function on the XML before parsing, to convert '&' into '&' ... is this the only real solution ?
Cheers
--------------------------------------------------
Free Database Connection Pooling Software
As we know, XML parsers will error if a tag is like :
<myTag>Bodgit & Scarper</myTag>
and the way to fix this is to have it as :
<myTag>Bodgit & Scarper</myTag>
But, is there any way for the first way to work ? Currently, I am doing a String.replace() type function on the XML before parsing, to convert '&' into '&' ... is this the only real solution ?
Cheers
--------------------------------------------------
Free Database Connection Pooling Software