Sha256: 0fd51f0e9e769188c34adce2f3c53e1fff8b69e277d99bcde97eadbcc22f6da4
Contents?: true
Size: 419 Bytes
Versions: 50
Compression:
Stored size: 419 Bytes
Contents
<?xml version="1.0"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" xmlns:a="http://www.akomantoso.org/2.0" exclude-result-prefixes="a"> <xsl:import href="elements.xsl" /> <xsl:output method="html" /> <xsl:template match="/"> <!-- root_elem is passed in as an xpath parameter --> <xsl:apply-templates select="$root_elem" /> </xsl:template> </xsl:stylesheet>
Version data entries
50 entries across 50 versions & 1 rubygems