OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook message

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


Subject: RE:DOCBOOK: map the id with the anchor for sections


hi,
you must edit the javahelp.xsl File.

Look at:
xsl:template match="section|sect1|sect2|sect3|sect4|sect5|colophon"
mode="map"

Now insert "#<xsl:value-of select="$id"/>" at:

<mapID target="{$id}">
  <xsl:attribute name="url">     
    <xsl:apply-templates mode="chunk-filename" select="."/>#<xsl:value-of
select="$id"/>
  </xsl:attribute>
</mapID>

i hope i could help you ;-)



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