Next in thread → Next in month →

DOCBOOK-APPS: Re: DocBook XSL Stylesheets V1.52.0 released

From
Michael Wiedmann <>
Date
2002-07-08T19:00:26+00:00
ID
Thread
DOCBOOK-APPS: Re: DocBook XSL Stylesheets V1.52.0 released
* Norman Walsh <> [020708 14:06]:
> / Michael Wiedmann <> was heard to say:
> | at xsl:attribute on line 153 of file:/home/mw/docbook-xsl-1.52.1/html/chunker.xsl:
> |   Cannot write an attribute node when no element start tag is open
> 
> Oops. I can reproduce it. And I think it's a Saxon bug.

I switched my customization to:

  <xsl:param name="chunker.output.method" select="'html'"/>
  <xsl:param name="chunker.output.doctype-public" 
    select="'-//W3C//DTD XHTML 1.0 Transitional//EN'"/>
  <xsl:param name="chunker.output.doctype-system" 
    select="'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'"/>

and deleted my <xsl:template name="process-chunk-element"> override
and still get the same error (the resulting chunk HTML pages don't 
contain a DOCTYPE).

Michael
-- 
                              http://www.miwie.org
Next in thread → Next in month →