Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Simple XML parsing
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00525988
Message ID:
00526472
Views:
18
>>>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
Previous
Reply
Map
View

Click here to load this message in the networking platform