[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: SAXON ProcessorException - please interpret

Subject: Re: SAXON ProcessorException - please interpret
From: Mike Brown <mike@xxxxxxxx>
Date: Thu, 9 Nov 2000 15:45:26 -0700 (MST)
interpret brown
John Palmisano wrote:
> The line in question is:
> <xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl"> 

SAXON is an XSLT 1.0 processor. With that namespace declaration you have
said that the xsl prefix is bound to a URI reserved for an old XSL working
draft that predates the XSLT 1.0 Recommendation by 11 months or more.
Consequently, elements using that prefix are not considered to be XSLT 1.0
instructions. You might as well have said <foo:wonkysheet xmlns:foo="hi">
because the prefix 'xsl' only implies XSLT 1.0 instructions when it is
bound to the URI http://www.w3.org/1999/XSL/Transform.

Note that if you have written something for the other namespace, you might
need to make changes to your code to update it to the current syntax. See
also http://www.netcrucible.com/xslt/msxml-faq.htm

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


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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.