RE: [xsl] trying to set a parameter equal to an elements attribut e

Subject: RE: [xsl] trying to set a parameter equal to an elements attribut e
From: sara.mitchell@xxxxxxxxx
Date: Wed, 21 Aug 2002 17:03:32 -0400
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


Current Thread