Re: [xml-dev] Converting XML to RTF

From
Jonathan Perret <>
To
Date
2001-12-12T10:27:21Z
ID
<02ad01c182f7$96267400$0109e4d5@jperret>
Thread
Re: [xml-dev] Converting XML to RTF
> > I want to transform XML to a RTF file with header , footer and image .
> >
> > Currently I am using a third party Java API to convert XML to RTF.
> > If any one can tell me is there any other JavaAPI or XML technology
> > available
> > to convert a XML to a RTF with header, footer and image information.
> 
> I'd still use OmniMark (http://www.omnimark.com) for that. Since not all
> of the information required for the layout and pagination necessarily
> exists in the XML, OTS tools aren't likely to get you over the line the
> way a programming language can.

XSLT could perhaps do the job too - I used it once to generate an RTF 
document with tables, from XML data.

Jonathan