From roytmana@peacetech.com Wed May 10 15:53:49 2000 Return-Path: Mailing-List: contact general-help@xml.apache.org; run by ezmlm Delivered-To: mailing list general@xml.apache.org Received: (qmail 24446 invoked from network); 10 May 2000 15:53:49 -0000 Received: from pt73.peacetech.com (HELO ptint3.peacetech.com) (207.176.93.73) by locus.apache.org with SMTP; 10 May 2000 15:53:49 -0000 Received: by pt73.peacetech.com with Internet Mail Service (5.5.2448.0) id <2AWMPGJD>; Wed, 10 May 2000 11:53:35 -0400 Message-ID: <511F5E23FD70D111BA840060083424E5B6DB3C@pt73.peacetech.com> From: "Roytman, Alex" To: "'general@xml.apache.org'" Subject: RE: xerces-j-1.0.4 is available Date: Wed, 10 May 2000 11:53:33 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N What happened with org/apache/xerces/validators/schema/XSchemaValidator My XALAN code does not work with 1.0.4 version java.lang.NoClassDefFoundError: org/apache/xerces/validators/schema/XSchemaValidator at org.apache.xalan.xslt.XSLTEngineImpl.getSourceTreeFromInput(XSLTEngineImpl.j ava:838) at org.apache.xalan.xslt.XSLTEngineImpl.process(XSLTEngineImpl.java, Compiled Code) Alex -----Original Message----- From: Arnaud Le Hors [mailto:lehors@us.ibm.com] Sent: Tuesday, May 09, 2000 9:15 PM To: xerces-j-dev@xml.apache.org; general@xml.apache.org Subject: ** xerces-j-1.0.4 is available ** Hi all, I just uploaded the new version of xerces-j. It's available at: http://xml.apache.org/dist/xerces-j/ Note: If you're on unix and want to use the source please grab the tar.gz file, or it won't compile due to carriage returns in Makefiles. Here is the log of changes: - Upgraded to SAX 2.0. [lehors] - Added support for WML DOM. [david] - Preliminary work for full schema support. [andyc, gmarcy, jefreyr, ericye] - Reorganized DOM classes to use much less memory. [lehors] - Entities and entity reference nodes are now readonly as expected. [lehors] - Entity references now have their replacement value when created with createEntityReference. [lehors] - Fixed problem in Deferred DOM which made building it N^2 order. [lehors] - Fixed handling of elements with IDs in Deferred DOM. [lehors] - Added support for namespaces in parameter entities. [lehors] - setNodeValue raised an exception when it should simply be a no-op. [lehors] - Attributes returned by setNamedItem and setNamedItemNS could not be reused. [lehors] - Implemented new DOM Level 2 methods hasAttribute and hasAttributeNS. [lehors] - 43: importNode now uses createElementNS and createAttributeNS when necessary. [lehors] - 59: after a first iteration over the whole list, item(index) returned the wrong value. [lehors] - 60: Fixed. [andyc] - 62: Cloned attributes return wrong owner element. [awiner@us.oracle.com] - Fixed caption element creation pb with HTMLTableElement. [arkin] - Improved performance of XML serialize. Added support of encodings and reuse of serializer. [arkin] - Updated XML serializer to not be strictly dependent on DOM Level 2. [andyc] Enjoy!!! -- Arnaud Le Hors - IBM Cupertino, XML Technology Group --------------------------------------------------------------------- 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