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: SAXON ProcessorException - please interpret


> Could someone provide some insight into the following error
> message from the SAXON processor:
> ----------------------
> The line in question is:
> <xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl"> 
> 

Saxon requires the correct XSLT 1.0 namespace
"http://www.w3.org/1999/XSL/Transform". The one you are using is from an
early draft of the W3C XSL standard, and is usually seen only with the old
Microsoft 1998 IE5 dialect of XSL.

Mike Kay


 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]