From: Geoff Schaller on
Ed Richard wrote a simple XML parsing class based on the MS XML DOM
Document library (which is free of course). Basically works well.


"Kari" <kari.hyvonen(a)dbcoy.com> wrote in message
news:cS7fn.5139$pL1.91(a)uutiset.elisa.fi:

> Thanks Geoff,
>
> I have a very detailed documentation of the XML file layout. It is an
> electronic invoice transfering method to banks in Finland. They have
> accepted that standard form for the file (I think it is globally used?). The
> problem to me is that I must fill in the data to that form and I don't want
> to do it the heavy way. So some nice parsing tools for VO in VO code would
> help me. I studied the small sample XML that came with VO 2.7 and got some
> ideas from that.
>
> Envelope
> TagA
> Tag1<my data1>\tag1
> Tag2<my data2>\tag2
> Tag3<my data3>\tag3
> \TagA
> \Envelope
>
> etc...
>
> Kari