RE: problem with XSLT tranformation using Xalan

2003-05-13 Thread david_n_bertoni
ael Hughes" gf-x.com>cc: (bcc: David N Bertoni/Cambridge/IBM) Subject: RE: problem with XSLT tranfor

RE: problem with XSLT tranformation using Xalan

2003-05-13 Thread Michael Hughes
ECTED] [mailto:[EMAIL PROTECTED] Sent: 30 April 2003 16:51 To: xalan-c-users@xml.apache.org Subject: RE: problem with XSLT tranformation using Xalan Hi Michael, Please download Xalan-C++ 1.5. It has support for the new Xerces DOM. The old DOM is now deprecated because the performance of the new D

RE: problem with XSLT tranformation using Xalan

2003-04-30 Thread Michael Hughes
Thanks for the response. I'll be getting 1.5 over the next few days. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 30 April 2003 16:51 To: xalan-c-users@xml.apache.org Subject: RE: problem with XSLT tranformation using Xalan Hi Michael, Please dow

RE: problem with XSLT tranformation using Xalan

2003-04-30 Thread david_n_bertoni
gf-x.com>cc: (bcc: David N Bertoni/Cambridge/IBM) Subject: RE: problem with XSLT tranformation using Xalan

RE: problem with XSLT tranformation using Xalan

2003-04-30 Thread Michael Hughes
y you could just use the deprecated DOMParser instead of XercesDOMParser, but is that dangerous? Why is it deprecated? Thanks in advance for your help. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 22 April 2003 17:07 To: xalan-c-users@xml.apache.org Sub

Re: problem with XSLT tranformation using Xalan

2003-04-22 Thread david_n_bertoni
>cc: Subject: Re: problem with XSLT tranformation using Xalan

Re: problem with XSLT tranformation using Xalan

2003-04-22 Thread Ashay
Xerces DOM, see the ParsedSourceWrapperssample, or this usage pattern:http://xml.apache.org/xalan-c/usagepatterns.html#xercesdomwrapperparsedsourceDaveAshay <[EMAIL PROTECTED] To: xalan-c-users@xml.apache.org .com> cc: (bcc: David N Bertoni/Cambridge/IBM) Subject: problem with XSLT tranformation us

Re: problem with XSLT tranformation using Xalan

2003-04-22 Thread Thomas F. O'Connell
So it would seem there are (at least) two methodologies for transforming an XML document one wants to ensure has been validated. 1. parse and validate foo.xml with Xerces. pass a XercesDOMWrapperParsedSource version of foo.xml to Xalan. 2. parse and validate foo.xml with Xerces. transform w

Re: problem with XSLT tranformation using Xalan

2003-04-22 Thread david_n_bertoni
<[EMAIL PROTECTED] To: xalan-c-users@xml.apache.org .com>cc: (bcc: David N Bertoni/Cambridge/IBM)

problem with XSLT tranformation using Xalan

2003-04-22 Thread Ashay
Hi,   I am very new to Xerces and Xalan. I am using Xerces 2.1.0 and Xalan 1.4.0.   Based on one of the examples given on the Apache site, I wrote the below given simple code and got the following error message while transforming a XalanDocument. I am getting -2 as a result of XalanTransformer::tra