Showing posts with label xquery in-memory change xml marklogic. Show all posts
Showing posts with label xquery in-memory change xml marklogic. Show all posts

Tuesday, November 22, 2011

Change XML in-memory in XQuery for Marklogic

$bar = xdmp:unquote(

fn:replace(

xdmp:quote($foo),

"string to be replaced",

"new string value"

)

)