[ANN]VTD-XML 2.10

2011-02-25 Thread Jimmy Zhang
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 



-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



[ANN]VTD-XML 2.10

2011-02-25 Thread Jimmy Zhang

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


-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



[ANN]VTD-XML 2.9

2010-08-13 Thread Jimmy Zhang
VTD-XML 2.9, the next generation XML Processing API for SOA and Cloud 
computing, has been released. Please visit  
https://sourceforge.net/projects/vtd-xml/files/ to download the latest version.
  a.. Strict Conformance 
a.. VTD-XML now fully conforms to XML namespace 1.0 spec 
  b.. Performance Improvement
a.. Significantly improved parsing performance for small XML files 
  c.. Expand Core VTD-XML API  
a.. Adds getPrefixString(), and toNormalizedString2() 
  d.. Cutting/Splitting 
a.. Adds getSiblingElementFragment()  
  e.. A number of bug fixes and code enhancement including: 
a.. Fixes a bug for reading very large XML documents on some platforms 
b.. Fixes a bug in parsing processing instruction 
c.. Fixes a bug in outputAndReparse() 


[ANN] VTD-XML 2.7

2009-10-02 Thread jimmy Zhang

VTD-XML 2.7 is released and can be downloaded at
http://sourceforge.net/projects/vtd-xml/files/

Below is a summary of what are the new features and enhancements.

Expanded VTD-XML's Core API

* VTDNav: toStringUpperCase, toStringLowerCase, contains(), endsWith(),
startsWith()
* Extended VTD added in-memory buffer support

Improved Xpath

* added the following XPath 2.0 functions: abs(), ends-with(), upper-case(),
lower-case()
* added support for variable reference
* significantly enhanced XPath syntax, checking error reporting (Special
thanks to Mark Swanson)
* Internal performance tuning

Bug fixes and Code Enhancement

* C version significantly removed warning message, fix memory leak during
Xpath expression parsing,
* Various bug fies (Special thanks to Jon Roberts, John Zhu, Matej Spiller,
Steve Polson, and Romain La Tellier) 



-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



Re: [ANN] VTD-XML extended edition released

2008-10-22 Thread jimmy Zhang

It uses mem-map so the file are not load in memory in case it is too big.
- Original Message - 
From: Mead Lai [EMAIL PROTECTED]

To: Struts Users Mailing List user@struts.apache.org
Sent: Tuesday, October 21, 2008 7:45 PM
Subject: Re: [ANN] VTD-XML extended edition released



supports 256 GB max file sizes??
Any system memory requirement? Wanne PC memory larger than 256G?
There is no pc support so max memory now.

On Wed, Oct 22, 2008 at 10:24 AM, jimmy Zhang [EMAIL PROTECTED] 
wrote:



The Java version of extended VTD-XmL is released and available for
download.
This version supports 256 GB max file sizes and memory mapped 
capabilities.
The updated documentation is also available for download. In short, you 
can

basically do full XPath query on documents that are bigger than memory
space
available on your machine.

A special thanks to Duane May who provided value suggestions and inputs 
and

helped refine the VTD specs to make this happen.

To download the package and the documentation, go to

https://sourceforge.net/project/downloading.php?group_id=110612use_mirror=filename=vtd-xml_2.4_doc.zip64621261


https://sourceforge.net/project/downloading.php?group_id=110612use_mirror=filename=ximpleware_extended_2.4.zip99532507


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
BestRegards,
Mead
http://yayisoft.com

Rita Rudner  - I wonder if other dogs think poodles are members of a 
weird

religious cult.





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[ANN] VTD-XML extended edition released

2008-10-21 Thread jimmy Zhang

The Java version of extended VTD-XmL is released and available for download.
This version supports 256 GB max file sizes and memory mapped capabilities.
The updated documentation is also available for download. In short, you can
basically do full XPath query on documents that are bigger than memory space
available on your machine.

A special thanks to Duane May who provided value suggestions and inputs and
helped refine the VTD specs to make this happen.

To download the package and the documentation, go to
https://sourceforge.net/project/downloading.php?group_id=110612use_mirror=filename=vtd-xml_2.4_doc.zip64621261

https://sourceforge.net/project/downloading.php?group_id=110612use_mirror=filename=ximpleware_extended_2.4.zip99532507 




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



VTD-XML 2.3

