Elias,

I was informed that xerces is not GNU compatible. I was pointed to a lib that 
is GNU friendly (its name escapes me at the moment). I will try to wrap that 
one.

-Alex
-------- Original Message --------
Subject: Re: [Bug-apl] XML to APL
From: Elias Mårtenson<[email protected]>
Date: Aug 28, 2015 2:47 AM
To: [email protected]
CC: "[email protected]" <[email protected]>

The standard one peopl euse seems to be Xerces-C (they have both C and 
C++<br/>API's): https://xerces.apache.org/xerces-c/ This one is probably the 
best<br/>choice if you want to make sure it's stable and fully 
compliant.<br/><br/>When googling for alternatives I found this one that people 
seems to like a<br/>lot. I've never used it so I can't say anything about 
it:<br/>http://rapidxml.sourceforge.net/index.htm<br/><br/>Regards,<br/>Elias<br/><br/><br/><br/>On
 28 August 2015 at 12:56, <[email protected]> wrote:<br/><br/>> Can you 
suggest an XML parser library for me to take a peek at?<br/>><br/>> -------- 
Original Message --------<br/>> Subject: Re: [Bug-apl] XML to APL<br/>> From: 
Elias Mårtenson<[email protected]><br/>> Date: Aug 28, 2015 12:15 AM<br/>> To: 
[email protected]<br/>> CC: "[email protected]" 
<[email protected]><br/>><br/>> I have been considering writing an API that 
connects GNU APL with a proper<br/>> XML parser library. I haven't really 
needed it yet, which is why I didn't<br/>> actually do it yet.<br/>><br/>> It 
is, however, something you might want to consider.<br/>><br/>> Regards,<br/>> 
Elias<br/>><br/>> On 28 August 2015 at 11:56, <[email protected]> 
wrote:<br/>><br/>> > Hi Bug APL,<br/>> ><br/>> > I wrote a piece of code that 
will take a text vector of XML and return a<br/>> > nested data thing.<br/>> > 
It is still pretty fragile, and still under development (but I think that<br/>> 
> is a given). Can the link be added to the community page?<br/>> ><br/>> > If 
anyone wants to work with what I have, and write getters and setters<br/>> > 
(similar to how javascript and the DOM interact), please feel free to do<br/>> 
> so. It is next on my list once I'm confident in this.<br/>> ><br/>> > 
https://github.com/alexcweiner/AWPL/blob/master/XML/XML.apl<br/>> ><br/>> 
><br/>> > -Alex<br/>> ><br/>> ><br/>><br/>><br/>

Reply via email to