Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Exception code=E06D7363 in xmltocursor
Message
From
01/02/2021 16:02:31
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
XML, XSD
Title:
Exception code=E06D7363 in xmltocursor
Miscellaneous
Thread ID:
01677985
Message ID:
01677985
Views:
60
Big xml file needs converted to VFP cursor

tried
source = CreateObject('MSXML.Domdocument')
stylesheet = CreateObject('MSXML.Domdocument')
resultDoc = CreateObject('MSXML.Domdocument')
resultDoc.validateOnParse = .t.
stylesheet.load(StiiliLeht)
source.load( 'bigxml.xml' )
source.transformNodeToObject(stylesheet, @resultDoc)

* Exception code=E06D7363
IF XMLToCursor(resultDoc.xml, 'result', 8192 )=0
But fatal exception Exception code=E06D7363 occurs in line

IF XMLToCursor(resultDoc.xml, 'result', 8192 )=0

and application terminates.
How to convert big xml file to cursor ?

Posted also in

https://stackoverflow.com/questions/66000261/reading-big-xml-file
Andrus
Next
Reply
Map
View

Click here to load this message in the networking platform