Re: Reading XML files
Re: Reading XML files
- Subject: Re: Reading XML files
- From: Philip Aker <email@hidden>
- Date: Thu, 29 Aug 2002 00:47:41 -0700
On Wednesday, August 28, 2002, at 04:14 PM, Reinhold Penner wrote:
It is relatively easy to read user defaults from a plist file, but how
do I do this from a generic XML file (plist or otherwise)? Of course
just reading it as text is easy too, but I would like to access a dict
entry directly without any text processing.
cp "path/to/x.xml" "path/to/x.plist"
defaults read "path/to/x.plist"
Philip Aker
http://www.aker.ca
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.