Re: AppleScript --> HTML
Re: AppleScript --> HTML
- Subject: Re: AppleScript --> HTML
- From: John Delacour <email@hidden>
- Date: Fri, 25 Jul 2003 14:16:35 +0100
- Mac-eudora-version: 6.0a28
At 12:36 pm +0100 25/7/03, Nigel Smith wrote:
So, pull out all the attribute runs, wrap them in HMTL/CSS tags dependent on
what they are rather than what they look like, then write the HTML file.
Sound feasible?
Yes, what I'd do is loop through the paras splitting them by ";" and
build a style header
<style ....>
<!--
span.a {font-family:courier}
span.b {}
span.c {}
-->
</style>
etc.
_______________________________________________
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.