XPST0003 for decimal formats without any properties
Hi All, Given the query: declare decimal-format test; () BaseX 9.0 reports: Error: Stopped at basex-9.0/file, 1/28: [XPST0003] Decimal-format property '' is invalid. This is a valid XQuery 3.1 file, as https://www.w3.org/TR/xquery-31/#doc-xquery31-DecimalFormatDecl denotes the property production as "*", not "+". Kind regards, Reece
Fixed [1]; looks as if a former restriction was loosened. Thanks, Christian [1] https://github.com/BaseXdb/basex/commit/ebe0b276d38962b060208e8f55efad53e71a... On Sun, Jul 1, 2018 at 8:43 PM Reece Dunn <msclrhd@googlemail.com> wrote:
Hi All,
Given the query:
declare decimal-format test; ()
BaseX 9.0 reports:
Error: Stopped at basex-9.0/file, 1/28: [XPST0003] Decimal-format property '' is invalid.
This is a valid XQuery 3.1 file, as https://www.w3.org/TR/xquery-31/#doc-xquery31-DecimalFormatDecl denotes the property production as "*", not "+".
Kind regards, Reece
participants (2)
-
Christian Grün -
Reece Dunn