Re: [xsl] undeclared namespace error

Subject: Re: [xsl] undeclared namespace error
From: Kevin Rodgers <kevin.rodgers@xxxxxxx>
Date: Tue, 22 Mar 2005 13:12:10 -0700
Dan Chandler writes:
> <xsl:stylesheet version="1.0" xslns:xsl="http://www.w3.org/1999/XSL/Transform";>
...
> I am betting I have several problems in there, but the one I am stuck
> on right now is when i try to run the application I get the error:
> 
> "'xsl' is an undeclared namespace. Line 2, position 2."
> 
> I've looked online and it seems like this error has something to do
> with the stylesheet declaration line, but I can't quite figure out
> what I am doing wrong.  Anyone help is appreciated.  Thanx.

Yep, it should be xmlns:xsl="..."

-- 
Kevin Rodgers

Current Thread