<[EMAIL 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.

Reply via email to