Sha256: 11dcc1cdfa74a47c437bfe230d1b759e379da9c2f6a09828f1d8120523ebbfd4
Contents?: true
Size: 456 Bytes
Versions: 1
Compression:
Stored size: 456 Bytes
Contents
<?xml version="1.0" encoding="utf-8"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:html="http://www.w3.org/1999/xhtml" xmlns="http://www.w3.org/1999/xhtml" exclude-result-prefixes="html"> <xsl:key name="main" match="html:main" use="''"/> <xsl:template match="/html:*"> <xsl:copy-of select="key('main', '')[1]"/> </xsl:template> </xsl:stylesheet>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rdf-sak-0.1.5 | example/cleanup.xsl |