Re: namespaces and schemaLocation

David Beech wrote:
> 
> <snip/>
> 
> or ii)
> 
>  <baz  xmlns:tns='http://example.org/something'>
>    <bar>The quick brown fox</bar>
>  <baz>
> 

Of course, there's a typo here (and it may not be the only one
in the message!): the default namespace declaration

  <baz  xmlns='http://example.org/something'>

was intended in this case.

<snip/>
> And the use of default namespace declarations as in (ii) is tricky 
> if you want to switch them when encountering a nested element whose
> type is defined in a nested namespace.

Yes - here's another typo - should just end "...in another namespace."

Thanks,

  David


  David

Received on Thursday, 10 August 2000 18:19:55 UTC