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]

RE: Namespace Identifiers - URI, URN, URL?


Thanks for the reply. This might be one of the great unsolved mysteries, but
isn't it confusing since "'xmlns:xsl="http://www.w3.org/TR/WD-xsl"; does not
necessarily refer to a real URL? Just wondering why the W3 couldn't use
something else that doesn't start with "http"..

Ohh...so I do not need the <?xml ... > declaration in the stylesheets? Quick
side question; does having that cause any problems?

-----Original Message-----
From: Chris Bayes [mailto:chris@Bayes.co.uk]
Sent: August 29, 2001 8:00 AM
To: xsl-list@lists.mulberrytech.com
Subject: RE: [xsl] Namespace Identifiers - URI, URN, URL?


Doug,
> We all know the prolog of our XSL documents look something like this;
> 
> <?xml version="1.0" ?>
> <xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl";>

Or rather <xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform";>
> 
> Does the namespace 'xmlns:xsl="http://www.w3.org/TR/WD-xsl";' 
> actually refer to a URL 
No

Ciao Chris

XML/XSL Portal
http://www.bayes.co.uk/xml



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

 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]