Project

Profile

Help

Bug #5622 ยป DivisionTest.xslt

Vijay Bhushan, 2022-07-29 07:41

 
<?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" xmlns:fn="http://www.w3.org/2005/xpath-functions" exclude-result-prefixes="xs fn">
<xsl:output method="xml" encoding="UTF-8" byte-order-mark="no" indent="yes"/>
<xsl:template match="/">
<Quote_ProcessedTime>
<xsl:attribute name="Val" select="xs:string( xs:decimal('700023') div xs:decimal('3600'))"/>
</Quote_ProcessedTime>
</xsl:template>
</xsl:stylesheet>
    (1-1/1)