⚲
Project
Profile
Help
Tour this page
Frequent Planio Questions
Learning Resources
Get started with Agile
Sign in
Register
Switch Planio account
Open in Planio App
Share current page
Search
:
Projects
All Projects
Help
Tour this page
Frequent Planio Questions
Learning Resources
Get started with Agile
Sign in
Register
Switch Planio account
Open in Planio App
Share current page
Saxon
Overview
Roadmap
Issues
Calendar
Blog
Documents
Forums
Files
Repository
Download (542 Bytes)
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)
Loading...