Tool to create XSL:FO without stylesheet from Java?

2002-02-15 Thread Roland
Hello, does anyone have a good tool to create an XSL:FO file without the use of a stylesheet? The idea is to use the program to read in an XML file and convert it to XSL:FO. Basically you are substituting the stylesheet. The reason I want to do this is because I think XSLT is very

Re: Tool to create XSL:FO without stylesheet from Java?

2002-02-15 Thread Bertrand Delacretaz
On Friday 15 February 2002 15:47, Roland wrote: does anyone have a good tool to create an XSL:FO file without the use of a stylesheet? You might want to look at jdom (www.jdom.org), a very nice DOM manipulation library for java. Saxon (http://users.iclway.co.uk/mhkay/saxon) is also a good

RE: Tool to create XSL:FO without stylesheet from Java?

2002-02-15 Thread Giannetti, Fabio
PROTECTED]] Sent: 15 February 2002 14:47 To: [EMAIL PROTECTED] Subject: Tool to create XSL:FO without stylesheet from Java? Hello, does anyone have a good tool to create an XSL:FO file without the use of a stylesheet? The idea is to use the program to read in an XML file and convert