[racket] New users, XML, and xml/path

From: Greg Hendershott (greghendershott at gmail.com)
Date: Tue Jun 18 08:58:51 EDT 2013

> 3. Can't get elements with their attributes:  If I try `(se-path*/list
> '(rows) xe)` I get back '(). Huh.  I guess that's because the <row>
> elements have empty bodies -- the interesting stuff is in their
> attributes. OK, but I don't see how to get the element with attributes
> conveniently, using xml/path.

Typo there. I meant

(se-path*/lis '(rows) xe)`

Posted on the users mailing list.