This is the mail archive of the docbook@lists.oasis-open.org mailing list for the DocBook project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

href.target bug with PI dbhtml-dir and chunk.first.sections =0 ?


Hi, 

working with dbxsl 1.53.0:

template href.target produces a wrong href if you have a PI
inside a section which is not chunked because its the
first section in context and you have
chunk.first.sections = 0

Of course you can call it an error if you use an PI
with dir attribute if it is not a chunk... 

----- snip XML--

<chapter id="test">
 <title>Test</title>  
 <section id="suchmaschinen">
  <?dbhtml dir="notachunk" filename="notachunk.html"?>
  <title>Test</title> 
 </section>
 ...
</chapter>

---- snip XSL --

<xsl:import href="/usr/local/src/docbook-xsl-1.53.0/html/chunk.xsl"/>
<xsl:param name="suppress.navigation">0</xsl:param>
<xsl:param name="indent">no</xsl:param>
<xsl:param name="chapter.autolabel" select="0"/>
<xsl:param name="chunk.first.sections" select="0"/>
<xsl:param name="chunk.section.depth" select="5"/>
<xsl:param name="use.id.as.filename" select="'1'"/>

kind regards,
janning


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