Changeset 86633 in vbox
- Timestamp:
- Oct 20, 2020 7:23:30 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 141008
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/xhtml-qhelp.xsl
r86613 r86633 29 29 <xsl:value-of select="$newline" /> 30 30 <xsl:element name="toc"> 31 <xsl:apply-templates select="//xhtml:div[@class='toc']//xhtml:span[@class='chapter'] "/>31 <xsl:apply-templates select="//xhtml:div[@class='toc']//xhtml:span[@class='chapter'] | //xhtml:div[@class='toc']//xhtml:span[@class='preface']"/> 32 32 </xsl:element><!-- toc --> 33 33 <xsl:value-of select="$newline" /> … … 60 60 61 61 <!-- ===================toc related template(s)====================== --> 62 <xsl:template match="xhtml:span[@class='chapter'] ">62 <xsl:template match="xhtml:span[@class='chapter'] | xhtml:span[@class='preface']"> 63 63 <xsl:element name="section"> 64 64 <xsl:attribute name="title">
Note:
See TracChangeset
for help on using the changeset viewer.