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: attributes in xquery element constructor


Marco Vezzoli wrote:
> When I try to do expression like this
> ...<element attribute={ $i}>...
> kawa-xquery repl fails quietly and do not resume.

For now you have have to use quotes:
   <element attribute="{$i}">...

I thoughr they had gotten rid of the non-quote syntax, but I guess not!
-- 
	--Per Bothner
per@bothner.com   http://www.bothner.com/per/


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