Return-Path: Mailing-List: contact xalan-dev-help@xml.apache.org; run by ezmlm Delivered-To: mailing list xalan-dev@xml.apache.org Received: (qmail 42146 invoked from network); 7 Jun 2000 18:42:38 -0000 Received: from smtp06.iafrica.com (196.2.51.5) by locus.apache.org with SMTP; 7 Jun 2000 18:42:38 -0000 Received: from snoopy (nld-dial-196-7-26-100.mweb.co.za) by smtp06.iafrica.com (Sun Internet Mail Server sims.3.5.2000.01.05.12.18.p9) with ESMTP id <0FVS007PDRXV81@smtp06.iafrica.com> for xalan-dev@xml.apache.org; Wed, 7 Jun 2000 20:42:05 +0200 (SAT) Date: Wed, 07 Jun 2000 20:50:40 +0200 From: Lisa Retief Subject: Re: XSL transformation result conains no markup at all To: xalan-dev@xml.apache.org Cc: Myriam_Midy@lotus.com Message-id: <01bfd0b1$47174780$0100007f@snoopy> MIME-version: 1.0 X-Mailer: Microsoft Outlook Express 4.71.1712.3 Content-type: text/plain; charset="iso-8859-1" Content-transfer-encoding: 7bit X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 X-Priority: 3 X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N I am currently at home and the java code is at work (it's 21h00 in South Africa), but we are not doing anything special other than getting a XSLTProcessor from the factory, then calling the process method - passing it the source file, style sheet file and also a file for the result target. As I mentioned before, this works well in every case except for the one where the xml document points to this particular DTD. I can send you the java source tomorrow morning - it really is very straight forward - about 4 lines of code. Thanks, Lisa Myriam_Midy@lotus.com wrote: > >I am using 1.01 with a couple bug fixes, (I don't think any of them have >anything to do with your problem, but I could be wrong...). I did not >realize that you were running it through a java program. I just ran it >from the command line. If you can include the code where you are calling >the processor, maybe we can figure out what is going on? > >Myriam > > > > >Lisa Retief on 06/07/2000 02:15:34 PM > >Please respond to xalan-dev@xml.apache.org > >To: xalan-dev@xml.apache.org >cc: jose@exinet.co.za (bcc: Myriam Midy/CAM/Lotus) >Subject: Re: XSL transformation result conains no markup at all > >Hi, > >I am using Xalan 1.0.1 and Xerces 1.0.3 - is this the same as you? If so, >this is indeed very strange. Perhaps you could send me the java code you >used to pass it through the processor in case there is anything different? > >Thanks for your feedback, >Lisa > >Myriam_Midy@lotus.com wrote: > >> >>Lisa, >>I just ran your sample files and got the same results as what you have in >>the CorrectOut.html file. It seems to run OK on the latest Xalan code. >What >>version of Xalan are you running this on? >> >>Myriam Midy >> >> >> >> >>lisa@exinet.co.za (Lisa Retief) on 06/07/2000 11:31:40 AM >> >>Please respond to xalan-dev@xml.apache.org >> >>To: >>cc: (bcc: Myriam Midy/CAM/Lotus) >>Subject: XSL transformation result conains no markup at all >> >>Hi all, >> >>I am having problems when using Xalan-J to perform a XSLT transformation >on >>any docs which contain a doctype declaration referring to one particular >>DTD >>(oebdoc1.dtd). Although the same stylesheet and transformation work >wonders >>for other input documents, the problem documents produce a transformed >>document containing no markup. >> >>I hope it is appropriate that I have attached a zip file containing >>examples >>of: >>a) a problem source file >>b) the dtd and ent file >>c) correct (expected) output >>d) incorrect (actual) output >>e) the style sheet I am using >> >>Any input/suggestions would be much appreciated. >> >>Regards, Lisa Retief >>(See attached file: sample.zip) >> >> > > > > >