Click to See Complete Forum and Search --> : XMLDom error on loadXML


January 20th, 2000, 01:32 PM
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...

Chris Eastwood
January 20th, 2000, 02:25 PM
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

April 28th, 2000, 08:35 AM
what is xmldom ? where can I down load the info