Return-Path: Delivered-To: apmail-xml-general-archive@xml.apache.org Received: (qmail 17968 invoked by uid 500); 11 May 2001 14:54:10 -0000 Mailing-List: contact general-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: general@xml.apache.org Delivered-To: mailing list general@xml.apache.org Received: (qmail 17833 invoked from network); 11 May 2001 14:54:05 -0000 Message-ID: From: Antony Corfield To: "'general@xml.apache.org'" Subject: RE: Xalan XSLT processor Date: Fri, 11 May 2001 15:55:59 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N javax.xml.transform package will handle JDOM Elements and would be a convenient way of processing JDOM XML by passing JDOM tree to Xalan, rather than a stream source. ie. there is a DOMSource, SAXSource and Stream Source, but no JDOM source! As JDOM may soon be taken up by Java API this would indeed be v. convenient -----Original Message----- From: erik morton [mailto:emorton@commercehub.com] Sent: 11 May 2001 15:44 To: general@xml.apache.org Subject: Re: Xalan XSLT processor I don't have an answer for this, but I was wondering how much "support" do you really need? I use JDOM (love it!) with xalan and I have never really needed full integration. All I do is output my org.jdom.Document to a stream and then have xalan process the actual document as a stream (it's not ideal). Performance is not as good as it could be, but I have had few problems yet. How best would you integrate the two apis? Do we really want a recommendation implementing API to add support for JDOM - it's great but it is only an abstraction that exists for the benefit of object programmers. Antony Corfield wrote: > Anyone know when support for JDOM processing (as opposed to SAX/DOM) is > likely to happen, if at all? > > ______________________________________________________________________ > Antony Corfield Java Developer JAFER Project > > email: Antony.Corfield@las.ox.ac.uk Libraries Automation Service > tel: +44 (01865) 284454 99 Banbury Rd > fax: +44 (01865) 278275 Oxford OX2 6JX > ______________________________________________________________________ > > --------------------------------------------------------------------- > 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 -- Erik I Morton Software Developer ------------------ CommerceHub http://www.commercehub.com 518-886-0704 21 Corporate Drive Clifton Park, NY 12065 --------------------------------------------------------------------- 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 --------------------------------------------------------------------- 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