Hi,

  I am glad to see fn:analyze-string() is supported in MarkLogic
version 6!  Just a difference with the current F&O 3.0 [1]...
When running:

    fn:analyze-string('ab', 'a')

the result is:

    <s:analyze-string-result 
xmlns:s="http://www.w3.org/2009/xpath-functions/analyze-string";>
       <s:match>a</s:match>
       <s:non-match>b</s:non-match>
    </s:analyze-string-result>

but the namespace should be http://www.w3.org/2005/xpath-functions
instead (see?, there is an extra "/analyze-string" at the end, and
2009 should be 2005).

  Regards,

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

[1] http://w3.org/TR/xpath-functions-30/#func-analyze-string
_______________________________________________
General mailing list
[email protected]
http://developer.marklogic.com/mailman/listinfo/general

Reply via email to