Not sure how helpful this is but the original implementation of the
tables/taraxml
addon <https://github.com/jsoftware/tables_taraxml> used the SAX model
which looks like what Expat library uses.

The old code is still available on Github, the following link is to the
commit that moved to xslt from SAX:
https://github.com/jsoftware/tables_taraxml/commit/3af017fcf


On Wed, Aug 29, 2018 at 3:40 AM Raul Miller <[email protected]> wrote:

> There's some commonality between Oleg's xml/expat and the j807
> api/expat, but there's also quite a lot of differences.
>
> I expect the commonality is because they both tie into the same
> underlying expat design.
>
> That said, Oleg's implementation does include an early version of the
> expat documentation (which is more concise than current expat
> documentation I was looking at yesterday, and it looks easier to
> comprehend in its entirety, also). And it may be that Oleg's
> documented examples will convert easily to the api/expat mechanisms,
> so this does look like it might be useful
>
> Thanks,
>
> --
> Raul
>
> On Tue, Aug 28, 2018 at 11:23 AM Gilles Kirouac <[email protected]> wrote:
> >
> > Did you have a look at Oleg Kobchenko's (old) page?
> >
> > http://olegykj.sourceforge.net/
> >
> > The xml parser addon is there.
> >
> >    ~ Gilles
> >
> > Le 2018-08-27 à 21:58, bill lam a écrit :
> > > readme.txt contains minimalist documentation, but perhaps you had
> already
> > > read it.
> > >
> > > On Tue, Aug 28, 2018, 1:28 AM Raul Miller <[email protected]>
> wrote:
> > >
> > >> I noticed that while j's xml/sax/x2j addon is currently dead (or, at
> > >> least, dormant), we now have an api/expat which might serve in similar
> > >> roles.
> > >>
> > >> However, I have not found any documentation or labs on api/expat
> > >> (there are a couple test.ijs example, and I'll have to study them, but
> > >> it's good to have multiple perspectives - especially when picking up
> > >> something new).
> > >>
> > >> Has anyone been using the api/expat addon, who would care to give a
> > >> brief overview?
> > >>
> > >> Thanks,
> > >>
> > >> --
> > >> Raul
> >
> > ----------------------------------------------------------------------
> > For information about J forums see http://www.jsoftware.com/forums.htm
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to