- From: Curtis A. Weyant <dylan38@angelfire.com>
- Date: Mon, 28 Oct 2002 17:37:15 -0400
- To: www-xsl-fo@w3.org
Hello,
I'm looking for a quick and dirty way XSLT solution to convert a tag attribute containing valid CSS2 to the appropriate FO attribute. Let me give an example:
<p style="text-align: center;font-style: italic">Hi There!</p>
Would become:
<fo:block text-align="center" font-style="italic">
Hi There!
</fo:block>
Any thoughts/pointers/references?
Curtis.
____________________________________________________________
Get 25MB of email storage with Lycos Mail Plus!
Sign up today -- http://www.mail.lycos.com/brandPage.shtml?pageId=plus
Received on Monday, 28 October 2002 16:38:00 UTC