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, Moderators, DataMystic Support, Moderators
- DataMystic Support
- Site Admin
- Posts: 2229
- 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, https://www.DataMystic.com
https://www.JadeDiabetes.com - Insulin dose calculator for Type 1 diabetes
https://www.DownloadPipe.com - 250,000 free software downloads
Simon Carter, https://www.DataMystic.com
https://www.JadeDiabetes.com - Insulin dose calculator for Type 1 diabetes
https://www.DownloadPipe.com - 250,000 free software downloads