| -----Original Message-----
| From: Shane Handford
|
| docbook-xsl-1.74.3/fo/graphics.xsl
|
| xmlns:stext="http://nwalsh.com/xslt/ext/com.nwalsh.saxon.TextFactory"
|
| Results in:
| java.lang.ClassCastException: com.nwalsh.saxon.TextFactory
|
| Full error message attached.
|
| Using:
| docbook-xsl-1.74.3/fo
| Saxon 9.1
| Same results under Saxon 8.8
The TextFactory class is part of the DocBook extensions for Saxon (packaged
in saxon65.jar). These extensions do not work with Saxon 8 or 9. You must
switch to Saxon 6.5.5 if you want to use them.
Mauritz