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: trying to set a parameter equal to an elements attribute


even with the namespace it still does not retrieve the value.

----- Original Message ----- 
From: <sara.mitchell@ps.ge.com>
To: <xsl-list@lists.mulberrytech.com>
Sent: Wednesday, August 21, 2002 5:03 PM
Subject: RE: [xsl] trying to set a parameter equal to an elements attribute


> Well, every XSLT engine that I'm familiar with requires 
> a valid namespace for XSLT in the stylesheet element. So 
> 
> 
> > <xsl:stylesheet version="1.0" xmlns:xsl="">
> 
> should be 
> 
> <xsl:stylesheet version="1.0"
> xmlns:xsl="http://www.w3.org/1999/XSL/Transform";>
> 
> Sara
> 
>  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]