> > I don't know -- seems like both the API and the implementation are > sufficiently different (actually kind of clever how it generates arbitrary > tags via import statements).
It may have a different implementation (otherwise it would an imitation of html.py), but I guess he thought it would be better to reinvent the wheel instead of looking for an existing implementation of almost the same interface. I like the "from htmlmodule import anytag" magic, but what if one wants to use only tags defined by html or xhtml? Maybe it has a way of specifying the set of element names allowed. -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

