Return-Path: Delivered-To: apmail-incubator-geronimo-dev-archive@www.apache.org Received: (qmail 3853 invoked from network); 3 Oct 2003 09:38:48 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 3 Oct 2003 09:38:48 -0000 Received: (qmail 23550 invoked by uid 500); 3 Oct 2003 09:38:15 -0000 Delivered-To: apmail-incubator-geronimo-dev-archive@incubator.apache.org Received: (qmail 23489 invoked by uid 500); 3 Oct 2003 09:38:15 -0000 Mailing-List: contact geronimo-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: geronimo-dev@incubator.apache.org Delivered-To: mailing list geronimo-dev@incubator.apache.org Received: (qmail 23472 invoked from network); 3 Oct 2003 09:38:14 -0000 Received: from unknown (HELO SWAN.orchard-systems.co.uk) (195.188.251.24) by daedalus.apache.org with SMTP; 3 Oct 2003 09:38:14 -0000 Received: by SWAN.orchard-systems.co.uk with Internet Mail Service (5.5.2653.19) id <4FABN6VV>; Fri, 3 Oct 2003 10:38:22 +0100 Message-ID: <1F1FD22C589495479A96DBD147481C6E182C74@SWAN.orchard-systems.co.uk> From: Kevin Conner To: "'geronimo-dev@incubator.apache.org'" Subject: RE: How to work with XMLs? Date: Fri, 3 Oct 2003 10:38:21 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N > This is interesting. Which version of JAXB was used? > 1.0_ea ? > 1.0_beta ? > 1.0 ? It was 1.0. We had another problem with JAXB as it uses a serialised version of the msv classes, conflicting with the version of msv that we already used through dom4j. Needless to say these were internal msv classes that had been serialised and had changed with the more recent version used by dom4j :-) We have used dom4j extensively for parsing XML and are very happy with it. It provides a nice interface, more intuitive than most IMHO. Of course it doesn't generate any java classes :-) Kev