All Downloads are FREE. Search and download functionalities are using the official Maven repository.

oioubl.2.0.2.OIOUBL_Common_Schematron_UBL2.1.xml Maven / Gradle / Ivy

??<?xml version="1.0" encoding="UTF-16" standalone="yes"?>



<!--PATTERN abstracts-->

<xsl:template match="text()" priority="-1" mode="M0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:sch="http://www.ascc.net/xml/schematron" xmlns:iso="http://purl.oclc.org/dsdl/schematron" />

<xsl:template match="@*|node()" priority="-2" mode="M0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:sch="http://www.ascc.net/xml/schematron" xmlns:iso="http://purl.oclc.org/dsdl/schematron">

<xsl:choose>

<!--Housekeeping: SAXON warns if attempting to find the attribute

                           of an attribute-->

<xsl:when test="not(@*)">

<xsl:apply-templates select="node()" mode="M0" />

</xsl:when>

<xsl:otherwise>

<xsl:apply-templates select="@*|node()" mode="M0" />

</xsl:otherwise>

</xsl:choose>

</xsl:template>





© 2015 - 2024 Weber Informatics LLC | Privacy Policy