Sha256: eb724496879b8e1144f292c672496f153974adf98d2e9afbbc53a25649610307
Contents?: true
Size: 360 Bytes
Versions: 2
Compression:
Stored size: 360 Bytes
Contents
<?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet version='1.0' xmlns:xsl='http://www.w3.org/1999/XSL/Transform' xmlns:foo='http://example.com/foo' exclude-result-prefixes='foo'> <xsl:param name='bar'>failure</xsl:param> <xsl:template match='/'> <article><xsl:value-of select='$bar'/></article> </xsl:template> </xsl:stylesheet>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
libxslt-ruby-1.2.0-x64-mingw32 | test/files/params.xsl |
libxslt-ruby-1.2.0 | test/files/params.xsl |