[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: <xsl:stylesheet xmlns:xsl=" ?????">

Subject: Re: <xsl:stylesheet xmlns:xsl=" ?????">
From: "John E. Simpson" <simpson@xxxxxxxxxxx>
Date: Thu, 05 Oct 2000 15:16:38 -0400
xsl stylesheet xmlns xsl
At 10:14 AM 10/05/2000 -0700, Marcos Coelho wrote:
In <xsl:stylesheet xmlns:xsl=" URL">
I saw many differents addresses in place of URL ?
So my question Is URL makes any difference on the XSL file
transformation ?

In theory, the namespace URL (or URI, as it's called nowadays) doesn't make any difference at all.


In practice, though, XSLT processors expect to see specific values in there. If you want to use standard XSLT -- highly recommended -- use:
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
The other one you'll see is for an outdated, Microsoft-only "XSL" processor:
xmlns:xsl="http://www.w3.org/TR/WD-xsl"


If you use the latter, your stylesheet will not be able to be processed by any but the Microsoft product. And even Microsoft is now recommending that you use the former.

==========================================================
John E. Simpson | "Curiosity killed the cat,
http://www.flixml.org | but for a while I was a
XML Q&A: http://www.xml.com | suspect." (Steven Wright)



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



Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.