Changeset 99411 in vbox for trunk/doc/manual
- Timestamp:
- Apr 14, 2023 11:57:04 PM (23 months ago)
- svn:sync-xref-src-repo-rev:
- 156861
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/ditamap-to-single-xml.xsl
r99014 r99411 45 45 </xsl:template> 46 46 47 <!-- topicref -> topicwrap; but not man_xxxx references -->47 <!-- topicref -> topicwrap; but not man_xxxx (need converting) and glossentry-xxxx (not topics) references --> 48 48 <xsl:template match="topicref"> 49 <xsl:if test="not(contains(@href, 'man_')) and not(contains(@href, '-man.')) ">49 <xsl:if test="not(contains(@href, 'man_')) and not(contains(@href, '-man.')) and not(contains(@href, 'glossentry-'))"> 50 50 <topicwrap> 51 51 <xi:include href="{./@href}" xmlns:xi="http://www.w3.org/2001/XInclude" xpointer="xpointer(/topic)" />
Note:
See TracChangeset
for help on using the changeset viewer.