On Mon, 15 Mar 2004, Cahill, Earl wrote: [snip xml->html samples]
> Something I currently can't handle, but would like to is pagination. Like > when a character is speaking and their dialogue carries over, there are > rules to show the continuation is going to occur, and that it did occur. > One of those things that is painful to change if you add more dialogue and > had things hard coded. HTML doesn't really have the concept of pagination, so if you're really generating html, you needn't worry about it :-) > There are lots of screenplay writing formatting rules and I would like > to get them all right using a standard library like tt. Just wondering > if anyone has ever worked on similar stuff or if anyone had feedback on > doing the above. Earl If pagination really is important, you need a page based format. You might consider creating LaTeX templates and generating pdfs with the LaTeX filter. I'm not a LaTeX user though so I can't really offer any more help. Simon. -- _______________________________________________ templates mailing list [EMAIL PROTECTED] http://lists.template-toolkit.org/mailman/listinfo/templates
