Re: Lists to XML ?
Re: Lists to XML ?
- Subject: Re: Lists to XML ?
- From: Shane Stanley <email@hidden>
- Date: Sat, 25 Mar 2017 12:27:42 +1100
On 25 Mar 2017, at 2:35 am, Jean-Christophe Helary <email@hidden> wrote:
return tmxRoot's XMLString() as text
You'll probably find it easier when troubleshooting to use something like this instead:
return (tmxRoot's XMLStringWithOptions:((current application's NSXMLDocumentTidyXML) + (get current application's NSXMLNodePrettyPrint))) as text
But once you make an XML document, you probably want to get its XMLData(), and write that to a file. |
_______________________________________________
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