RE: [docbook-apps] TextFactory import failing under Saxon 9.1

From
Mauritz Jeanson <>
Date
2009-04-05T09:26:01+00:00
ID
CDD991084C054E9CAE1CCE26AC14D3DB@D7MZ171J
Thread
RE: [docbook-apps] TextFactory import failing under Saxon 9.1
|  -----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