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

Re: Dumb question from a newbie on XSLT in IE5 (Namespaces e

Subject: Re: Dumb question from a newbie on XSLT in IE5 (Namespaces etc)
From: David Carlisle <davidc@xxxxxxxxx>
Date: Sat, 1 Apr 2000 17:13:09 GMT
xslt xmlns css

> For xmlns - maybe, but this is 'xmlns:xsl' and surely more than one of
> those as an attribute in an 
> xsl:stylesheet would be illegal? Therefore the choice would be whether
> to run it at all.

The prefix (if there is one) is arbitrary. All of the following are legal
syntax for the start of an XSL stylesheet. The _only_ thing that
matters, both in the stylesheet and in the input document is the
full `expanded' name of an element name, which consists of a pair,
uri and local name. The prefix is just a syntax trick.

In particular, as you see, XSL places no special significance on the
xsl: prefix.

David


<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                version="1.0"
                >

<xsl:template.....


<stylesheet xmlns="http://www.w3.org/1999/XSL/Transform"
                version="1.0"
                >
<template.....


<css:stylesheet xmlns:css="http://www.w3.org/1999/XSL/Transform"
                version="1.0"
                >
<css:template.....


 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.