Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@apache.org Received: (qmail 11635 invoked from network); 16 Nov 2002 10:56:54 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 16 Nov 2002 10:56:54 -0000 Received: (qmail 8824 invoked by uid 97); 16 Nov 2002 10:58:04 -0000 Delivered-To: qmlist-jakarta-archive-commons-dev@jakarta.apache.org Received: (qmail 8807 invoked by uid 97); 16 Nov 2002 10:58:03 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 8795 invoked by uid 98); 16 Nov 2002 10:58:03 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Message-ID: <004401c28d5f$1f9a2340$fc0d29d9@oemcomputer> From: "Stephen Colebourne" To: "Jakarta Commons Developers List" References: Subject: Re: [collections][SUBMIT] XMLProperties (a Properties-like class) Date: Sat, 16 Nov 2002 10:58:40 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I have a class similar to this one too. It is part of a replecement of resource bundle, and allows XML resource bundles. So there is definitely evidence of common code. However, this class is - too specific for [collections] - too XML for [collections] - not a collection (Its not a List/Map) You may want to have a look at the [resources] project in the sandbox via CVS. I haven't looked in great detail, but it does seem to cover the same ground. (Note to self, get [resources] sorted out at some point...) Stephen ----- Original Message ----- From: "Henri Yandell" > It's a good idea Jeff, and the xml.commons people may be interested, > though they don't tend to view Commons in quite that way, but: > > import javax.xml.*; > import javax.xml.parsers.*; > import javax.xml.transform.*; > import org.w3c.dom.*; > import org.xml.sax.*; > import org.apache.xpath.*; > > import org.w3c.dom.*; > import org.xml.sax.*; > > is why I don't think it should go in Collections. > > My tuppence, > > Hen > > On Thu, 14 Nov 2002, Jeff Varszegi wrote: > > > An implementation of a Properties-like utility class that can store > > and > retrieve different data > > types, can store comments for properties, and stores/loads data using > > XML. If you think it is useful, feel free to use it. > > > > Jeff > > > > > > __________________________________________________ > > Do you Yahoo!? > > Yahoo! Web Hosting - Let the expert host your site > > http://webhosting.yahoo.com > > > -- > To unsubscribe, e-mail: > For additional commands, e-mail: > -- To unsubscribe, e-mail: For additional commands, e-mail: