Page 1 of 1

Match entire file

Posted: Tue Feb 01, 2005 8:32 pm
by Peter B.
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>

Posted: Fri Feb 04, 2005 10:05 am
by DataMystic Support
Hi Peter,

I think you'd have to do this using a VBScript subfilter - accumulate the whole file into one string, then check it.

Posted: Fri Feb 04, 2005 10:55 pm
by Peter B.
Ok Thank You