Hi,
I'd like to search an xml doc (or rather Element with sub elements) for a string. It needs to be an exact match.
Here's a sample of the xml
<Car>
<Make value="German\Opel"/>
<Make value="German\Benz"/>
<Make value="Japanese\Nissan"/>
</Car>