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
<greghendersh...@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)`
____________________
  Racket Users list:
  http://lists.racket-lang.org/users

Reply via email to