RE: SAXON ProcessorException - please interpret

Subject: RE: SAXON ProcessorException - please interpret
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Fri, 10 Nov 2000 10:44:08 -0000
> 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


Current Thread