[ANN] VTD-XML 2.5

2009-02-16 Thread crackeur
VTD-XML 2.5 is now released. Please go to 
https://sourceforge.net/project/showfiles.php?group_id=110612&package_id=120172&release_id=661376
  to download the latest version. 


Changes from Version 2.4 (2/2009) 

* Added separate VTD indexing generating and loading (see 
http://vtd-xml.sf.net/persistence.html for further info) 
* Integrated extended VTD supporting 256 GB doc (In Java only). 
* Added duplicateNav() for replicate multiple VTDNav instances sharing XML, VTD 
and LC buffer (availabe in Java and C#). 
* Various bug fixes and enhancements 


Re: [OT] XML Preprocessing

2008-03-16 Thread crackeur
VTD-XML doesn't convert entities automatically... it perserves those
things by nature of non-extractive parsing (http://vtd-xml.sf.net)


-- Original message -- 
From: "Chris Pratt" <[EMAIL PROTECTED]> 

> Sorry I missed the normal Friday free-for-all with my Off Topic 
> question, but I'm hoping someone around here has already solved the 
> problem I'm staring at. 
> 
> I am trying to pre-process a stream of HTML/XML. My first thought was 
> to just use SAX (with TagSoup for the HTML) and watch for the tokens I 
> needed to modify while passing the rest through, but all the XML tools 
> I can find are geared towards processing XML, not pre-processing it. 
> So they help you out by automatically converting entities to their 
> values and other things that completely get in the way of 
> pre-processing. Has anybody else had to solve this problem? If so, 
> any pointers would be GREATLY appreciated. Thanks. 
> (*Chris*) 
> 
> - 
> To unsubscribe, e-mail: [EMAIL PROTECTED] 
> For additional commands, e-mail: [EMAIL PROTECTED] 
>