Mukul Gandhi created XALANJ-2764: ------------------------------------ Summary: 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
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) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.org For additional commands, e-mail: dev-h...@xalan.apache.org