[
Lists Home |
Date Index |
Thread Index
]
- To: Rick Marshall <rjm@zenucom.com>
- Subject: Re: [xml-dev] Are URIs Resources? (WAS RE: [xml-dev] Re: Non-infoset)
- From: Alan Gutierrez <alan-xml-dev@engrm.com>
- Date: Wed, 13 Apr 2005 15:19:51 -0400
- Cc: Bob Foster <bob@objfac.com>, "Bullard, Claude L \(Len\)" <len.bullard@intergraph.com>, 'Alessandro Triglia' <sandro@mclink.it>, xml-dev@lists.xml.org
- In-reply-to: <425C4CAC.8040602@zenucom.com>
- Mail-followup-to: Rick Marshall <rjm@zenucom.com>,Bob Foster <bob@objfac.com>,"Bullard, Claude L (Len)" <len.bullard@intergraph.com>,'Alessandro Triglia' <sandro@mclink.it>, xml-dev@lists.xml.org
- References: <15725CF6AFE2F34DB8A5B4770B7334EE07206DC1@hq1.pcmail.ingr.com> <425B350C.2020006@objfac.com> <425C4CAC.8040602@zenucom.com>
- User-agent: Mutt/1.4.1i
* Rick Marshall <rjm@zenucom.com> [2005-04-12 18:37]:
> Bob Foster wrote:
>
> >Wow, talk about trolling! ;-}
> >
> >How about we back up to: why do we care? It's those damn namespaces.
> >Suppose there were no namespaces. Suppose instead of namespaces, there
> >were only globally unique names.
> >
> i'm warming to namespaces. as my world gets sudsier (soapier?) the
> namespace is an easy way to get at parts of messages i'm interested in.
> eg multiple payloads in different namespaces.
>
> or am i just abusing the technology?
I use namespaces to filter out different steps in an SAX based
XML pipeline. On namespace will inject calendars to a document,
another will run simple includes. I'm attaching namespaces to
elements and attributes both.
I'm also using them a lot in my XSLT 2.0 code. I don't create a
template without using modes, and attaching a namespace to the
mode names. It makes it much easier to reuse transforms this way.
I'm plinking around, of course. Attempting to learn this stuff myself.
--
Alan Gutierrez - alan@engrm.com
- http://engrm.com/blogometer/index.html
- http://engrm.com/blogometer/rss.2.0.xml
|