[Zope] Accessing DOM nodes from python: how?

Catonano a.peluso@fulltrading.it
Fri, 21 Dec 2001 22:15:41 +0100


I'm sorry if I already post this message but I'm not sure what my 
mailer is doing.

If this is a repost, I'm sorry.

I saw a javascript accessing a value put in a html tag like this:


<TD ID= "blah">
Td contents
</TD>

or something similar.

Javavascript could read that "blah"

Now, how can I do the same from python? Can I?

Thanks to anybody can help me.
Bye
Catonano