Match entire file
Posted: Tue Feb 01, 2005 8:32 pm
probably easy but hard for me
how to match whole xml file (or multiline string) which does not contain
word (tag) <Group>
e.g.
<?xml version="1.0" encoding="windows-1250"?>
<Product id="Trial Input" Producer="Bosch" >
<Group>12</Group>
</Product>
how to match whole xml file (or multiline string) which does not contain
word (tag) <Group>
e.g.
<?xml version="1.0" encoding="windows-1250"?>
<Product id="Trial Input" Producer="Bosch" >
<Group>12</Group>
</Product>