Project

Profile

Help

Bug #4660 » bugXXXinc.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"
xpath-default-namespace="FOO" version="3.0" xmlns="FOO">
<xsl:template match="a">
<A/>
</xsl:template>
</xsl:stylesheet>
(2-2/2)