Keith L. Breinholt wrote:

  Hi,

> I’ve looked through the document and it is referring to the
> © html entity.  However, this is a valid HTML entity, so
> why is it throwing this exception

  But XML is not HTML.  And those entities are not "pre-declared"
in any way.  So I expect that to fail.  But actually when I try
to reproduce this based on the partial example you provided, I
get it working:

    xdmp:unquote("<p>&copy;</p>", "", ("format-xml", "repair-none"))

gives the following when evaluated through CQ:

    <p>©</p>

  Regards,

-- 
Florent Georges
http://fgeorges.org/



      

_______________________________________________
General mailing list
[email protected]
http://developer.marklogic.com/mailman/listinfo/general

Reply via email to