Re: [basex-talk] concurrency within xquery

2013-01-28 Thread Jens Erat
Hi Seenivasan, what exactly do you want to do? What kind of subqueries are you thinking about? There are currently no plans to support concurrent subqueries of a query, so a single query (regard as sending one request to the database) is always one transaction. You can find more information on

[basex-talk] URI resolver when calling XSLT

2013-01-28 Thread Wendell Piez
Hi, I've run into a similar problem to the one described (I think) below: I can invoke XSLT in BaseX (fantastic) but I get compiler errors if the stylesheet relies on xsl:import or xsl:include (not so good). As I understand it, the JAXP interface (supported by Saxon and Xalan) allows you to

[basex-talk] text() vs string()

2013-01-28 Thread Wendell Piez
Hi, This may be a question about XQuery Full Text, or only about common usage (or misusage?) of XPath; in either case I hope it's on topic. Please tell me if not. In BaseX [A]: let $test := test pThe apple emnever/em falls far from the tree./p p!-- comment --Apples and trees./p