On Thu, 17 May 2007, Furash Gary <[EMAIL PROTECTED]> wrote:

> I'm diffing the following two bits of XML, that look identical to
> me:

what are you doing that riggers the transform?  My guess would be
ignoring whitespace.

> ERROR:
> 'com/sun/org/apache/xalan/internal/xsltc/runtime/AttributeList'
> FATAL ERROR: 'Could not compile stylesheet'

This is JDK 1.5's builtin XSLT processor, right?

The stylesheet used is trivial and it is correct.  Unfortunately Sun
decided to ship a pretty buggy version of XSLTC instead of Xalan-J
with the JDK.

The best advice I can give is that you use a different XSLT
processor.  Download Xalan-J or Saxon or GNU JAXP and either use
JAXP's endorsed override mechanism or XMLUnit's options to use this
other processor.

Stefan

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Xmlunit-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xmlunit-general

Reply via email to