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>
Match entire file
Moderators: DataMystic Support, Moderators
- DataMystic Support
- Site Admin
- Posts: 2287
- Joined: Mon Jun 30, 2003 12:32 pm
- Location: Melbourne, Australia
- Contact:
Hi Peter,
I think you'd have to do this using a VBScript subfilter - accumulate the whole file into one string, then check it.
I think you'd have to do this using a VBScript subfilter - accumulate the whole file into one string, then check it.
Regards,
Simon Carter, http://DataMystic.com/forums/index.php
http://PredictBGL.com - Insulin dose calculator for Type 1 diabetes
http://DownloadPipe.com - 250,000 free software downloads
http://DetachPipe.com - send huge email attachments
Simon Carter, http://DataMystic.com/forums/index.php
http://PredictBGL.com - Insulin dose calculator for Type 1 diabetes
http://DownloadPipe.com - 250,000 free software downloads
http://DetachPipe.com - send huge email attachments