You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by jimmy Zhang <cr...@comcast.net> on 2008/02/26 01:54:53 UTC

VTD-XML 2.3

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=110612&package_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
(crackeur@comcast.net). We are looking for open source software developers
and project management people to take VTD-XML to the next level.



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


Re: VTD-XML 2.3

Posted by Al Sutton <al...@alsutton.com>.
Have you got a solution for people spamming lists with unrelated product 
announcements?

----- Original Message ----- 
From: "jimmy Zhang" <cr...@comcast.net>
To: "Struts Users Mailing List" <us...@struts.apache.org>
Sent: Tuesday, February 26, 2008 2:27 AM
Subject: Re: VTD-XML 2.3


> 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" <ne...@yahoo.com>
> To: "Struts Users Mailing List" <us...@struts.apache.org>
> Sent: Monday, February 25, 2008 5:10 PM
> Subject: Re: VTD-XML 2.3
>
>
>> --- jimmy Zhang <cr...@comcast.net> 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: user-unsubscribe@struts.apache.org
>> For additional commands, e-mail: user-help@struts.apache.org
>>
>>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
> 


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


Re: VTD-XML 2.3

Posted by jimmy Zhang <cr...@comcast.net>.
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" <ne...@yahoo.com>
To: "Struts Users Mailing List" <us...@struts.apache.org>
Sent: Monday, February 25, 2008 5:10 PM
Subject: Re: VTD-XML 2.3


> --- jimmy Zhang <cr...@comcast.net> 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: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
>
> 



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


Re: VTD-XML 2.3

Posted by Dave Newton <ne...@yahoo.com>.
--- jimmy Zhang <cr...@comcast.net> 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: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: VTD-XML 2.3

Posted by jimmy Zhang <cr...@comcast.net>.
Not yet, VTD-XML is the newer generation, document-centric XML processing 
model...
----- Original Message ----- 
From: "Dave Newton" <ne...@yahoo.com>
To: "Struts Users Mailing List" <us...@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 <cr...@comcast.net> 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=110612&package_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
>> (crackeur@comcast.net). We are looking for open source software 
>> developers
>> and project management people to take VTD-XML to the next level.
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>> For additional commands, e-mail: user-help@struts.apache.org
>>
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
>
> 



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


Re: VTD-XML 2.3

Posted by Dave Newton <ne...@yahoo.com>.
Is this an S2 plugin, or...?

--- jimmy Zhang <cr...@comcast.net> 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=110612&package_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
> (crackeur@comcast.net). We are looking for open source software developers
> and project management people to take VTD-XML to the next level.
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
> 
> 


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