Sha256: 49a25379799a5aa1ed2259c8f40a5e496cabdb458bdf70ec855057d0ba85eb47
Contents?: true
Size: 463 Bytes
Versions: 3
Compression:
Stored size: 463 Bytes
Contents
<?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" exclude-result-prefixes="xs" version="2.0"> <xsl:template match="document"> <container> <xsl:apply-templates/> </container> </xsl:template> <xsl:template match="heading"> <child> <xsl:apply-templates/> </child> </xsl:template> </xsl:stylesheet>
Version data entries
3 entries across 3 versions & 1 rubygems