[
Lists Home |
Date Index |
Thread Index
]
- To: "Eliasen Jan" <jaela@wmdata.com>,<xml-dev@lists.xml.org>
- Subject: RE: [xml-dev] c++ validating parser for xml
- From: "Joshua Allen" <joshuaa@microsoft.com>
- Date: Fri, 9 Jan 2004 10:31:26 -0800
- Thread-index: AcPWujNFP7yElx0xTLKVGtmzouv46wAJGxiQ
- Thread-topic: [xml-dev] c++ validating parser for xml
What was wrong with Xerces again? That seems the obvious choice for
portability.
> -----Original Message-----
> From: Eliasen Jan [mailto:jaela@wmdata.com]
> Sent: Friday, January 09, 2004 6:08 AM
> To: 'xml-dev@lists.xml.org'
> Subject: RE: [xml-dev] c++ validating parser for xml
>
> Hi
>
> I am writing a library that other C++ code uses. And it must run under
> different unix-versions, so I guess MSXML is out of the question?
>
> Jan
>
> -----Original Message-----
> From: Thomas B. Passin [mailto:tpassin@comcast.net]
> Sent: 9. januar 2004 15:05
> To: 'xml-dev@lists.xml.org'
> Subject: Re: [xml-dev] c++ validating parser for xml
>
>
>
> Eliasen Jan wrote:
> > I need to write a C++ program that takes an xml-document as input,
and
> > checks that it is valid xml and also validates the xml against a
DTD.
> >
>
> Do you need to hand the results to some more C++ code, or do you just
> need to report the results? In the latter case, you can use any
> validating parser via a system call.
>
> Cheers,
>
> Tom P
>
>
>
> -----------------------------------------------------------------
> The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
> initiative
> of OASIS <http://www.oasis-open.org>
>
> The list archives are at http://lists.xml.org/archives/xml-dev/
>
> To subscribe or unsubscribe from this list use the subscription
> manager: <http://lists.xml.org/ob/adm.pl>
>
>
> -----------------------------------------------------------------
> The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
> initiative of OASIS <http://www.oasis-open.org>
>
> The list archives are at http://lists.xml.org/archives/xml-dev/
>
> To subscribe or unsubscribe from this list use the subscription
> manager: <http://lists.xml.org/ob/adm.pl>
|