This is the mail archive of the kawa@sources.redhat.com mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Problem with Java application


Carmelo Montanez wrote:
    I Am new to kawa and I am running into the a problem.  Following
is a piece of code, for which I am getting the error that follows it, Any
idea of what the problem could be?

     declare namespace op = "http://www.w3.org/2002/11/xquery-operators";
...

That is a bug in Kawa (Qexo's) XQuery parser. Just omit the "declare". That one had me going for a while too...


Note that Qexo's XQuery implementation is a subset. If you understand Java, then you can peruse the sources to get a better idea of what is happening (relevant sources are in gnu/xquery/lang and gnu/xquery/util).

Jim


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]