Project

Profile

Help

Bug #4660 » bugXXX.xsl

John Lumley, 2020-07-31 12:02

 
<?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:math="http://www.w3.org/2005/xpath-functions/math" exclude-result-prefixes="xs math"
version="3.0" xmlns="FOO">

<xsl:include href="bugXXXinc.xsl"/>
<!--<xsl:include href="display-tab.xsl"/>-->
<xsl:template match="b" xpath-default-namespace="FOO">
<B/>
</xsl:template>
</xsl:stylesheet>
(1-1/2)