[plt-scheme] Favorite library for parsing XML in PLT 4? 3?

From: John Clements (clements at brinckerhoff.org)
Date: Wed Apr 8 13:49:52 EDT 2009

On Apr 7, 2009, at 2:01 PM, Jay McCarthy wrote:

> For dirt simple XML tasks, I use the xml collect.
>
> If I want to use obvious XPath queries, like when I am polling a Web
> service, I use SXML and the SXPath implementation. Otherwise, I just
> use the xml collect, convert to an xexpr, and write the query by hand.

To clarify for those at home: when you refer to "SXML and SXPath",  
you're referring to the same PLaneT code that Jim Bender's referring  
to as "SSAX", AFAICT.

John

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2484 bytes
Desc: not available
URL: <http://lists.racket-lang.org/users/archive/attachments/20090408/dc684411/attachment.p7s>

Posted on the users mailing list.