RE: How to convert XML to RTF?

2003-02-04 Thread Jasmin Mehta
Thanks Madhavan.   -Original Message- From: Madhavan Srinivasan [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 04, 2003 1:03 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: How to convert XML to RTF?   jfor (*) converts XML documents conforming to the XSL-FO

RE: How to convert XML to RTF?

2003-02-04 Thread Madhavan Srinivasan
jfor (*) converts XML documents conforming to the XSL-FO specification to RTF format, the goal being to use the same XSL-FO documents (as often generated using XSLT transforms) to generate PDF (using FOP or similar) and RTF (using jfor) documents. Please refer http://www.jfor.org/   -Madh