Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

invalid cahracter when loading xml into xmldom

Status
Not open for further replies.

jcr77

Programmer
Aug 29, 2005
1
US
I got a parsing error when trying to load a xml into a xmldom object. The invalid char is #
I understant the loadxml function of xmldom accept only bstr but I do not know how to convert my string to bstr to be able to parse it.

Any ideas?

Thanks!
 
# is a valid XML character. You've probably mis-diagnosed the problem.

Jon

"I don't regret this, but I both rue and lament it.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top