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.366.081 Times

Csharp Xml Parsing software
Filter: All | Freeware | Demo
 

Csharp Xml Parsing

< 1 2 3 4 5 > 
Added: May 10, 2013 | Visits: 416

EasyCommunicator The goal of EasyCommunicator is to establish a simple tool for eliminating the round-trip problem in web-based applications. Communication is accomplished with just 5 methods - setRequestPage, setVariable, send, load, and Get. No XML parsing is necessary. For example, it is the basis of...



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

License: Freeware Download (57): EasyCommunicator Download

Added: May 10, 2013 | Visits: 450

phpCoreLib phpCoreLib provides a large range of classes that cover over 99% of the usual site development process generation. It includes a pretty easy to use MVC machine that covers all the major idea of the MODEL-2 development design patter. This is not just a copy of some of ther popular MVC machines,...





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

License: Freeware Download (51): phpCoreLib Download

Added: May 10, 2013 | Visits: 551

sierra-php sierra-php is yet another PHP framework. It is compatible with both PHP 4 and 5. It provides a foundation of reusable object-oriented code for Linux/Unix PHP software implementations. This foundation includes the following: - Configuration management: provides an xml-based declarative method for...


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

License: Freeware Download (55): sierra-php Download

Added: April 15, 2013 | Visits: 452

Sierra-php PHP Application Framework sierra-php is yet another PHP framework. It is compatible with both PHP 4 and 5. It provides a foundation of reusable object-oriented code for Linux/Unix/OS X PHP software implementations.This foundation includes the following:- DRY: built specifically to eliminate redundant code and tasks,...


Platforms: PHP

License: Shareware Cost: $0.00 USD Size: 778.24 KB Download (40): Sierra-php PHP Application Framework Download

Added: June 16, 2013 | Visits: 271

Nodeshare Note: This project will not be ported to Drupal 6 or 7. It is also not really recommended for production use. Similar functionality to what is in this module is provided by FeedAPI and Feed Element Mapper. If anyone wants to take over as maintainer of this module, please let me know.Nodeshare...


Platforms: PHP

License: Freeware Size: 10 KB Download (39): Nodeshare Download

Added: July 27, 2013 | Visits: 189

LibSBML LibSBML is an open-source programming library designed to help you read, write, manipulate, translate, and validate SBML files and data streams. It is not an application itself (though it does come with example programs), but rather a library you can embed in your own applications. LibSBML...


Platforms: Mac

License: Freeware Size: 8.28 MB Download (40): LibSBML Download

Added: August 08, 2013 | Visits: 430

Alchemy Preview Alchemy is a research project that allows users to compile C and C++ code that is targeted to run on the open source ActionScript Virtual Machine (AVM2). The purpose of this preview is to assess the level of community interest in reusing existing C and C++ libraries in Web applications that run...


Platforms: Mac

License: Freeware Size: 40.48 MB Download (43): Alchemy Preview Download

Added: October 08, 2013 | Visits: 901

DotNetWikiBot Framework DotNetWikiBot Framework is intended to help with many complicated and routine tasks of wiki site development and maintenance. DotNetWikiBot Framework is a clean full-featured client API, that allows you to build programs and web robots easily to manage information on MediaWiki-powered sites....


Platforms: Mac

License: Freeware Size: 409.6 KB Download (43): DotNetWikiBot Framework Download

Added: March 07, 2010 | Visits: 1.010

XML Parse Library XML-Parse library is a lightweight set of re-usable functions for general purpose parsing, checking, and creating xml files. It can support stream-oriented, SAX or DOM parsing styles, and includes an optional xsd schema validator and graphical schema generator. It supports all valid XML, and...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (103): XML Parse Library Download

Added: April 14, 2010 | Visits: 850

Bare XML Bare XML project is a XML parser with all primary parsing done via a simple state engine with about 20 or so different states. A tree structure is created during parsing, with all node names and values linked via pointers directly into the original text buffer. As such, Bare XML is extremely...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (88): Bare XML Download

Added: July 06, 2010 | Visits: 1.234

