Re: sxml dom
Mike Lin <mikelin-DPNOqEs/[email protected]> Thu, 16 Dec 2004 11:44:35 -0500
| Newsgroups | gmane.lisp.scheme.ssax-sxml |
|---|---|
| Message-ID | <[email protected]> |
Everyone has different needs, and your mileage may vary, but I think most SSAX users find that manipulating an SXML structure with Scheme's native linguistic features (assoc, pattern matching, etc.) is much preferable to using a DOM API in Scheme or any other language. -Mike On Dec 16, 2004, at 11:36 AM, Julian Graham wrote: > Hi everyone, > Correct me if I'm wrong, but it looks like the DOM support provided > by SSAX is limited to parsing documents that could be manipulated > according Document Object Model concepts (i.e., parsing XML > documents), and that SSAX does not actually provide a DOM-manipulation > API. Has there been any discussion of perhaps adding such an API > (didn't see any on the lists)? Or do people think that would be the > province of an application that uses SSAX? > In case it's not obvious, I'm writing such an application, and I'm > looking into how possible it would be to do a fully Scheme > implementation of the DOM3 core API without adding any extra > annotation to the SXML format. If it were possible, is there room in > the SSAX project for a full DOM implementation? > > > Cheers, > Julian > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real > users. > Discover which products truly live up to the hype. Start reading now. > http://productguide.itmanagersjournal.com/ > _______________________________________________ > ssax-sxml mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ssax-sxml ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/