qt4cg / qtspecs

QT4 specifications
https://qt4cg.org/
Other
28 stars 15 forks source link

The escape-solidus option should apply to xml-to-json #1347

Closed ndw closed 1 week ago

ndw commented 1 month ago

Recently, we added an escape-solidus option to fn:serialize(). That option should apply to fn:xml-to-json() as well.

It's not immediately obvious to me if there are other serialize options that should apply as well.

ChristianGruen commented 1 month ago

Good point. For number-formatter, it’s the other way round: It is available for fn:xml-to-json, but not for fn:serialize, and for which it would definitely be useful – but it’s probably a bigger step to introduce function item options in the serialization spec.