Subject: Re: XHTML to HTML 4
From: Paul Grosso <pgrosso@xxxxxxxxxxxxx>
Date: Thu, 06 Apr 2000 16:20:00 -0500
|
At 13:37 2000 04 06 -0600, Mike Brown wrote:
>> I've got an xhtml document similar to this fragment:
>>
>> <html:table border="0" cellpadding="0" cellspacing="5px">
>> <html:tr>
>> <html:td>
>> <html:span class="StoryHeadline">b</html:span>
>
>Namespaces are inherited by element descendants;
No they aren't. Namespace declarations (including
default namespace declarations) are in force
throughout their scope, but nothing about the uses
of namespaces is inherited.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|