Re: [xml-dev] CSS instead of Namespace

From
Manos Batsis <>
To
Date
2008-02-20T10:42:20Z
ID
<>
Thread
Re: [xml-dev] CSS instead of Namespace
Dmitry Turin wrote:
> I propose to specify namespace not only in tags themselves,
> but also in CSS, what is more convenient in much cases. E.g.

Does not look right. This will hide namespace information from the XML 
parser, unless it is able to parse CSS as well. Other than that, CSS 
namespace awareness [1] is crucial for proper styling of XML documents.

[1] http://www.w3.org/TR/css3-namespace/

Cheers,

Manos