On 10/26/05, Josu Oyanguren <[EMAIL PROTECTED]> wrote:
> if you have a master.kid with
>
> <body
> py:match="item.tag=='{http://www.w3.org/1999/xhtml}body'">
Untested, but you might be able to do this:
<body py:match="item.tag=='{http://www.w3.org/1999/xhtml}body'"
py:attrs="item.items()">
Assuming that works, that would be a good thing to add to the default
master.kid.
Kevin

