[racket] New users, XML, and xml/path
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)`