RE: How to obtain .fo file?

2001-05-31 Thread James Telfer
The following transforms 2 stream sources to a DOM tree (I use code something like this with Xalan2): { TransformerFactory tf = TransformerFactory.newInstance(); Transformer t = tf.newTransformer(new StreamSource(new FileInputStream(xslDocFile))); DOMResult transformResult

Re: How to obtain .fo file?

2001-05-31 Thread Weiqi Gao
On 31 May 2001 11:20:40 +0200, Di Perna Francesco wrote: > > I just want say thanks to all the people that helped me for my > previous question. I have another one. Somebody have a code example > for transform an xml file and xsl file into .fo file? Take a look at the JAXP 1.1 API Specificatio