Project

Profile

Help

Bug #1517 ยป castAsInAVT.xsl

Thomas Weber, 2012-05-05 07:35

 
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="2.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xsl:template match="test">
<test test="{'123' cast as xs:double}"/>
</xsl:template>
</xsl:stylesheet>
    (1-1/1)