Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Exception code=E06D7363 in xmltocursor
Message
De
01/02/2021 16:02:31
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
XML, XSD
Titre:
Exception code=E06D7363 in xmltocursor
Divers
Thread ID:
01677985
Message ID:
01677985
Vues:
59
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform