OK, you have found the problem.
Thanks
Guido
-Original Message-
From: Gary L Peskin [mailto:[EMAIL PROTECTED]]
Sent: lunedì 10 settembre 2001 16.37
To: [EMAIL PROTECTED]
Subject: RE: Problem to generete HTML from xsl file and Document object
Guido --
This is a classpath problem
Guido --
This is a classpath problem. Your servlet has another DOM
implementation in your classpath or your lib/ext directory ahead of the
one supplied by Xalan/Xerces. See the instructions for
org.apache.xalan.xslt.EnvironmentCheck and check your classpath and
lib/ext directory.
If you still
javax.xml.transform.dom.DOMSource;
Thanks
Guido
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: lunedì 10 settembre 2001 14.54
To: [EMAIL PROTECTED]
Subject: Re: Problem to generete HTML from xsl file and Document object
Make sure the DOM you're passing in include
Make sure the DOM you're passing in includes DOM Level 2 support,
specifically namespace support.