zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #01540
Re: [Merge] lp:~juan457/zorba/xqxq-api-changes into lp:zorba
> The implementation of getExternalVariables in the xqueryimpl level is done.
Juan, I fixed the implementation of the XQuery::getExternalVariables() method. The main problem there was that you were comparing QName items using their string value. This is not correct because the string value of a QName does not contain its naespece URI, so it is possible for 2 QNames to have the same string value, even though the QNames are not the same. Please take a look at the changes.
--
https://code.launchpad.net/~zorba-coders/zorba/xqxq-api-changes/+merge/79589
Your team Zorba Coders is subscribed to branch lp:zorba.
References