[
Lists Home |
Date Index |
Thread Index
]
> > 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
|