[racket] xml processing question
On Wed, 22 Dec 2010 12:23:00 -0700
Jay McCarthy <jay.mccarthy at gmail.com>
wrote:
> (require xml) does not provide any special processing functions. You
> can use normal pattern matching and functions on both the XML data
> structures and the xexpr representation. I used 'match' a lot.
>
I see. Thanks for the information.
> If you look on PLaneT, you will find a few processing libraries, like
> an XPath implementation.
>
I'll take a look at that.
--
Thanks,
Manfred