Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 78976 invoked from network); 25 Feb 2011 22:07:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 25 Feb 2011 22:07:43 -0000 Received: (qmail 20960 invoked by uid 500); 25 Feb 2011 22:07:42 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 20755 invoked by uid 500); 25 Feb 2011 22:07:41 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 20748 invoked by uid 99); 25 Feb 2011 22:07:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Feb 2011 22:07:41 +0000 X-ASF-Spam-Status: No, hits=1.6 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RFC_ABUSE_POST,SPF_PASS,SUBJ_ALL_CAPS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of crackeur@comcast.net designates 76.96.30.64 as permitted sender) Received: from [76.96.30.64] (HELO qmta07.emeryville.ca.mail.comcast.net) (76.96.30.64) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Feb 2011 22:07:33 +0000 Received: from omta24.emeryville.ca.mail.comcast.net ([76.96.30.92]) by qmta07.emeryville.ca.mail.comcast.net with comcast id CMvY1g00A1zF43QA7N7Dud; Fri, 25 Feb 2011 22:07:13 +0000 Received: from JimmyZhangPC ([24.6.50.139]) by omta24.emeryville.ca.mail.comcast.net with comcast id CN7A1g01S30BdcQ8kN7BYi; Fri, 25 Feb 2011 22:07:12 +0000 Message-ID: <7CCB81B41A7B444A99492669686D9320@JimmyZhangPC> From: "Jimmy Zhang" To: References: <1298361660491-2550788.post@n3.nabble.com> In-Reply-To: <1298361660491-2550788.post@n3.nabble.com> Subject: [ANN]VTD-XML 2.10 Date: Fri, 25 Feb 2011 14:07:12 -0800 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal Importance: Normal X-Mailer: Microsoft Windows Live Mail 15.4.3508.1109 X-MimeOLE: Produced By Microsoft MimeOLE V15.4.3508.1109 VTD-XML 2.10 is now released. It can be downloaded at https://sourceforge.net/projects/vtd-xml/files/vtd-xml/ximpleware_2.10/. This release includes a number of new features and enhancement. * The core API of VTD-XML has been expanded. Users can now perform cut/paste/insert on an empty element. * This release also adds the support of deeper location cache support for parsing and indexing. This feature is useful for application performance tuning for processing various XML documents. * The java version also added support for processing zip and gzip files. Direct processing of httpURL based XML is enhanced. * Extended Java version now support Iso-8859-10~16 encoding. * A full featured C++ port is released. * C version of VTD-XML now make use of thread local storage to achieve thread safety for multi-threaded application. * There are also a number of bugs fixed. Special thanks to Jozef Aerts, John Sillers, Chris Tornau and a number of other users for input and suggestions