[racket] xml processing question

From: Manfred Lotz (manfred.lotz at arcor.de)
Date: Thu Dec 23 02:35:38 EST 2010

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



Posted on the users mailing list.