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 > >
