CSS to FO???

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