780 Document incompatibility in format-number etc - #925
Conversation
… the required type is union(string, QName)
|
I added changes to the coercion rules that allow an I also made the change suggested in issue #911 to change the table caption in the coercion rules from "type promotion" to "implicit casting". |
|
The CG agreed to merge this PR without discussion at meeting 060 |
|
Note: the original change to allow an xs:QName argument to functions such function-available and element-available was made in the initial editor's draft accepted by the CG as its baseline. I have arbitrarily linked test cases etc to this PR as an identifier for the change. |
Fix #780
Changes the XSLT and F+O specs to document a minor incompatibility arising from the change to functions such as
format-number()to accept an argument of typeunion(xs:string, xs:QName)rather thanxs:string.In addition, in XSLT, all such functions now accept
union(xs:string, xs:QName)rather thanunion(xs:QName, xs:string). This is primarily to make them all consistent.