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