git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2053
94cd875c-1c1d-0410-91d2-
eb244daf1a30
<code class="command"><xsl:apply-templates/></code>
</xsl:template>
+ <xsl:template match="directory">
+ <span class="directory"><xsl:apply-templates/></span>
+ </xsl:template>
+
+ <xsl:template match="filename">
+ <a class="filename">
+ <xsl:attribute name="href">file://<xsl:value-of select="text()"/></xsl:attribute>
+ <xsl:apply-templates/>
+ </a>
+ </xsl:template>
+
<xsl:template match="optionref">
<a class="optionref">
<xsl:attribute name="href">
value CDATA #REQUIRED
since CDATA #IMPLIED>
+<!ELEMENT directory (#PCDATA)>
+<!ELEMENT filename (#PCDATA)>
+
<!ELEMENT optionref (#PCDATA)>
<!ATTLIST optionref
ref CDATA #IMPLIED>