Hi All, What command can be used for text-search on the text between a pair of element tags?
For example: I would like to retrieve <name> John Smith </name> by �John Smith� or �Smi� from an xml document containing: � <name> John Smith </name> <name> John Doe </name> <name> Bill Herb</name> <name> Dave Gold </name> <name> Susan Chen </name> <name> jimmy Sun </name> Thanks, Charles
