Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.259.922 Times

Csharp Xml Parsing software
Filter: All | Freeware | Demo
 

Csharp Xml Parsing

1 2 3 4 5 > 
Released: June 16, 2012  |  Added: June 16, 2012 | Visits: 555

S-exp-based XML parsing/query/conversion Functional XML parsing framework: SAX/DOM and SXML parsers withsupport for XML Namespaces and validation. Related to SSAX are SXPathqueries and SXML transformations, with applications to XML/HTMLauthoring and literate Scheme and XML programming.



Platforms: Windows, Mac, Linux

License: Freeware Size: 531.74 KB Download (49): S-exp-based XML parsing/query/conversion Download

Added: February 20, 2010 | Visits: 849

MillScript-XML MillScript-XML project is an alternative Java XML parsing library with its own custom API. The underlying tokenizer can be configured to permit non-well-formed XML. This librarys API provides both an event model and a more conventional token stream model. The authors believe that the token...





Platforms: *nix

License: Freeware Size: 67.58 KB Download (100): MillScript-XML Download

Added: July 25, 2010 | Visits: 1.381

Mini-XML Mini-XML is a small XML parsing library that you can use to read XML and XML-like data files in your application without requiring large non-standard libraries. The project only requires an ANSI C compatible compiler (GCC works, as do most vendors ANSI C compilers) and a make program..


Platforms: *nix

License: Freeware Size: 153.6 KB Download (112): Mini-XML Download

Added: May 10, 2013 | Visits: 455

GNU Common C GNU Common C is a portable and highly optimized class framework for writing C applications that need to use threads and support concurrent sychronization, and that use sockets, XML parsing, serialization, config files, thread-optimized String and data structure classes, etc. This framework offers...


Platforms: *nix, C/C++, BSD

License: Freeware Download (53): GNU Common C Download

Added: May 10, 2013 | Visits: 349

Validating XML with External DTDs using xmlproc PyXML is a useful package for parsing XML. The xmlval and xmldtd modules let you validate XML docs against an external DTD file. This is a simple, straightforward script that illustrates how to use the xmlval and xmldtd modules for validated XML parsing.


Platforms: Windows, Mac, *nix, Python, BSD Solaris


Added: June 20, 2010 | Visits: 1.137

XML::Descent XML::Descent is a Perl module for recursive descent XML parsing. SYNOPSIS use XML::Descent; # Create parser my $p = XML::Descent->new({ Input => $xml }); # Setup handlers $p->on(folder => sub { my ($elem, $attr) = @_; $p->on(url => sub { my ($elem, $attr) = @_; my $link = { name...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (93): XML::Descent Download

Added: August 25, 2013 | Visits: 529

