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

From: Jay McCarthy (jay.mccarthy at gmail.com)
Date: Tue Apr 7 17:01:32 EDT 2009

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.

Jay

-- 
Jay McCarthy <jay at cs.byu.edu>
Assistant Professor / Brigham Young University
http://teammccarthy.org/jay

"The glory of God is Intelligence" - D&C 93


Posted on the users mailing list.