[racket] xml processing question

From: Manfred Lotz (manfred.lotz at arcor.de)
Date: Thu Dec 23 03:36:44 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.
> 
> If you look on PLaneT, you will find a few processing libraries, like
> an XPath implementation.
> 

The only xpath implementation I found is the one for sxml. There
doesn't seem to be an xpath implementation for xexpr. Right, or did I
overlook anything?


-- 
Manfred



Posted on the users mailing list.