Project

Profile

Help

Bug #3199 » bug_sef_namespace.xsl

the test case - Rémi LEONARD, 2017-04-12 10:29

 
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:xd="http://www.oxygenxml.com/ns/doc/xsl"
xmlns:bugsef="http://www.mybug.com/ spacebug/"
exclude-result-prefixes="xs xd"
version="2.0">
<xd:doc scope="stylesheet">
<xd:desc>
<xd:p><xd:b>Created on:</xd:b> Apr 12, 2017</xd:p>
<xd:p><xd:b>Author:</xd:b> ext-rleonard</xd:p>
<xd:p></xd:p>
</xd:desc>
</xd:doc>
<xsl:template match="/">
<xsl:copy-of select="."/>
</xsl:template>
</xsl:stylesheet>
    (1-1/1)