massive xml docs
Ken Ray
kray at sonsothunder.com
Thu Feb 9 03:02:17 EST 2006
On 2/9/06 1:32 AM, "Todd Geist" <tg.lists at geistinteractive.com> wrote:
>
> On Feb 8, 2006, at 11:15 PM, Ken Ray wrote:
>
>>
>> If I read it correctly, the answer is "no" - basically, with "true"
>> as the
>> last param, you're telling the DLL to send you a message when it's
>> about to
>> start parsing the tree, when it encounters each node (so you can
>> extract
>> attributes from the node) and when it encounters data for the node.
>> So you
>> write your own code to work with the XML data as it's being parsed...
>
> hmmm... that may be perfect for what I need to do, since I don't need
> to parse the whole document, just the parts the user is interested
> in. It is unlikely that user will ever need to get at the vast
> majority of the data in there.
Yes, and now that I see how this works, I'll add it to my XML Library too...
:-)
Ken Ray
Sons of Thunder Software
Web site: http://www.sonsothunder.com/
Email: kray at sonsothunder.com
More information about the use-livecode
mailing list