Re: Problem with Xalan J2 transformation

2001-02-22 Thread Dane Foster
AIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 22, 2001 5:26 PM Subject: Re: Problem with Xalan J2 transformation Dane Foster wrote: > > I'm using the latest and greatest version of XercesJ and XalanJ Even though, if you happen to have a jar, which contain

Re: Problem with Xalan J2 transformation

2001-02-22 Thread Arnaud Le Hors
Dane Foster wrote: > > I'm using the latest and greatest version of XercesJ and XalanJ Even though, if you happen to have a jar, which contains the DOM Level 1 interfaces, first on your classpath you'll get the error you're reporting. -- Arnaud Le Hors - IBM Cupertino, XML Strategy Group

Re: Problem with Xalan J2 transformation

2001-02-22 Thread Dane Foster
:28 AM To: [EMAIL PROTECTED] Subject: Problem with Xalan J2 transformation I'm having a serious problem with Xalan-J2/Xerces-J versions 2 and 1.3 respectively. I have embedded Xalan into a Servlet and I'm trying to Transform a XML DOM to an XSL:FO DOM. I have attached a)the servlet code, b)the

RE: Problem with Xalan J2 transformation

2001-02-22 Thread Sam Pullara
It looks like you have the wrong version of the DOM classes. You should use the ones that come with the distributions. Sam -Original Message- From: Dane Foster [mailto:[EMAIL PROTECTED] Sent: Thursday, February 22, 2001 10:28 AM To: [EMAIL PROTECTED] Subject: Problem with Xalan J2

RE: Problem with Xalan J2 transformation

2001-02-22 Thread Lemmin, Harald
with Xalan J2 transformation I'm having a serious problem with Xalan-J2/Xerces-J versions 2 and 1.3 respectively. I have embedded Xalan into a Servlet and I'm trying to Transform a XML DOM to an XSL:FO DOM. I have attached a)the servlet code, b)the XSLT document, and c) an instance

Re: Problem with Xalan J2 transformation

2001-02-22 Thread Dane Foster
I'm desperate ! Any help would be greatly appreciated. Dane Foster Equity Technology Group, Inc http://www.equitytg.com. 954.360.9800

Problem with Xalan J2 transformation

2001-02-22 Thread Dane Foster
I'm having a serious problem with Xalan-J2/Xerces-J versions 2 and 1.3 respectively. I have embedded Xalan into a Servlet and I'm trying to Transform a XML DOM to an XSL:FO DOM. I have attached a)the servlet code, b)the XSLT document, and c) an instance of the XML Document that would have been cr