I am getting and error while using the Microsoft xml parser, while i try to parse a string of xml.
If I have a " & " in between the string then it gives me an error "whitespace is not allowed at this location.
Anyone help...
Printable View
I am getting and error while using the Microsoft xml parser, while i try to parse a string of xml.
If I have a " & " in between the string then it gives me an error "whitespace is not allowed at this location.
Anyone help...
I think that to use those kinds of characters in your XML file, you'll need to define your Element as a 'CDATA' type within your DTD.
Chris Eastwood
CodeGuru - the website for developers
http://codeguru.developer.com/vb
what is xmldom ? where can I down load the info