|
[XQuery Talk Mailing List Archive Home] [By Date] [By Thread] [By Subject] [By Author] [Recent Entries] [Reply To This Message] Regular Expression searchMartin Probst martin at x-hive.comThu Dec 15 09:46:55 PST 2005
Hi, be careful with expressions like //*[matches(. "...")]. Because regular expressions can be _very_ complex it's impossible to speed this query up by an index, so you'll be matching the RegExp over each node in the document - not good. Better take "contains()" or "starts-with()" for simple queries. Martin On Wed, 2005-12-14 at 15:23 -0300, Elarrat, EFC wrote: > Me again...just trying to know the following: > > <tagA> > <subTagA>My Name Is Eduardo</subTagA> > </tagA> > <tagB> > <subTagB>My Name Is Elarrat</subTagB> //Corrected! =) > </tagB> > > I saw the matches function and I got it well (I think...), but could > anybody please give me an example of how to use the matches function > on this case? like, searching for all tags that contains "Name"? Like > "Name*" or "*Name"? > > If somebody doesn't understand, please ask Howard to translate it for > you =) > > Thanks a lot > > Eduardo Elarrat > _______________________________________________ > http://xquery.com/mailman/listinfo/talk > http://xquery.com/mailman/listinfo/talk
|
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
|






