OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Subject: DOCBOOK-APPS: 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



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Powered by eList eXpress LLC