Hi,

it seems I found a bug. I've downloaded the latest archive of the
DocBook stylesheets from http://snapshots.docbook.org/ (file
docbook-xsl-snapshot.tar.bz2, 15-May-2014 17:02). Compare the output of
html and xhtml:

  $ cd html
  $ diff -u chunk.xsl profile-chunk.xsl
  [...]
  -<xsl:include href="chunk-code.xsl"/>
  +<xsl:include href="profile-chunk-code.xsl"/>

Ok, this makes sense. Now compare it to xhtml:

  $ cd ../xhtml
  $ diff -u chunk.xsl profile-chunk.xsl
  [... unimportant stuff deleted ...]

The profile-chunk-code.xsl is missing in profile-chunk.xsl! However, in
SVN the corresponding line is there.

Interestingly, the other XHTML stylesheets (xhtml-1_1 and xhtml5)
contain this line!

I guess this has something to do how xhtml is generated from html.

Could someone confirm or reject my analysis? Any ideas?


-- 
Gruß/Regards,
    Thomas Schraitle

---------------------------------------------------------------------
To unsubscribe, e-mail: docbook-apps-unsubscr...@lists.oasis-open.org
For additional commands, e-mail: docbook-apps-h...@lists.oasis-open.org

Reply via email to