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] | [List Home]


Subject: Bug: Missing profile-chunk-code.xsl for XHTML?


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


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