[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Namespace: what's the correct usage?
- From: Gavin Thomas Nicol <gtn@ebt.com>
- To: xml-dev@lists.xml.org
- Date: Sat, 01 Jan 2000 13:07:24 -0500
> <family xmlns="some-namespace">
> <address> ... </address>
> <children>
> <son>Rob</son>
> <daughter>Sally</daughter>
> </children>
> </family>
or maybe
<family type="some-namespace">
<address> ... </address>
<children>
<son>Rob</son>
<daughter>Sally</daughter>
</children>
</family>
;-) I don't need namespaces to tell my XSL processor what
I'm interested in.