Subject:SAXON Problem Author:Rafael Garcia Date:05 Dec 2007 06:56 AM
Hi,
I'm using XLTProcessor or MSXML processor with AJAX and I'm not be able to make it works a XLST width saxon. It returns the following error;
Code: 0x80004005
Element 'saxon:while' is not a recognized extension element.
I need to use saxon because I need to use saxon:while loop.
Subject:SAXON Problem Author:James Durning Date:05 Dec 2007 12:04 PM Originally Posted: 05 Dec 2007 10:57 AM
I would make sure that you are actually using the SAXON parser, and not the XSLTC or XALAN parser. Check to make sure that the .jar is included properly in the classpath.
If you have a sample XML, you should be able to transform correctly with saxon when not using AJAX. Otherwise you have other issues.