Exception in thread "main" java.lang.NoClassDefFoundError:
com/icl/saxon/pattern/NodeTest
That's a class in Saxon 6, which implements XSLT 1.0. I think the most
likely explanation is that you are using an old version of DocBook which
detects that the processor is Saxon and then assumes that it must be Saxon
6. You probably want a newer version of the DocBook stylesheets, one which
recognizes more recent versions of Saxon.
Michael Kay
http://www.saxonica.com/
--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--