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

From: Greg Hendershott (greghendershott at gmail.com)
Date: Tue Jun 18 09:00:34 EDT 2013

FFS, I hit send key by accident. Must need more coffee.

I meant I typed '(rows) not '(row).  Even with the correct <row>
(singular), you get back '(), for the reason I mentioned.

    (se-path*/lis '(row) xe)

=>
    '()


On Tue, Jun 18, 2013 at 8:58 AM, Greg Hendershott
<greghendershott at gmail.com> wrote:
>> 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.