|
[XQuery Talk Mailing List Archive Home] [By Date] [By Thread] [By Subject] [By Author] [Recent Entries] [Reply To This Message] FLWOR ExpressionJohn Snelson jsnelson at sleepycat.comFri Dec 23 12:18:09 PST 2005
You can just use the XPath expression "as-is" in XQuery - you don't need to decompose it into loops (unless thats what you *want* to do). My tip, however, is to not use the "text()" selector. It is generally a bad idea, as it almost certainly doesn't do what you expect it to do. This FAQ entry explains more about this: http://dev.sleepycat.com/resources/faq_show.html?id=81 John Elarrat, EFC wrote: > I tryed to convert one XPath expression that I did to a FLWOR > expression, guess what? > year...I couldn't...so if anyone could help me, I'd appreciate that. > > I would like to convert this xpath (it's a xpath expression, right?): > > //chunklist/chunk/par/s/tok[orth/text() = "se" and > contains(disamb/ctag/text(), "KS")] > > to some FLWOR expression, with loops and stuff. > > Thanks a lot, > > Eduardo Elarrat > Happy XQuery Christmas > > > ------------------------------------------------------------------------ > > _______________________________________________ > http://xquery.com/mailman/listinfo/talk > http://xquery.com/mailman/listinfo/talk -- John Snelson, Berkeley DB XML Engineer Sleepycat Software, Inc http://www.sleepycat.com Contracted to Sleepycat through Parthenon Computing Ltd http://blog.parthcomp.com/dbxml
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|






