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]

Re: DocBook XSL Stylesheets V1.52.0 released


* Norman Walsh <ndw@nwalsh.com> [020708 14:06]:
> / Michael Wiedmann <mw@miwie.in-berlin.de> 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
-- 
mw@miwie.in-berlin.de                              http://www.miwie.org
mw@miwie.org


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