Return-Path: Mailing-List: contact general-help@xml.apache.org; run by ezmlm Delivered-To: mailing list general@xml.apache.org Received: (qmail 94015 invoked from network); 26 Oct 2000 09:04:01 -0000 Received: from moutvdom01.kundenserver.de (195.20.224.200) by locus.apache.org with SMTP; 26 Oct 2000 09:04:01 -0000 Received: from [195.20.224.204] (helo=mrvdom00.kundenserver.de) by moutvdom01.kundenserver.de with esmtp (Exim 2.12 #2) id 13oix7-0004se-00 for general@xml.apache.org; Thu, 26 Oct 2000 11:04:01 +0200 Received: from [149.225.72.41] (helo=picard.roman.de) by mrvdom00.kundenserver.de with esmtp (Exim 2.12 #2) id 13oix4-0003ik-00 for general@xml.apache.org; Thu, 26 Oct 2000 11:03:58 +0200 Received: from marquis (marquis.roman.de [192.168.1.98]) by picard.roman.de (8.9.3/8.9.3) with SMTP id CAA01256 for ; Thu, 26 Oct 2000 02:37:43 +0200 From: "Dmitri Romanovski" To: Subject: AW: Using XSLTProcessor Date: Thu, 26 Oct 2000 11:18:36 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 In-Reply-To: Content-Transfer-Encoding: quoted-printable X-MIME-Autoconverted: from 8bit to quoted-printable by picard.roman.de id CAA01256 X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Yes, that is a known problem, just install org.apache.xalan.xpath.xdom.XercesLiaison befor processing. That works we= ll in my application. Bye, Dmitri. -----Urspr=FCngliche Nachricht----- Von: Howard Lee [mailto:howard.lee@zeborg.com] Gesendet: Mittwoch, 25. Oktober 2000 21:39 An: general@xml.apache.org Betreff: Using XSLTProcessor Hi folks, I'm working on a program that creates a DOM and pass it to Xalan's XSLTProcessor. How I create a DOM object is basically get a DocumentBuilder from the DocumentBuilderFactory, and then keep adding Element's to a Document call= ed "root". But when I pass this DOM object to XSLTProcessor.process(new XSLTInputSource(THATDOMOBJECTICREATED), new XSLTInputSource("Test2.xsl"), new XSLTResultTarget(System.out)) I'm getting this error message. "XSL Error: Cannot use a DTMLiaison for a input DOM node... pass a org.apache.xalan.xpath.xdom.XercesLiaison instead! XSL Error: SAX Exception. Anyone has an idea what I'm doing wrong?? Thank you very much! howard --------------------------------------------------------------------- In case of troubles, e-mail: webmaster@xml.apache.org To unsubscribe, e-mail: general-unsubscribe@xml.apache.org For additional commands, e-mail: general-help@xml.apache.org