[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] undeclared namespace error


Subject: Re: [xsl] undeclared namespace error
From: Wendell Piez <wapiez@xxxxxxxxxxxxxxxx>
Date: Tue, 22 Mar 2005 15:07:13 -0500

Dan,

At 02:52 PM 3/22/2005, you wrote:
<?xml version="1.0" encoding="UTF-8" ?>
<xsl:stylesheet version="1.0" xslns:xsl="http://www.w3.org/1999/XSL/Transform">
^^^^^

You have a typo: that should be xmlns:xsl (an XML namespace declaration for the 'xsl' qualifier). As it is, it thinks this is an attribute named "xslns:xsl", so the xsl: namespace isn't bound to that URI and your processor doesn't know what namespace these 'xsl' elements belong to.

Cheers,
Wendell


====================================================================== Wendell Piez mailto:wapiez@xxxxxxxxxxxxxxxx Mulberry Technologies, Inc. http://www.mulberrytech.com 17 West Jefferson Street Direct Phone: 301/315-9635 Suite 207 Phone: 301/315-9631 Rockville, MD 20850 Fax: 301/315-8285 ---------------------------------------------------------------------- Mulberry Technologies: A Consultancy Specializing in SGML and XML ======================================================================


Current Thread
Keywords
xml