Match entire file

Get help with installation and running here.

Moderators: DataMystic Support, Moderators, DataMystic Support, Moderators, DataMystic Support, Moderators

Post Reply
Peter B.

Match entire file

Post 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>
User avatar
DataMystic Support
Site Admin
Posts: 2227
Joined: Mon Jun 30, 2003 12:32 pm
Location: Melbourne, Australia
Contact:

Post 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.
Peter B.

Post by Peter B. »

Ok Thank You
Post Reply