From 528c1e5ff51e213936e800fc5a9a25da99c0bdf2 Mon Sep 17 00:00:00 2001 From: Perberos Date: Mon, 7 Nov 2011 16:46:58 -0300 Subject: initial --- plugins/taglist/XSLT.tags.xml.in | 337 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 337 insertions(+) create mode 100755 plugins/taglist/XSLT.tags.xml.in (limited to 'plugins/taglist/XSLT.tags.xml.in') diff --git a/plugins/taglist/XSLT.tags.xml.in b/plugins/taglist/XSLT.tags.xml.in new file mode 100755 index 00000000..f9591a25 --- /dev/null +++ b/plugins/taglist/XSLT.tags.xml.in @@ -0,0 +1,337 @@ + + + + + + <xsl:apply-imports> + </xsl:apply-imports> + + + <xsl:apply-templates select=" + "/> + + + <xsl:attribute name=" + "></xsl:attribute> + + + <xsl:attribute-set name=" + "></xsl:attribute-set> + + + <xsl:call-template name=" + "/> + + + <xsl:choose> + </xsl:choose> + + + <xsl:comment> + </xsl:comment> + + + <xsl:copy/> + + + <xsl:copy-of select=" + "/> + + + <xsl:decimal-format/> + + + <xsl:element name=" + "></xsl:element> + + + <xsl:fallback> + </xsl:fallback> + + + <xsl:for-each select=" + "> </xsl:for-each> + + + <xsl:if test=" + "> </xsl:if> + + + <xsl:import href=" + "/> + + + <xsl:include href=" + "/> + + + <xsl:key name=" + " match="" use=""/> + + + <xsl:message> + </xsl:message> + + + <xsl:namespace-alias stylesheet-prefix=" + " result-prefix=""/> + + + <xsl:number/> + + + <xsl:otherwise> + </xsl:otherwise> + + + <xsl:output encoding="utf-8" method=" + "/> + + + <xsl:param name=" + "></xsl:param> + + + <xsl:preserve-space elements=" + "></xsl:preserve-space> + + + <xsl:processing-instruction name=" + "></xsl:processing-instruction> + + + <xsl:sort/> + + + <xsl:strip-space elements=" + "></xsl:strip-space> + + + <xsl:stylesheet version=" + "/> </xsl:stylesheet> + + + <xsl:template match=" + "> </xsl:template> + + + <xsl:text/> + + + <xsl:value-of select=" + "/> + + + <xsl:variable select=" + "/> + + + <xsl:when test=" + > </xsl:when> + + + <xsl:with-param name=" + "></xsl:with-param> + + + + + + boolean( + ) + + + ceiling( + ) + + + comment() + + + concat( + ,,) + + + contains( + ,) + + + count( + ) + + + current() + + + document( + ,) + + + element-available( + ) + + + false() + + + floor( + ) + + + format-number( + ,,) + + + function-available( + ) + + + generate-id( + ) + + + id( + ) + + + key( + ,) + + + lang( + ) + + + last() + + + local-name( + ) + + + name( + ) + + + namespace-uri( + ) + + + node() + + + normalize-space( + ) + + + not( + ) + + + number( + ) + + + position() + + + processing-instruction( + ) + + + round( + ) + + + starts-with( + ,) + + + string( + ) + + + string-length( + ) + + + substring( + ,,) + + + substring-after( + ,) + + + substring-before( + ,) + + + sum( + ) + + + system-property( + ) + + + text() + + + translate( + ,,) + + + true() + + + unparsed-entity-uri( + ) + + + + + + ancestor:: + + + ancestor-or-self:: + + + @ + + + child:: + + + descendant:: + + + // + + + following:: + + + following-sibling:: + + + namespace:: + + + .. + + + preceding:: + + + preceding-sibling:: + + + . + + + -- cgit v1.2.1