Is there any method defined in marklogic function library, by which we can convert (or try to convert) a string (xs:string type) to an xml ‘document‘ type? In my problem, I shall normally get an xml sent through request parameters. now I have to parse this xml as a document. So I have to take it as a string and parse it. What is the solution for this case?
Is there any method defined in marklogic function library, by which we can convert
Share
I think xdmp:unquote is what you are looking for.