Project

Profile

Help

Bug #5602 » test.xsl

Octavian Nadolu, 2022-07-13 15:00

 
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="2.0"
xmlns:oxy="http://www.oxygenxml.com/schematron/validation">
<xsl:template match="*">
<xsl:element name="{name()}">
<xsl:attribute name="elementURI" namespace="http://www.oxygenxml.com/schematron/validation"
select="'base-uri()'"/>
</xsl:element>
</xsl:template>
</xsl:stylesheet>
(1-1/2)