> (Just noticed that this does not work for "readonly", but only for other
> boolean attributes such as "selected", "checked"; this seems to be a bug
> in Kid.)

Thats the problem I was having seems that readonly regardless of the
value will always be true if its in the tag.

I am not sure what this is to be honest... xml / turbogears / kid
newbie here...

 >>> print kid.Template('<span xmlns:py="http://purl.org/kid/ns#";
value="" />')
<?xml version="1.0" encoding="utf-8"?>
<span value="" />
 >>> print kid.Template('<span xmlns:py="http://purl.org/kid/ns#";
value="${None}" />')
<?xml version="1.0" encoding="utf-8"?>
<span />

But just looking it at I would assume it would suffer from the same
problem.

Paul


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to