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

Csharp Xml Parsing freeware
Filter: All | Freeware | Demo
 

Csharp Xml Parsing

< 1 2 3 4 5 > 
Added: January 18, 2010 | Visits: 1.018

PITA::XML::Request PITA::XML::Request is a request for the testing of a software package. SYNOPSIS # Create a request specification my $dist = PITA::XML::Request->new( scheme => perl5, distname => PITA-XML, # The package to test file => PITA::XML::File->new( filename => Foo-Bar-0.01.tar.gz, digest =>...



Platforms: *nix

License: Freeware Size: 71.68 KB Download (102): PITA::XML::Request Download

Added: February 19, 2010 | Visits: 880

libnxml nXML is a C library for parsing, writing, and creating XML 1.0 and 1.1 files or streams. libnxml library supports UTF-8, UTF-16be and UTF-16le, UCS-4 (1234, 4321, 2143, 2312). Installation: The simplest way to compile this package is: 1. `cd to the directory containing the packages source...





Platforms: *nix

License: Freeware Size: 337.92 KB Download (96): libnxml Download

Added: July 13, 2010 | Visits: 2.069

XML::Parser::YahooRESTGeocode SYNOPPSIS use LWP::Simple use XML::Parser; use XML::Parser::YahooRESTGeocode; #connect to yahoo geocode service my $url = http://api.local.yahoo.com/MapsService/V1/geocode; my $get = appid=YahooDemo&street=701+First+Street&city=Sunnyvale&state=CA; #call yahoo geocode service my $xml =...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (116): XML::Parser::YahooRESTGeocode Download

Added: October 02, 2010 | Visits: 947

spConfig spConfig is a C library made for parsing configuration files with a syntax similar to XML. spConfig is a configuration file parsing library intended to allow one to add configuration file functionality to an application with relative ease. Configuration files use an XML-like syntax with some...


Platforms: *nix

License: Freeware Size: 58.37 KB Download (98): spConfig Download

Added: February 12, 2010 | Visits: 1.115

XML::Parser::Style::Stream XML::Parser::Style::Stream is a Stream style for XML::Parser. SYNOPSIS use XML::Parser; my $p = XML::Parser->new(Style => Stream, Pkg => MySubs); $p->parsefile(foo.xml); { package MySubs; sub StartTag { my ($e, $name) = @_; # do something with start tags } sub EndTag { my ($e,...


Platforms: *nix

License: Freeware Size: 225.28 KB Download (105): XML::Parser::Style::Stream Download

Added: January 15, 2010 | Visits: 710

DBIx::XML::DataLoader DBIx::XML::DataLoader contains a set of modules that are meant to work together. DBIx::XML::DataLoader.pm the core for this package DB.pm which contains the sql specific stuff MapIt.pm handles parsing the xml mapping file IsDefined.pm a simple module for making sure empty data sets are defined...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (100): DBIx::XML::DataLoader Download

Added: August 04, 2010 | Visits: 579

DTDParse DTDParse project is a tool for parsing SGML and XML DTDs. The primary motivation for writing it was to provide a framework for building documentation for DTDs, but other applications are easy to imagine..


Platforms: *nix

License: Freeware Size: 57.34 KB Download (89): DTDParse Download

Added: June 05, 2010 | Visits: 1.110

XML::Checker::Parser XML::Checker::Parser is an XML::Parser that validates at parse time. SYNOPSIS use XML::Checker::Parser; my %expat_options = (KeepCDATA => 1, Handlers => [ Unparsed => &my_Unparsed_handler ]); my $parser = new XML::Checker::Parser (%expat_options); eval { local $XML::Checker::FAIL =...


Platforms: *nix

License: Freeware Size: 368.64 KB Download (104): XML::Checker::Parser Download

Added: January 07, 2010 | Visits: 1.120

XML::Grove 0.46 XML::Grove is a Perl module with Perl-style XML objects. SYNOPSIS use XML::Grove; # Basic parsing and grove building use XML::Grove::Builder; use XML::Parser::PerlSAX; $grove_builder = XML::Grove::Builder->new; $parser = XML::Parser::PerlSAX->new ( Handler => $grove_builder );...


Platforms: *nix

License: Freeware Size: 27.65 KB Download (91): XML::Grove 0.46 Download

Added: November 15, 2010 | Visits: 978

XML::Parser::PerlSAX XML::Parser::PerlSAX is a Perl SAX parser using XML::Parser. SYNOPSIS use XML::Parser::PerlSAX; $parser = XML::Parser::PerlSAX->new( [OPTIONS] ); $result = $parser->parse( [OPTIONS] ); $result = $parser->parse($string); XML::Parser::PerlSAX is a PerlSAX parser using the XML::Parser...


Platforms: *nix

License: Freeware Size: 64.51 KB Download (107): XML::Parser::PerlSAX Download

Added: October 18, 2010 | Visits: 779

HaXml HaXml is a collection of utilities for parsing, transforming, filtering and generating XML documents using Haskell. Its basic facilities include: - a parser for XML, - a separate error-correcting parser for HTML, - an XML validator, - pretty-printers for XML and HTML. For processing XML...


Platforms: *nix

License: Freeware Size: 430.08 KB Download (93): HaXml Download

Added: March 08, 2010 | Visits: 753

XMLParser for PHP XMLParser is a library that assists in parsing XML documents into generic PHP arrays. It also comes with RSSParser, an extension of XMLParser that creates simple RSS-specific array structures from RSS feeds..


Platforms: *nix

License: Freeware Size: 11.26 KB Download (100): XMLParser for PHP Download

Added: January 09, 2010 | Visits: 990

XML::Mini XML::Mini is a Perl implementation of the XML::Mini XML create/parse interface. SYNOPSIS use XML::Mini::Document; use Data::Dumper; ###### PARSING XML ####### # create a new object my $xmlDoc = XML::Mini::Document->new(); # init the doc from an XML string...


Platforms: *nix

License: Freeware Size: 34.82 KB Download (95): XML::Mini Download

Added: January 08, 2010 | Visits: 1.025

XML::Mini::Document XML::Mini::Document is a Perl implementation of the XML::Mini Document API. SYNOPSIS use XML::Mini::Document; use Data::Dumper; ###### PARSING XML ####### # create a new object my $xmlDoc = XML::Mini::Document->new(); # init the doc from an XML string $xmlDoc->parse($XMLString);...


Platforms: *nix

License: Freeware Size: 34.82 KB Download (92): XML::Mini::Document Download

Added: September 26, 2010 | Visits: 956

XML::RSS::Parser XML::RSS::Parser is a liberal object-oriented parser for RSS feeds. SYNOPSIS #!/usr/bin/perl -w use strict; use XML::RSS::Parser; use FileHandle; my $p = XML::RSS::Parser->new; my $fh = FileHandle->new(/path/to/some/rss/file); my $feed = $p->parse_file($fh); # output some values my...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (93): XML::RSS::Parser Download

Added: July 19, 2010 | Visits: 1.020

Parsifal XML Parser Parsifal is a validating XML 1.0 parser written in ANSI C. Parsifal API is based on SAX2. Parsifal can be used for parsing XML based messages (such as REST and RSS) and for application specific data processing e.g. config files, data files etc. Parsifal can also be used for document-oriented...


Platforms: *nix

License: Freeware Size: 757.76 KB Download (103): Parsifal XML Parser Download

Released: October 10, 2012  |  Added: October 10, 2012 | Visits: 189

NunniMJAX small and fast XML parser NunniMJAX is a minimal java library for parsing XML. The API and functioning recall SAX and is sequential and event-driven. The parser strives to verify that the XML is well-formed, but no validation. NunniMJAX's FSM has been generated using NunniFSMGen


Platforms: Windows, Mac, Linux

License: Freeware Size: 82.58 KB Download (48): NunniMJAX small and fast XML parser Download

Added: May 10, 2013 | Visits: 340

XML Check This class implements methods to check if a URL or file is well-formed XML. If not the class supplies methods to return the error message, line number and column number. If the source is well-formed the class provides methods to return the number of elements, attributes, text_sections, size of...


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

License: Freeware Download (65): XML Check Download

Added: August 10, 2013 | Visits: 488

Apache Xerces C++ XML Parser Xerces-C++ is a validating XML parser written in a portable subset of C++. Xerces-C++ makes it easy to give your application the ability to read and write XML data. A shared library is provided for parsing, generating, manipulating, and validating XML documents using the DOM, SAX, and SAX2 APIs....


Platforms: C and C plus plus

License: Freeware Size: 7.1 MB Download (51): Apache Xerces C++ XML Parser Download

Released: May 06, 2003  |  Added: September 20, 2006 | Visits: 4.105

Sydock XML Forms This program allows you to work with XML forms in the same way that you work with regular forms in text processors. It includes a WYSIWYG forms editor. The Extended Style Language consists of XSLT and CSS directions. Sydock XML Forms provides built-in realizations of XSLT and CSS subsets. And...


Platforms: Windows

License: Freeware Size: 6.06 MB Download (363): Sydock XML Forms Download

< 1 2 3 4 5 >