← Prev in month ← Prev in thread
Next in thread → Next in month →

Re: [xml-dev] Namespace: CSS in addition to prefix (was: CSS instead of Namespace)

From
Robert Koberg <>
To
Dmitry Turin <>
Date
2008-02-20T13:52:29Z
ID
<1203515549.6308.32.camel@rkoberg-laptop>
Thread
Re: [xml-dev] Namespace: CSS in addition to prefix (was: CSS instead of Namespace)
What happens when the same name appears in two different namespaces?

-Rob


On Wed, 2008-02-20 at 15:45 +0200, Dmitry Turin wrote:
> Manos,
> 
> >> I propose to specify namespace not only in tags themselves,
> >> but also in CSS, what is more convenient in much cases.
> 
> First, let it will be
> "Namespace: CSS in addition to prefix".
> 
> MB> CSS namespace awareness is crucial for proper styling of XML documents.
> MB> MB> [1] http://www.w3.org/TR/css3-namespace/
> 
> Styling will be applied after resolving namespace:
> either when
> 
> s {
>   namespace: xinclude;
>   element:   include;
> }
> t {
>   namespace: xinclude;
>   element:   fallback;
> }
> 
> is in css-file, or when that is in separate ns-file, i.e.
> 
> <?xml version="1.0" encoding="utf-8"?>
> <?xml-stylesheet    type="text/ns"  href="my-namespaces.ns"?>
> 
> ---
> 
> MB> Does not look right. This will hide namespace information from the XML
> MB> parser
> 
> If parser does not want to read it. Certainly.
> 
> MB> unless it is able to parse CSS as well.
> 
> How long ago parsers was not capable to interpret namespace prefix ?
> But community forced it to parse.
> It's the same with additional file.
> 
> I.e. gold is to separate secondary information from primary content!
> 
> 
> 
> Dmitry Turin
> HTML6     (6. 5.4)  http://html60.euro.ru
> SQL5      (5.11.3)  http://sql50.euro.ru
> Unicode7  (7. 2.1)  http://unicode70.euro.ru
> Computer2 (2. 0.2)  http://computer20.euro.ru
> 
> 
> _______________________________________________________________________
> 
> XML-DEV is a publicly archived, unmoderated list hosted by OASIS
> to support XML implementation and development. To minimize
> spam in the archives, you must subscribe before posting.
> 
> [Un]Subscribe/change address: http://www.oasis-open.org/mlmanage/
> Or unsubscribe: 
> subscribe: 
> List archive: http://lists.xml.org/archives/xml-dev/
> List Guidelines: http://www.oasis-open.org/maillists/guidelines.php
>
← Prev in month ← Prev in thread
Next in thread → Next in month →