Simple XML Configuration Library Simple XML Configuration Library an XML library for parsing a simple configuration file format. Simple XML Configuration Library is actively developed for *nix, Mac OS X and *BSD. The goal of the project is to provide a library that can be easily wrapped into other languages such as Python and...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (98): Simple XML Configuration Library Download

Added: September 14, 2010 | Visits: 1.356

Yahoo::Search::XML Yahoo::Search::XML is a Perl module with simple routines for parsing XML from Yahoo! Search. The XML sent back from Yahoo! is fairly simple, and is guaranteed to be well formed, so we really dont need much more than to make the data easily available. Id like to use XML::Simple, but it uses...


Platforms: *nix

License: Freeware Size: 35.84 KB Download (101): Yahoo::Search::XML Download

Added: November 24, 2010 | Visits: 874

XML::Parser XML::Parser is a perl module for parsing XML documents. SYNOPSIS use XML::Parser; $p1 = new XML::Parser(Style => Debug); $p1->parsefile(REC-xml-19980210.xml); $p1->parse( Hello World ); # Alternative $p2 = new XML::Parser(Handlers => {Start => &handle_start, End => &handle_end,...


Platforms: *nix

License: Freeware Size: 225.28 KB Download (98): XML::Parser Download

Added: March 16, 2010 | Visits: 878

XML::SAX::Intro XML::SAX::Intro is an Introduction to SAX Parsing with Perl. XML::SAX is a new way to work with XML Parsers in Perl. In this article well discuss why you should be using SAX, why you should be using XML::SAX, and well see some of the finer implementation details. The text below assumes some...


Platforms: *nix

License: Freeware Size: 58.37 KB Download (101): XML::SAX::Intro Download

Added: April 11, 2010 | Visits: 619

XML::Xerces::DOMParse XML::Xerces::DOMParse is a Perl module for parsing DOMs. SYNOPSIS # Here;s an example that reads in an XML file from the # command line and then removes all formatting, re-adds # formatting and then prints the DOM back to a file. use XML::Xerces; use XML::Xerces::DOMParse; my $parser =...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (99): XML::Xerces::DOMParse Download

Added: May 10, 2013 | Visits: 366

Parsing an XML file with xml.parsers.expat This script shows you a reusable way to use "xml.parsers.expat" to parse an XML file. When re-using the "MyXML" class, all you need to define a new class, with "MyXML" as the parent. Once you have done that, all you have to do is overwrite the inherited XML handlers and you are ready to go.


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

License: Freeware Download (49): Parsing an XML file with xml.parsers.expat Download

Added: February 08, 2010 | Visits: 740

XML::IDMEF XML::IDMEF is a module for building/parsing IDMEF messages. QUICK START Below is an example of an Alert IDMEF message. < ?xml version="1.0" encoding="UTF-8"? > < !DOCTYPE IDMEF-Message PUBLIC "-//IETF//DTD RFC XXXX IDMEF v1.0//EN" "idmef-message.dtd" > < IDMEF-Message > < Alert > <...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (114): XML::IDMEF Download

Added: February 08, 2010 | Visits: 642

XML::IODEF XML::IODEF is a Perl module for building/parsing IODEF messages. QUICK START Below is an example of an Incident IODEF message. < ?xml version="1.0" encoding="UTF-8"?> < !DOCTYPE IODEF-Message PUBLIC "-//IETF//DTD RFC XXXX IODEF v1.0//EN" "IODEF-Document.dtd"> < IODEF-Document> < Incident...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (102): XML::IODEF Download

Released: October 18, 2012  |  Added: October 18, 2012 | Visits: 653

Chilkat Java XML Library Java XML library for parsing and creating XML. Advanced API for XML compression, XML encryption, and handling XML binary content. Fully internationalized to handle any language / character encoding.


Platforms: Windows

License: Freeware Size: 1.91 MB Download (50): Chilkat Java XML Library Download

Released: July 16, 2012  |  Added: July 16, 2012 | Visits: 519

Chilkat Perl XML Library Perl XML library for parsing and creating XML. Advanced API for XML compression, XML encryption, and handling XML binary content. Fully internationalized to handle any language / character encoding.


Platforms: Windows

License: Freeware Size: 1.91 MB Download (49): Chilkat Perl XML Library Download

< 1 2 3 4 5 >