← Back to team overview

zorba-coders team mailing list archive

Re: [Merge] lp:~zorba-coders/zorba/xquery3.0_funcs into lp:zorba

 

Review: Needs Fixing

- The fn:path functions returns a wrong result for the following doc/query:

doc.xml
<a><b/><b/></a>

fn:path(doc("doc.xml")/a/b[2])
/"":a[2]/"":b[1]

- As far as I understood from the spec, fn:parse-xml-fragment should return true for the query

fn:parse-xml-fragment("<alpha>abcd</alpha><beta>abcd</beta>") instance of document-node()

-- 
https://code.launchpad.net/~zorba-coders/zorba/xquery3.0_funcs/+merge/101591
Your team Zorba Coders is subscribed to branch lp:zorba.


Follow ups

References