This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: adding attribute to copy


> Anyway- why does the namespace thingy work even if i am offline? 
> Why is there an URL if it isnt "needed"?

You need to do some background reading....

XML uses URIs to identify namespaces because they are a convenient way
of allocating unique names. They do not identify any network-accessible
resource. And in practice, you can use any string you like as a
namespace name - the spec says that it should be a legal URI, but it
doesn't say that your document is namespace-ill-formed if it isn't.

Michael Kay
Software AG
home: Michael.H.Kay@ntlworld.com
work: Michael.Kay@softwareag.com 


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]