Re: CSS Namespaces: Need multiple namespaces!

On Wed, 29 Sep 1999, Simon St.Laurent wrote:

> Could I cross-post this with supplements to xsl-list?  The same problem
> exists in the current XSLT.

No problem. Could you either make sure I'm cc'ed on the thread or point me
to the relevant page in the archives? I am not subscribed to xsl-list
since it is too high volume for me (I already get 100+ emails a day...).

Better not litteraly cross post, though, as both lists have "subscriber
only" policies.


> Three namespaces.  Yikes!

Or more, yes. This is not limited to just variations of the same spec,
either. Depending on how the languages are defined, you might want to
address the same element of three different separate languages:

   @namespace texts url(...HTML) url(...HelpML) url(...NewsML);
   texts|p { /* addresses the paragraphs elements of all three
                namespaces easily */ }

Cheers,
-- 
Ian Hickson
: Is your JavaScript ready for Nav5 and IE5?
: Get the latest JavaScript client sniffer at 
: http://developer.netscape.com/docs/examples/javascript/browser_type.html

Received on Wednesday, 29 September 1999 09:39:31 UTC