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
--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--