you should also look at vtd-xml http://vtd-xml.sf.net
Jimmy Zhang
Posts
-
Parsing Large XML File -
best way to program a huge xml fileyou may also want to look at vtd-xml http://vtd-xml.sf.net
-
to read xml fileYou may want to take a look at vtd-xml for that... http://vtd-xml.sf.net
-
Searching HUGE XML fileI think you might want to look at vtd-xml it is ideally designed to do what you described..
-
largest size of a byte arrayit is just that my machine doesn't have more than 2 GB of RAM, so I relied on others who have huge memory space to test it out... :)
-
largest size of a byte arrayWhat is the laregest byte array one can possible allocate? byte[] ba = new byte[i]; can i be 64-bit? Is the answer different on a 32-bit architecture than on a 64-bit architecture?
-
VTD-XML 2.3Thanks for the suggestion. STill new to CP..
-
VTD-XML 2.3VTD-XML 2.3 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.
-
submit articlesHi, I submitted an article on new C# XML processing package. Yet, it still has not shown up as in the latest article section. When should I expect it to come out? Thanks, jz
-
VTD-XML tutorials now availableThe C version: http://downloads.sourceforge.net/vtd-xml/c_tutorial_by_code_examples.zip?use_mirror=easynews The C# version: http://downloads.sourceforge.net/vtd-xml/CSharp_tutorial_by_code_examples.zip?use_mirror=superb-east The Java version: http://downloads.sourceforge.net/vtd-xml/Java_tutorial_by_code_examples.zip?use_mirror=superb-east Also some latest articles: Schemaless Java-XML databinding with VTD-XML http://www.onjava.com/pub/a/onjava/2007/09/07/schema-less-java-xml-data-binding-with-vtd-xml.html?page=last&x-showcontent=text&x-maxdepth=0 Index XML documents with VTD-XML http://webservices.sys-con.com/read/453082.htm Improve XPath Efficiency with VTD-XML http://www.devx.com/xml/Article/34045
-
VTD-XML tutorials now availableThe C version: http://downloads.sourceforge.net/vtd-xml/c\_tutorial\_by\_code\_examples.zip?use\_mirror=easynews The C# version: http://downloads.sourceforge.net/vtd-xml/CSharp\_tutorial\_by\_code\_examples.zip?use\_mirror=superb-east The Java version: http://downloads.sourceforge.net/vtd-xml/Java\_tutorial\_by\_code\_examples.zip?use\_mirror=superb-east Schemaless Java-XML databinding with VTD-XML http://www.onjava.com/pub/a/onjava/2007/09/07/schema-less-java-xml-data-binding-with-vtd-xml.html?page=last&x-showcontent=text&x-maxdepth=0 Index XML documents with VTD-XML http://webservices.sys-con.com/read/453082.htm Improve XPath Efficiency with VTD-XML http://www.devx.com/xml/Article/34045
-
[ANN] VTD-XML 2.0XimpleWare is proud to announce the release of version 2.0 of VTD-XML, the next generation XML parser/indexer. The new features introduced in this version are: * VTD+XML version 1.0: the world's first true native XML index that is simple, general-purpose and back-compatible with XML. * NodeRecorder Class that saves VTDNav's cursor location for later sequential access. * Overwrite capability * Lexically comparisons between VTD and strings To download the software, please go to http://sourceforge.net/project/showfiles.php?group\_id=110612 To read the latest benchmark report please go to http://vtd-xml.sf.net/benchmark1.html To get the latest API overview http://www.ximpleware.com/vtd-xml\_intro.pdf
-
[ANN] VTD-XML 2.0XimpleWare is proud to announce the release of version 2.0 of VTD-XML, the next generation XML parser/indexer. The new features introduced in this version are: * VTD+XML version 1.0: the world's first true native XML index that is simple, general-purpose and back-compatible with XML. * NodeRecorder Class that saves VTDNav's cursor location for later sequential access. * Overwrite capability * Lexically comparisons between VTD and strings To download the software, please go to http://sourceforge.net/project/showfiles.php?group\_id=110612 To read the latest benchmark report please go to http://vtd-xml.sf.net/benchmark1.html To get the latest API overview http://www.ximpleware.com/vtd-xml\_intro.pdf