Re: [xml-dev] Using xsd:list and getting data from xml file

From
liam mail <>
To
Date
2009-02-19T12:50:02Z
ID
<>
Thread
Re: [xml-dev] Using xsd:list and getting data from xml file


2009/2/18 C. M. Sperberg-McQueen <[email protected]>
On 18 Feb 2009, at 16:40 , liam mail wrote:


Michael

I was using C++ with Tiny Xml which I understand is a light weight library, would a better alternative be xerces?


I would expect Xerces-C to provide access to the typed
value, and thus to the individual items in a list, yes.
(But I will confess that I almost always write all my
XML processing code in XSLT, and I have not done more with
the Xerces-C and -J libraries than play with them a little
bit.)

best,

Michael

--
****************************************************************
* C. M. Sperberg-McQueen

* http://www.blackmesatech.com
* http://cmsmcq.com/mib
* http://balisage.net
****************************************************************



From what I have seen in the Xerces documentation I do not believe this library has this functionality, yet it provides a method (just like Tiny Xml) to grab the elements data as a char array. Could anybody suggest a C++ library which could do what I am looking for. Saxon has the ability to grab the information yet it is a java or .Net library only.
Thanks