Subject: Re: trying to set a parameter equal to an elements attribute
From: "Noel Golding" <noel@xxxxxxxxxxxxxxx>
Date: Wed, 21 Aug 2002 17:39:17 -0400
|
even with the namespace it still does not retrieve the value.
----- Original Message -----
From: <sara.mitchell@xxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Wednesday, August 21, 2002 5:03 PM
Subject: RE: 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
|