Your top-level template listens to "IMPFACT", but your XML contains "IMPFAC" as the top-level element. Because of that the template is never triggered and instead default templates provided by XSLT are being used and they just output the node content found. That's why the generated FO looks more like a text file than an XML file.
On 07.02.2008 15:46:09 Cristian Ferrero wrote: > i follow your advice and transform my xsl in fop...it works but i don't > think that fo file appears to be a valid one, because it has no nodes, when > i try to convert fo to pdf error says > > org.xml.sax.SAXParseException: Content is not allowed in prolog > > i post my 3 files <snip/> Jeremias Maerki --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
