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

Version Path
metanorma-ogc-2.6.5 lib/isodoc/ogc/html/preprocess.xslt
metanorma-ogc-2.6.4 lib/isodoc/ogc/html/preprocess.xslt
metanorma-ogc-2.6.3 lib/isodoc/ogc/html/preprocess.xslt
metanorma-ogc-2.6.2 lib/isodoc/ogc/html/preprocess.xslt
metanorma-ogc-2.6.1 lib/isodoc/ogc/html/preprocess.xslt
metanorma-ogc-2.6.0 lib/isodoc/ogc/html/preprocess.xslt
metanorma-ogc-2.5.14 lib/isodoc/ogc/html/preprocess.xslt
metanorma-ogc-2.5.13 lib/isodoc/ogc/html/preprocess.xslt
metanorma-ogc-2.5.12 lib/isodoc/ogc/html/preprocess.xslt
metanorma-ogc-2.5.10 lib/isodoc/ogc/html/preprocess.xslt
metanorma-ogc-2.5.9 lib/isodoc/ogc/html/preprocess.xslt
metanorma-ogc-2.5.8 lib/isodoc/ogc/html/preprocess.xslt
metanorma-ogc-2.5.7 lib/isodoc/ogc/html/preprocess.xslt
metanorma-ogc-2.5.6 lib/isodoc/ogc/html/preprocess.xslt
metanorma-ogc-2.5.5 lib/isodoc/ogc/html/preprocess.xslt
metanorma-ogc-2.5.4 lib/isodoc/ogc/html/preprocess.xslt
metanorma-ogc-2.5.3 lib/isodoc/ogc/html/preprocess.xslt
metanorma-ogc-2.5.2 lib/isodoc/ogc/html/preprocess.xslt
metanorma-ogc-2.5.1 lib/isodoc/ogc/html/preprocess.xslt
metanorma-ogc-2.5.0 lib/isodoc/ogc/html/preprocess.xslt