Re: Re; Keynote, is it scriptable (XML?)
Re: Re; Keynote, is it scriptable (XML?)
- Subject: Re: Re; Keynote, is it scriptable (XML?)
- From: John W Baxter <email@hidden>
- Date: Fri, 10 Jan 2003 22:48:00 -0800
- Envelope-to: email@hidden
Well, Apple's .plist files start with a preamble like (there's a "little
bit" of line wrap...the second and third lines as the message likely
arrives go together)
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN"
"
http://www.apple.com/DTDs/PropertyList-1.0.dtd">
The URL in there leads to a file with "everything you need to know." Oh,
wait, I learned that in kindergarten. A few books on XML will help. ;-)
Personally, I would use Python, not AppleScript, to play about changing a
Keynote document this way. But that doesn't mean everyone should.
--John
At 9:27 -0500 1/9/2003, Paul Gobble wrote:
>
Will Apple publish the XML tags for Keynote documents, or do you just
>
dissect Keynote generated documents?
>
>
-Paul
>
>
> Short answer:
>
>
>
> You don't script Keynote, you script changes to its files, which are
>
> easy
>
> to change because of the XML (structured text) form.
>
>
>
> (You could "script" Excel that way, but its files are "a little
>
> harder" and
>
> the reverse engineering would violate the license unless a court
>
> decided it
>
> didn't.)
>
>
>
> --John
>
>
>
> --
>
> John Baxter email@hidden Port Ludlow, WA, USA
>
> _______________________________________________
>
> 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
>
_______________________________________________
>
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.
--
John Baxter email@hidden Port Ludlow, WA, USA
_______________________________________________
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.