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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CURSORTOXML() - Parsererror

Status
Not open for further replies.

SoftArt

Programmer
Feb 22, 2007
22
DE
Hi all,
I want to import a XML-File but I occure an XML-Parsererror. The unknown value is VersionId="3.06.24".
It is a string not a date value. Is there any parameter to fix this problem.

Thanks
Thomas
 
A parseerror typically can happen, if codepage of the xml does not match the codepage specified in the xml header, if a value does not match a definiton, there are many reasons. Sorry, I can't see from here what would be wrong with that part of XML without seeing the whole XML.

Bye, Olaf.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top