Hello, I am using xslt to transform documents from XML into LaTeX, but I need to write the LaTeX-doc to a file (so that it could be further transformed to PDF with pdflatex). I tried the solution with <redirect:write file> tags and it works fine, but there is one problem: at the beginning of the written file there is the xml declaration: <?xml version="1.0" encoding="UTF-8"?>, which is obviously bothering in a LaTeX document. Is there a solution to get rid of this?
Jan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