Mini-XML for XML Tools Mini-XML is a small XML parsing library that you can use it to read XML and XML-like data files in your application without requiring large non-standard libraries. Mini-XML only requires an ANSI C compatible compiler (GCC works, as do most vendors' ANSI C compilers) and a 'make' program.Mini-XML...


Platforms: C and C plus plus

License: Freeware Size: 204.8 KB Download (43): Mini-XML for XML Tools Download

Added: October 19, 2010 | Visits: 1.375

Apache Toolbox Apache Toolbox provides a means to easily compile Apache with SSL, PHP (v4 or v3), MySQL, APC (Alternative PHP Cache), mod_auth_nds, mod_dynvhost, WebDAV, mod_fastcgi, mod_gzip, mod_layout, mod_throttle, mod_accessref, mod_auth_sys, mod_bandwidth, mod_auth_ldap, mod_roaming, mod_perl, Jakarta,...


Platforms: *nix

License: Freeware Size: 92.16 KB Download (103): Apache Toolbox Download

Added: November 18, 2010 | Visits: 1.224

GNU Common C++ GNU Common C++ project is a C++ framework offering portable support for threading, sockets, file access, daemons, persistence, serial I/O, XML parsing, and system services, initially started by David Sugar and Daniel Silverstone. GNU Common C++ is a GNU package and is licensed to the terms of...


Platforms: *nix

License: Freeware Size: 849.92 KB Download (99): GNU Common C++ Download

Released: October 13, 2012  |  Added: October 13, 2012 | Visits: 412

Erlsom An Erlang libary for XML parsing. It supports various modes of operation: as an efficient SAX parser, as a simple DOM-like parser, or as a 'data mapper'. The data mapper transforms the XML document to Erlang records, based on an XML Schema.


Platforms: Windows, Mac, Linux

License: Freeware Size: 227.89 KB Download (48): Erlsom Download

Released: August 15, 2012  |  Added: August 15, 2012 | Visits: 314

NewfEl NewfEl is an XML parsing utility that uses the Java reflection API to assign parsing tasks to classes derived from the XML tag names. It is particularly useful for developing configuration file parsers.


Platforms: Windows, Mac, Linux

License: Freeware Size: 72.39 KB Download (47): NewfEl Download

Added: July 02, 2013 | Visits: 334

XML parsing tools xmltool is provided with a explanation pdf file produced with ocamaweb.this new version allow to request only a given type of tags.see up-to-date version on sourceforge :https://sourceforge.net/project/showfiles.php?group_id=72934


Platforms: Matlab

License: Freeware Size: 143.36 KB Download (43): XML parsing tools Download

Added: July 22, 2013 | Visits: 232

Yotsuba Project Yotsuba is a Python library, mainly focusing on web development, easing the way to solve complicate problem, improving code readability and reducing the length of the actual code solving a common problem. Yotsuba is specially made so that anyone who is familiar with web technology can...


Platforms: Python

License: Shareware Cost: $0.00 USD Size: 40.96 KB Download (49): Yotsuba Download

Added: June 12, 2010 | Visits: 1.235

XML Tree Object Model Parser XML Tree Object Model Parser is an easy to use XML parser designed to provide an easy and simple to use library for parsing XML configuration files. It is split into two components. The first one is the Parser itself, which uses J2SE 1.4 XML Parsing API, and the second one is what I call XML...


Platforms: *nix

License: Freeware Size: 61.44 KB Download (110): XML Tree Object Model Parser Download

Added: January 03, 2010 | Visits: 950

XML::TiePYX XML::TiePYX is a Perl module to read or write XML data in PYX format via tied filehandle SYNOPSIS use XML::TiePYX; tie *XML,XML::TiePYX,file.xml open IN,file.xml or die $!; tie *XML,XML::TiePYX,*IN,Condense=>0; my $text=< tag xmlns="http://www.omsdev.com" >text< /tag >; tie...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (95): XML::TiePYX Download

Added: October 18, 2010 | Visits: 851

libsgml libsgml is a fast, lightweight state machine SGML parser capable of parsing HTML, XML, and most other markup languages in their most elementary forms. libsgml library natively supports parsing HTML and XML documents into a tree format (DOM). All other markup languages may be parsed via a system...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (102): libsgml Download

Released: October 22, 2012  |  Added: October 22, 2012 | Visits: 880

Chilkat .NET HTML-to-XML HTML-to-XML is a .NET component that can help you transform a HTML file into a well-formed XML for parsing. If effect, it is designed to be an HTML parser / scraper. Once HTML is converted to XHTML (i.e. well-formed XML), the plethora of existing XML parsing components and libraries can be...


Platforms: Windows, XP, 2003, Windows Vista

License: Freeware Download (63): Chilkat .NET HTML-to-XML Download

Added: May 10, 2013 | Visits: 327

DataMiner API Makes scraping sites, parsing XML, and following hyperlinks a snap. A number of other scraper-type modules depend on it, so its easier to update one place than in many. Saves developers a lot of time.The module can be extended to include features such as proxy rotation, delayed hits or useragent...


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (61): DataMiner API Download

Added: August 03, 2010 | Visits: 1.070

XSD/e XSD/e is a XML Processing for Embedded Systems. CodeSynthesis XSD/e is an open-source XML parser generator for mobile and embedded systems. It provides event-driven, stream-oriented XML parsing, XML Schema validation, and C++ data binding while maintaining a small footprint and portability....


Platforms: *nix

License: Freeware Size: 2.6 MB Download (100): XSD/e Download

Added: November 11, 2010 | Visits: 944

AsmXml AsmXml is a very fast XML parser and decoder for x86 platforms. The project achieves high speed by using the following features: - Written in pure assembler - Optimized memory accesses - Parsing and decoding at the same time To give an idea of the relative speed of AsmXml, the fastest open...


Platforms: *nix

License: Freeware Size: 95.23 KB Download (95): AsmXml Download

1 2 3 4 5 >