bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-apl] XML to APL


From: Elias Mårtenson
Subject: Re: [Bug-apl] XML to APL
Date: Fri, 28 Aug 2015 14:47:34 +0800

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, <address@hidden> 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<address@hidden>
Date: Aug 28, 2015 12:15 AM
To: address@hidden
CC: "address@hidden" <address@hidden>

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, <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]