[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: "Binary XML" proposals
- From: "Clark C. Evans" <cce@clarkevans.com>
- To: Al Snell <alaric@alaric-snell.com>
- Date: Tue, 10 Apr 2001 02:53:19 -0500 (EST)
On Tue, 10 Apr 2001, Al Snell wrote:
> Correct me if I'm wrong - there is absolutely no semantic
> significance in the choice of namespace prefix, right?
>
> <foo:hello xmlns:foo="asdf" />
>
> ...identical to...
>
> <bar:hello xmlns:bar="asdf" />
>
> ...my encoding will discard the prefixes foo and bar; will this in any way
> ever matter, even slightly?
Read the canonical XML specification... it is illuminating in this regard.
Clark