Jeff Rancier wrote:
> 
> 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}"

Upgrade your Saxon. Earlier versions of Saxon used attribute file
instead of href on saxon:output.

                                Jirka

-- 
-----------------------------------------------------------------
  Jirka Kosek                        
  e-mail: [EMAIL PROTECTED]
  http://www.kosek.cz

Reply via email to