On September 25, 2005 18:48, Stéphane Laurière wrote:
Hi all,
Using XWiki 0.9.840 I get systematically the error below when trying to
export any document to PDF. Do you have any idea about it? I tried both
UTF-8 and ISO-8859-1 encodings and I got the same result. The XML
conversion works fine.
It may not be related but I noticed some weirdness with the language settings.
When I clicked on edit a page it negated me the right saying the translation
did not exist (without telling me the language) and it gave me the english
flags. I clicked on it and everything went fine afterwards.
Stéphane
================================
com.xpn.xwiki.XWikiException: Error number 12003 in 12: XSL
Transformation Failed
Wrapped Exception: The processing instruction target matching
"[xX][mM][lL]" is not allowed.
at com.xpn.xwiki.pdf.impl.PdfExportImpl.applyXsl(PdfExportImpl.java:176)
at
com.xpn.xwiki.pdf.impl.PdfExportImpl.convertXHtmlToXMLFO(PdfExportImpl.java
:154) at
com.xpn.xwiki.pdf.impl.PdfExportImpl.exportXHtml(PdfExportImpl.java:86) at
com.xpn.xwiki.pdf.impl.PdfExportImpl.exportHtml(PdfExportImpl.java:115) at
com.xpn.xwiki.pdf.impl.PdfExportImpl.export(PdfExportImpl.java:129) at
com.xpn.xwiki.pdf.impl.PdfExportImpl.exportToPDF(PdfExportImpl.java:119) at
com.xpn.xwiki.XWikiService.renderPDF(XWikiService.java:969)
================================