I'm trying to use the XSLT2 stylesheets to convert a book written against the 5.0RC1 schema, when processing (with Saxon B 8.8) I get the following error:
[xslt] file:/docbook-5-XSL2/common/common.xsl:886: Fatal Error! Cannot compare xs:string to xs:integer
I can resolve this by changing line 888 in the common/common.xsl file from:
<xsl:when test="$useobject != 0">
to:
<xsl:when test="$useobject != '0'">
Cheers,
Ian.
A fix for this issue has been added to the current codebase.
Please test the fix with the latest snapshot from:
http://docbook.sourceforge.net/snapshots/
I checked in this fix.
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).