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

Re: Dylan and XML



Ron Franke-polz" <ron.franke-polz@iac.honeywell.com> wrote:
> I've got a project where I need to parse and create XML documents. Does
> anyone have any experience (or pearls of wisdom) on how I can bind a XML
> parser to a Dylan program or XML and Dylan strategies in general? I'm
> looking to linearize object graphs to XML and and them re-constituting
them
> back.

Probably the easiest thing to do would be to use James Clark's expat
(http://www.jclark.com/expat.htm) interfaced through C-FFI (if you are using
Functional Developer) or Melange (if you are using Gwydion Dylan).

At some point I'm going to finish my Dylan-based parser.  I have rather high
goals for it, though (grove-based interface, push and pull style support,
etc.), so it may take awhile.

Cheers,
-Peter-


References: