rtf with xalan? 2003-04-03 - By Joseph Kesselman
<Susann.Todtenhaupt@(protected)> wrote: > it is possible to transform xml (and a stylesheet) directly with > xalan into rtf? Or have I to use another converter (for example fop)?
Possible? Probably. A stylesheet can be told to output text, so you can build things up character by character.
Easy/efficient? Probably not. Having your stylesheet produce an XML-FO document and running that through FOP is probably a better answer.
<br><font size=2><tt><Susann.Todtenhaupt@(protected)> wrote:<br> > it is possible to transform xml (and a stylesheet) directly with<br> > xalan into rtf? Or have I to use another converter (for example fop)?<br> </tt></font><font size=2 face="sans-serif"><br> Possible? Probably. A stylesheet can be told to output text, so you can build things up character by character.</font> <br> <br><font size=2 face="sans-serif">Easy/efficient? Probably not. Having your stylesheet produce an XML-FO document and running that through FOP is probably a better answer.</font> <br> <br>
|
|