Hallo, I am looking for a way to translate an xml-file 1:1 to pdf, i.e. the xml-file "<?xml version="1.0" encoding="UTF-8"?> <f> <x c="d">e</x> </f>" should have exactly the same pdf output: "<?xml version="1.0" encoding="UTF-8"?> <f> <x c="d">e</x> </f>". In other words, I want to look at my input file. But the only thing I can manipulate is the XSL file, as the FOP runs on a server. In addition, I don't know the exact structure of the XML-file.
is it possibly to write an xsl that has that output? regards, maxmus -- View this message in context: http://www.nabble.com/output-xml-structure-with-xsl--tp17364239p17364239.html Sent from the FOP - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
