Re: XMLParser
Re: XMLParser
- Subject: Re: XMLParser
- From: Dave Geering <email@hidden>
- Date: Tue, 24 Mar 2009 14:13:09 +1100
On Tue, Mar 24, 2009 at 1:53 PM, Development
<email@hidden> wrote:
> I'm using an an NSXMLParser to parse a document. some of the elements are as
> follows: <element property="value">Some Thing</element>
> The problem is that I cannot seem to come up with the element's property.
> During the parse which callback is going to give me the property and it's
> value?
Those are usually called attributes, not properties. Have a look at
this delegate method:
parser:foundAttributeDeclarationWithName:forElement:type:defaultValue:
http://developer.apple.com/documentation/Cocoa/Reference/Foundation/Classes/NSXMLParser_Class/Reference/Reference.html#//apple_ref/doc/uid/20001984-BBCCIFGB
Cheers,
Dave
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >XMLParser (From: Development <email@hidden>) |