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 41472 invoked from network); 3 Feb 2000 14:59:13 -0000 Received: from lotus.lotus.com (192.233.136.1) by 63.211.145.10 with SMTP; 3 Feb 2000 14:59:13 -0000 Received: from internet2.lotus.com (internet2 [9.95.4.236]) by lotus.lotus.com (8.9.3/8.9.3) with ESMTP id JAA18037 for ; Thu, 3 Feb 2000 09:50:58 -0500 (EST) Received: from a3mail.lotus.com (A3MAIL.lotus.com [9.95.5.66]) by internet2.lotus.com (8.9.3/8.9.3) with ESMTP id JAA19429 for ; Thu, 3 Feb 2000 09:58:15 -0500 (EST) Subject: Re: Why? createDocument() not supported in XMLParserLiaisonDefault! To: xalan-dev@xml.apache.org X-Mailer: Lotus Notes Release 5.0 March 30, 1999 From: "Scott Boag/CAM/Lotus" Date: Thu, 3 Feb 2000 09:51:24 -0500 Message-ID: X-MIMETrack: Serialize by Router on A3MAIL/CAM/H/Lotus() at 02/03/2000 09:59:14 AM MIME-Version: 1.0 Content-type: text/plain; charset=us-ascii The API doc is broken, I think. It may have already been fixed. Donald? -scott "Peet Sneekes" To: Subject: Re: Why? createDocument() not supported in XMLParserLiaisonDefault! 02/03/00 03:47 AM Please respond to xalan-dev Okay, That could be a cool feature, but should this class be loaded with such features? I understand that the XMLParserLiaisonDefault first is a class to be derived from. So maybe it's better for me to use the XercesLiaison instead. A little strange: This XercesLiaison is according the APIDoc's a Liaison for XML4J, but the name implies otherwise. Cheers, Peet -----Original Message----- From: Scott Boag/CAM/Lotus To: xalan-dev@xml.apache.org Date: Wednesday, February 02, 2000 5:40 PM Subject: Re: Why? createDocument() not supported in XMLParserLiaisonDefault! > >XMLParserLiaisonDefault doesn't know about DOM implementations... it only >accesses a raw DOM API, which doesn't allow a way to create a document >unless you have a Document object. > >We could have something where a Document could be set as a factory, so that >the createDocument could be called on that object? > >-scott > > > > > > "Peet > Sneekes" To: > tic.nl> Subject: Why? createDocument () not supported in > XMLParserLiaisonDefault! > 02/02/00 > 11:04 AM > Please > respond to > xalan-dev > > > > > > >Scott, > >Thanks for the namespaces bit. >Can you also tell me why createDocument() is not supported in >XMLParserLiaisonDefault? > >Cheers, > >Peet > > > > >