Specifiy type when converting from XML to JSON in MarkLogic Specifiy type when converting from XML to JSON in MarkLogic json json

Specifiy type when converting from XML to JSON in MarkLogic


You can do that by defining an XML Schema for the non-string type elements. Just make sure it is available in the context (by loading it into xdmp:schemas-database()), and that it is recognized (your XML needs to have a namespace that matches the XML Schema, and you might wanna use import schema)..

HTH!