There's a barbaric parser, as well as an XML node toolkit, on PickSource.
Just go to downloads and look for the XML sub-group in the categories. The
simplest method for parsing XML is to break the document down by ">".
Well-formed XML will never contain a ">" or "<" character that isn't part of
an element tag.
 
  If you want DTD validation then you will need to either pass the document
through a validator on the O/S first, or write a validator yourself in
MVBASIC. The first option is most modular and easiest to implement if you
use a Perl module, PHP lib, or hack one of the Xerces C++ sample validation
programs to just return a status code.

-------------------------------------------
Glen Batchelor
IT Director
All-Spec Industries
phone: (910) 332-0424
fax: (910) 763-5664
e-mail: [EMAIL PROTECTED]
-------------------------------------------
www.allspec.com
-------------------------------------------
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:owner-u2-
> [EMAIL PROTECTED] On Behalf Of Jeffrey Butera
> Sent: Tuesday, October 04, 2005 9:52 AM
> To: u2-users@listserver.u2ug.org
> Subject: [U2] Parsing XML
> 
> I know there are native tools in Unidata to output XML datasets.  However,
> can
> anyone shed light on tools (custom or native) to read/parse XML data?
> 
> --
> Jeff Butera, Ph.D.
> Administrative Systems
> Hampshire College
> [EMAIL PROTECTED]
> 413-559-5556
> -------
> u2-users mailing list
> u2-users@listserver.u2ug.org
> To unsubscribe please visit http://listserver.u2ug.org/
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to