RE: Problem to generete HTML from xsl file and Document object

2001-09-11 Thread Mazzarol Guido
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

RE: Problem to generete HTML from xsl file and Document object

2001-09-10 Thread Gary L Peskin
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

RE: Problem to generete HTML from xsl file and Document object

2001-09-10 Thread Mazzarol Guido
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

Re: Problem to generete HTML from xsl file and Document object

2001-09-10 Thread Joseph_Kesselman
Make sure the DOM you're passing in includes DOM Level 2 support, specifically namespace support.