Sha256: 1f4d4322e17821e4abe6dd2e46de572f378d0620271ca8f533a724f133a9b23b
Contents?: true
Size: 617 Bytes
Versions: 34
Compression:
Stored size: 617 Bytes
Contents
<preprocess-xslt> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:mn="https://www.metanorma.org/ns/ogc" version="1.0"> <xsl:output method="xml" version="1.0" encoding="UTF-8" indent="no"/> <xsl:preserve-space elements="*"/> <xsl:template match="@* | node()"> <xsl:copy><xsl:apply-templates select="@* | node()"/></xsl:copy> </xsl:template> <xsl:template match="mn:note/mn:name"> <xsl:copy><xsl:apply-templates select="@*|node()"/><xsl:if test="normalize-space() != ''">:<mn:tab/></xsl:if></xsl:copy> </xsl:template> </xsl:stylesheet> </preprocess-xslt>
Version data entries
34 entries across 34 versions & 1 rubygems