[jira] [Updated] (XALANJ-2764) supporting representing literal numeric values according to xpath3 spec
"Mukul Gandhi (Jira)" <[email protected]> Sat, 28 Feb 2026 14:59:00 +0000 (UTC)
| Newsgroups | gmane.text.xml.xalan.devel |
|---|---|
| Message-ID | <[email protected]> |
[ https://issues.apache.org/jira/browse/XALANJ-2764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mukul Gandhi updated XALANJ-2764:
---------------------------------
Fix Version/s: xslt3.0_alpha1
> supporting representing literal numeric values according to xpath3 spec
> -----------------------------------------------------------------------
>
> Key: XALANJ-2764
> URL: https://issues.apache.org/jira/browse/XALANJ-2764
> Project: XalanJ2
> Issue Type: New Feature
> Security Level: No security risk; visible to anyone(Ordinary problems in Xalan projects. Anybody can view the issue.)
> Components: Xalan, XPath
> Reporter: Mukul Gandhi
> Assignee: Mukul Gandhi
> Priority: Major
> Fix For: xslt3.0_alpha1
>
>
> XPath 3.1 specifies following, to represent literal numeric values.
> If an input literal number does not contain ., e and E then the literal number is of type xs:integer.
> If an input literal number contains ., but not e and E then the literal number is of type xs:decimal.
> If an input number contains e or E then the literal number is of type xs:double.
> I'm creating this jira issue, to track doing these implementation changes.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)