When attempting to create HTML from DocBook using Saxon 6.43, I get the
following error:
com.icl.saxon.style.StyleException: At saxon:output on line 88 of
file:/h:/usr/pkg/emacs-20.7/site-lisp/xae-1.0beta6/doctypes/docbook/styles/d
ocbook/html/chunker.xsl: Attribute href is not allowed on this element
The line in chunker.xsl is:
<xsl:when test="element-available('saxon:output')">
<saxon:output href="{$filename}"
method="{$method}"
encoding="{$encoding}"
indent="{$indent}"
saxon:character-representation="{$saxon.character.representation}"> <<---
THIS LINE
<xsl:copy-of select="$content"/>
</saxon:output>
</xsl:when>
Any ideas?
Jeff