Re: what "huge problem" with XML Base? [was: red/green XML]

Just a quick clarification:

>
> Assuming relative URI refs are compared literally:  .... no problem...


    This means that whether or not XBase is implemented will not affect
well-formedness *not* that the example below is well-formed (it won't be if
relative URI refs are compared literally as namespace names).

>
> Assuming absolutization of relative URI references when used as namespace
> names:
>
> suppose the file:  example.txt
>
> <example xml:base="file://whatever.txt" >
>     <x xmlns:a="foo">
>         <y xml:base="file://another.txt">
>             <z xmlns:b="foo">
>                 <here a:a="1" b:a="2" />
>             </z>
>         </y>
>     </x>
> </example>
>
Jonathan Borden

Received on Tuesday, 6 June 2000 13:05:12 UTC