Steve - Did you try using fn:replace? e.g. fn:replace(fn:replace($title,
"<", "&amp;lt;"), ">", "&amp;gt;")


On Sat, Jul 29, 2017 at 5:32 AM, Steve Anderson <steve.ander...@gmail.com>
wrote:

> I have a string like this:
>
> A title for <placeholder> the product
>
> and I'd like to replace it with
>
> A title for &lt;placeholder&gt; the product
>
> Basically, I want to make the a valid XML text node, fixing greater than,
> less than, and ampersands.  I thought I could make xdmp:quote do that, but,
> perhaps because it's Friday afternoon, I can't find the right options to
> make it work.
>
> Is there any easy solution I can't find?
>
>        Steve
>
>
>
> _______________________________________________
> General mailing list
> General@developer.marklogic.com
> Manage your subscription at:
> http://developer.marklogic.com/mailman/listinfo/general
>
>
_______________________________________________
General mailing list
General@developer.marklogic.com
Manage your subscription at: 
http://developer.marklogic.com/mailman/listinfo/general

Reply via email to