Re: Querying XML

2014-03-14 Thread Michael Sokolov
Yes, Lux automatically indexes text in XML elements associated with their element names so you can run efficient XPath/XQuery queries; in your case I would write: q=/MainData/Info/Info[@name="Bob"][city="Cincinnati"] or q=//Info[@name="Bob"][city="Cincinnati"] It also let's you mix "regular"

Re: Querying XML

2014-03-09 Thread Alexandre Rafalovitch
Are you using or have you looked at http://luxdb.org/ ? Might be relevant. Regards, Alex. Personal website: http://www.outerthoughts.com/ LinkedIn: http://www.linkedin.com/in/alexandrerafalovitch - Time is the quality of nature that keeps events from happening all at once. Lately, it doesn't se