Re: [xsl] SAXParseException

Subject: Re: [xsl] SAXParseException
From: Mike Brown <mike@xxxxxxxx>
Date: Thu, 4 Jan 2001 11:48:29 -0700 (MST)
Ravi Chinni wrote:
> org.xml.sax.SAXParseException: no such prefix "xsl"

Perhaps you are using xsl:include or xsl:import and forgot to put
an xmlns:xsl="..." declaration in the file at the other end of the href?

You must ensure that the appropriate XSLT namespace binding is in effect
in the included document. Namespace & prefix bindings don't span
documents. i.e., your included documents should resemble complete
stylesheets.

   - Mike
____________________________________________________________________
Mike J. Brown, software engineer at            My XML/XSL resources: 
webb.net in Denver, Colorado, USA              http://skew.org/xml/


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread