The standard one peopl euse seems to be Xerces-C (they have both C and C++
API's): https://xerces.apache.org/xerces-c/ This one is probably the best
choice if you want to make sure it's stable and fully compliant.

When googling for alternatives I found this one that people seems to like a
lot. I've never used it so I can't say anything about it:
http://rapidxml.sourceforge.net/index.htm

Regards,
Elias



On 28 August 2015 at 12:56, <[email protected]> wrote:

> Can you suggest an XML parser library for me to take a peek at?
>
> -------- Original Message --------
> Subject: Re: [Bug-apl] XML to APL
> From: Elias Mårtenson<[email protected]>
> Date: Aug 28, 2015 12:15 AM
> To: [email protected]
> CC: "[email protected]" <[email protected]>
>
> I have been considering writing an API that connects GNU APL with a proper
> XML parser library. I haven't really needed it yet, which is why I didn't
> actually do it yet.
>
> It is, however, something you might want to consider.
>
> Regards,
> Elias
>
> On 28 August 2015 at 11:56, <[email protected]> wrote:
>
> > Hi Bug APL,
> >
> > I wrote a piece of code that will take a text vector of XML and return a
> > nested data thing.
> > It is still pretty fragile, and still under development (but I think that
> > is a given). Can the link be added to the community page?
> >
> > If anyone wants to work with what I have, and write getters and setters
> > (similar to how javascript and the DOM interact), please feel free to do
> > so. It is next on my list once I'm confident in this.
> >
> > https://github.com/alexcweiner/AWPL/blob/master/XML/XML.apl
> >
> >
> > -Alex
> >
> >
>
>

Reply via email to