[plt-scheme] Favorite library for parsing XML in PLT 4? 3?
Unfortunately, the XML collection's lack of namespace-awareness is a
deal-breaker for some of my current uses. I'd be very happy if it
supported namespace-ey features, since I otherwise don't need fancier
machinery.
-jacob
On Tue, Apr 7, 2009 at 2:01 PM, Jay McCarthy <jay.mccarthy at gmail.com> 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.
>
> 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
> _________________________________________________
> For list-related administrative tasks:
> http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>