<html><head>

<link media="all" type="text/css" href="/webmail/static/deg/css/wysiwyg-4230203003.css" rel="stylesheet">
</head><body>
Hi,<br><br>Take the following example XHTML namespace declaration:<br><br>&lt;html xmlns="http://www.w3.org/1999/xhtml"&gt;<br><br><br>If the namespace has no prefix, I can always use a wild card:<br><br>//*:table to find all &lt;table&gt; elements.<br><br>However, how would I declare the namespace for elements that do not have a prefix? Normally I would use something like this:<br><br><em>declare namespace</em> foo=http://www.foo.com/foo” <br><br>But XHTML does not have a prefix.<br><br>Thanks,<br><br>Phil<br><br></body></html>