This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: SAXParseException


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]