1.
XMLPDF Library: Class PDFDocument
InputStream templateStream, java.io.OutputStream pdfStream, java.lang.StringBuffer data) Create a PDF file using template XML file from a stream to an ...
2.
Understanding XML Namespaces
For example "xsl" is the commonly used prefix for the "http://www.w3.org/1999/XSL/Transform" URI. But an example like the one below, which uses "ss" as the ...
3.
Ibex with Saxon
java -classpath \saxon-6.5.5\saxon.jar;\ibex\ibex-4.3.6.jar -Djavax.xml.transform.TransformerFactory=com.icl.saxon.TransformerFactoryImpl ibex. ...
4.
FAQ
The Ibex installation adds ibex10.dll, ibex11.dll and ibexshaping.dll to the GAC. If you install the files onto a server by just copying them, ...
5.
Understanding XML Namespaces
The XSL below is functionally identical to the XSL above. In the XSL above the XSL FO namespace is declared as the default namespace (by using ...
6.
Understanding XML Namespaces
Namespaces are usually declared at the top of an XSL stylesheet, as attributes ... xmlns:fo="http://www.w3.org/1999/XSL/Format" > <xsl:template match="/"> ...
7.
Understanding XML Namespaces
Understanding XML Namespaces. John Farrow, Visual Programming Limited. This technical note describes what XML namespaces are and how they work with Ibex PDF ...
8.
Ibex with Saxon
Saxon Downloads. Saxon can be downloaded from the Saxon website. Supported versions. We have tested Ibex with Saxon versions 6.5.5 and 8.9. ...
9.
Ibex with Saxon
Supported versions. We have tested Ibex with Saxon versions 6.5.5 and 8.9. ... So a full Saxon 8.9 command line looks like this: ...
10.
Ibex with Saxon
Supported versions. We have tested Ibex with Saxon versions 6.5.5 and 8.9. ... So a full Saxon 6.5.5 command line looks like this: ...