Re: [xml-dev] CSS Scoping in XML Namespaces

From
Robert Koberg <>
To
"Bullard, Claude L (Len)" <>
Date
2004-03-03T22:30:56Z
ID
<>
Thread
Re: [xml-dev] CSS Scoping in XML Namespaces
Hi,

just escape the backslash. I have only used this in IE, so test in other 
browsers...

<style>

myns1\:myelement {
color:purple;
}

myns2\:myelement {
color:#fff;
}

</style>


Bullard, Claude L (Len) wrote:

> The subject says it.   What are the rules (if any) 
> for the scoping of CSS declarations with regards 
> to XML documents with multiple namespaces?  For 
> example, SVG/VML etc., within X(HTML)?
> 
> len
> 
> -----------------------------------------------------------------
> The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
> initiative of OASIS <http://www.oasis-open.org>
> 
> The list archives are at http://lists.xml.org/archives/xml-dev/
> 
> To subscribe or unsubscribe from this list use the subscription
> manager: <http://www.oasis-open.org/mlmanage/index.php>
>