Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Simple XML parsing
Message
De
03/07/2001 16:29:37
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00525988
Message ID:
00526472
Vues:
19
>>>You may want to try using SAX (Simple Access XML?) rather than the full-blown XML engine. I really don't know how much of a difference will be in memory/speed, but I think SAX is designed for scenarions like the one you are describing.
>>>
>>Thanks Hector,
>>http://msdn.microsoft.com/library/default.asp?url=/library/en-us/xmlsdk30/htm/sax2_gettingstarted_bestusessax.asp
>>is what I'm starting to read right now.
>
>Ugh!, SAX and XMLReader are part of the .NET thing, not for me right now, I was thinking in something quick, simple and already done.

No, MSXML 3.0 has SAX functionality built in, you can use it independent of .NET. Unfortunately, you have to have VFP 7 to implement the VBSAXHandler interfaces. Not that I recommend the SAX parser for you situation anyway- to much trouble for a tiny document.
Erik Moore
Clientelligence
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform