Project

Profile

Help

Possible bug Saxon EE 10.6 (bool in xpath value) » test-0.xsl

Vitaly Filatenko, 2021-12-20 16:31

 
<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" version="2.0">
<xsl:template match="/">
<root>
<BoolValue>true</BoolValue>
<items>
<item>
<data> 10</data>
<Amount> 100</Amount>
</item>
<item>
<data> 0</data>
<Amount> 999</Amount>
</item>
<item>
<data> 11</data>
<Amount> 101</Amount>
</item>
<item>
<data> 12</data>
<Amount> 102</Amount>
</item>
<item>
<data> 13</data>
<Amount> 103</Amount>
</item>
</items>
</root>
</xsl:template>
</xsl:stylesheet>
(1-1/2)