Is there any method defined in the marklogic function library with which we can convert (or try to convert) a string ( xs:string type) to xml ' document '? In my problem, I usually get xml sent via request parameters. Now I have to parse this xml as a document. So I have to take this as a string and parse it. What is the solution for this case?
source share