Re: Lists to XML ?
Re: Lists to XML ?
- Subject: Re: Lists to XML ?
- From: Jean-Christophe Helary <email@hidden>
- Date: Fri, 24 Mar 2017 22:15:28 +0900
> On Mar 24, 2017, at 21:59, Steve Mills <email@hidden> wrote:
>
>> Now, what if I want to add an attribute and it's string value to an element?
>
> Use NSXMLNode's + (id)attributeWithName:(NSString*)name stringValue:(NSString*)stringValue; to create an attribute object, then you can use addAttribute to add that object to the element. There's also -setAttributesWithDictionary: which is really handy if you have everything you need right up front:
>
> [elem setAttributesWithDictionary:@{@"name":theName, @"id":theID}];
Trying that right now.
Jean-Christophe
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden