Re: best way to store XML data?
Re: best way to store XML data?
- Subject: Re: best way to store XML data?
- From: Ian was here <email@hidden>
- Date: Wed, 26 Oct 2005 08:24:16 -0700 (PDT)
I would store XML data in a node-like tree structure.
Each element being an instance of an XML node, which
contains that node's attributes and data, as well as
child nodes.
--- Lutz Horn <email@hidden> wrote:
> Hi,
>
> 2005/10/24, Michael Hanna <email@hidden>:
> > I have XML data that I need to store in an obj-c
> data structure.
> > What's the best way to keep all the attributes and
> data?
>
> Have you read the section "Design Considerations"[1]
> of the
> "Event-Driven XML Programming Guide for Cocoa"[2]?
> Maybe the ideas
> discussed there are useful.
>
> Lutz
>
> [1]
>
<URL:http://developer.apple.com/documentation/Cocoa/Conceptual/XMLParsing/Articles/HandlingElements.html#//apple_ref/doc/uid/20002265-1001863>
> [2]
>
<URL:http://developer.apple.com/documentation/Cocoa/Conceptual/XMLParsing/index.html>
> _______________________________________________
> Do not post admin requests to the list. They will be
> ignored.
> Cocoa-dev mailing list
> (email@hidden)
> Help/Unsubscribe/Update your Subscription:
>
>
> This email sent to email@hidden
>
__________________________________
Yahoo! FareChase: Search multiple travel sites in one click.
http://farechase.yahoo.com
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden