This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Error in chunker.xsl, v1.48 ...


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]