Eric Scheid wrote:
and this is somewhere in the middle...
<a:copyright type='XHTML'> <h:div>Copyright 2005 John Doe, <em>all rights reserved</em></h:div> </a:copyright>
once you have more than just one set of tags like <em></em> in there.
The em element does not inherit the namespace of he div. You could have bound to one namespace, 'h' to another and still have a third namespace as the default namespace.
It would be inapropriate to forbit declaring the same namespace in multiple ways, but the div is still cruft and unnecessary for declaring namespaces, so I think the div shouldn't be required.
-- Henri Sivonen [EMAIL PROTECTED] http://iki.fi/hsivonen/