2008-02-25 Thread jimmy Zhang

VTD-XML 2.3 (http://vtd-xml.sf.net) is now released. To download the latest
version please visit
http://sourceforge.net/project/showfiles.php?group_id=110612package_id=120172.

Below is a list of new features and enhancements in this version.

* VTDException is now introduced as the root class for all other VTD-XML's
exception classes (per suggestion of Max Rahder).
* Transcoding capability is now added for inter-document cut and paste. You
can cut a chuck of bytes in a UTF-8 encoded document and paste it into a
UTF-16 encoded document and the output document is still well-formed.
* ISO-8859-10, ISO-8859-11, ISO-8859-12, ISO-8859-13, ISO-8859-14 and
ISO-8859-15 support has now been added
* Zero length Text node is now possible.
* Ability to dump in-memory copy of text is added.
* Various code cleanup, enhancement and bug fixes.


Below are some new articles related to VTD-XML

*Index XML documents with VTD-XML http://xml.sys-con.com/read/453082.htm

*Manipulate XML content the Ximple Way http://www.devx.com/xml/Article/36379

* VTD-XML: A new vision of XML
http://www.developer.com/xml/article.php/3714051

* VTD-XML: XML Processing for the future
http://www.codeproject.com/KB/cs/vtd-xml_examples.aspx

If you (or someone you know) like the concept of VTD-XML, think that it can
help solve enterprises' XML processing related issues (particularly those
related to SOA), and would like to directly influence and contribute to the
development of the future of Internet, please email me
([EMAIL PROTECTED]). We are looking for open source software developers
and project management people to take VTD-XML to the next level.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: VTD-XML 2.3

2008-02-25 Thread jimmy Zhang
Not yet, VTD-XML is the newer generation, document-centric XML processing 
model...
- Original Message - 
From: Dave Newton [EMAIL PROTECTED]

To: Struts Users Mailing List user@struts.apache.org
Sent: Monday, February 25, 2008 4:58 PM
Subject: Re: VTD-XML 2.3



Is this an S2 plugin, or...?

--- jimmy Zhang [EMAIL PROTECTED] wrote:

VTD-XML 2.3 (http://vtd-xml.sf.net) is now released. To download the 
latest

version please visit


http://sourceforge.net/project/showfiles.php?group_id=110612package_id=120172.


Below is a list of new features and enhancements in this version.

* VTDException is now introduced as the root class for all other 
VTD-XML's

exception classes (per suggestion of Max Rahder).
* Transcoding capability is now added for inter-document cut and paste. 
You

can cut a chuck of bytes in a UTF-8 encoded document and paste it into a
UTF-16 encoded document and the output document is still well-formed.
* ISO-8859-10, ISO-8859-11, ISO-8859-12, ISO-8859-13, ISO-8859-14 and
ISO-8859-15 support has now been added
* Zero length Text node is now possible.
* Ability to dump in-memory copy of text is added.
* Various code cleanup, enhancement and bug fixes.


Below are some new articles related to VTD-XML

*Index XML documents with VTD-XML http://xml.sys-con.com/read/453082.htm

*Manipulate XML content the Ximple Way
http://www.devx.com/xml/Article/36379

* VTD-XML: A new vision of XML
http://www.developer.com/xml/article.php/3714051

* VTD-XML: XML Processing for the future
http://www.codeproject.com/KB/cs/vtd-xml_examples.aspx

If you (or someone you know) like the concept of VTD-XML, think that it 
can

help solve enterprises' XML processing related issues (particularly those
related to SOA), and would like to directly influence and contribute to 
the

development of the future of Internet, please email me
([EMAIL PROTECTED]). We are looking for open source software 
developers

and project management people to take VTD-XML to the next level.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: VTD-XML 2.3

2008-02-25 Thread jimmy Zhang
We are trying to reach out to people that have tons of problems related to 
XML processing (memory, speed etc)
- Original Message - 
From: Dave Newton [EMAIL PROTECTED]

To: Struts Users Mailing List user@struts.apache.org
Sent: Monday, February 25, 2008 5:10 PM
Subject: Re: VTD-XML 2.3



--- jimmy Zhang [EMAIL PROTECTED] wrote:

Not yet, VTD-XML is the newer generation, document-centric
XML processing model...


Oh, so it's not really related to Struts.

Dave


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]