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

Xml Parse software
Filter: All | Freeware | Demo
 

Xml Parse

1 2 3 4 5 > 
Added: March 07, 2010 | Visits: 1.014

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 (104): XML Parse Library Download

Released: November 02, 2012  |  Added: November 02, 2012 | Visits: 543

XML Parse Lib XML Parse Lib is a handy, simple set of re-usable functions designed 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. This component also... Platforms: Windows

License: Freeware Download (48): XML Parse Lib Download

Added: April 20, 2010 | Visits: 1.048

XML::LibXML::Parser XML::LibXML::Parser is a Perl module to parse XML Data with XML::LibXML. SYNOPSIS $parser = XML::LibXML->new(); $doc = $parser->parse_file( $xmlfilename ); $doc = $parser->parse_fh( $io_fh ); $doc = $parser->parse_string( $xmlstring); $doc = $parser->parse_html_file( $htmlfile, %opts );... Platforms: *nix

License: Freeware Size: 256 KB Download (106): XML::LibXML::Parser Download

Added: June 20, 2010 | Visits: 1.143

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: February 21, 2010 | Visits: 866

XML::Bare XML::Bare is a minimal XML parser implemented via a C state engine. SYNOPSIS use XML::Bare; my $xml = new XML::Bare( text => Bob ); # Parse the xml into a hash tree my $root = $xml->parse(); # Print the content of the name node print $root->{xml}->{name}->{value}; #... Platforms: *nix

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

Released: August 16, 2012  |  Added: August 16, 2012 | Visits: 509

FUNDAMENTALS XML FUNDAMENTALS XML was specially developed as a Delphi / FreePascal unit that can implement a XML parser and XML document objects. Now you can use this accessible and handy library to further improve your development process. Platforms: Windows

License: Freeware Download (46): FUNDAMENTALS XML Download

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

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: August 21, 2013 | Visits: 401

XML::TreePuller XML::TreePuller is a Perl module that implements a tree oriented XML pull processor providing fast and convenient unmarshalling of extremely large XML documents serially. Unmarshalling means the module is intended to turn the XML document into datastructures, not transform it. Tree oriented... Platforms: *nix

License: Freeware Size: 10.24 KB Download (40): XML::TreePuller Download

Released: July 12, 2012  |  Added: July 12, 2012 | Visits: 348

XML Worker XMLWorker was specially designed as an accessible extra component for iText. The first XML to PDF implementation, is a new version of the old HTMLWorker that used to be shipped with iText. Use this handy component to help you with your work. Platforms: Windows

License: Freeware Download (43): XML Worker Download

Added: January 18, 2010 | Visits: 973

RDFStore::Parser::SiRPAC RDFStore::Parser::SiRPAC is a Perl module that implements a streaming RDF Parser as a direct implementation of XML::Parser::Expat. SYNOPSIS use RDFStore::Parser::SiRPAC; use RDFStore::NodeFactory; my $p=new RDFStore::Parser::SiRPAC( ErrorContext => 2, Handlers => { Init => sub { print... Platforms: *nix

License: Freeware Size: 481.28 KB Download (102): RDFStore::Parser::SiRPAC Download

Added: May 25, 2013 | Visits: 415

odp2db odp2db is a collection of Perl programs that can be used to parse the ODP data dumps and insert the data into an SQL database. Both the structure.rdf.u8 and content.rdf.u8 files are parsed. A minimal table structure is included that is suitable for loading the database but probably not useful for... Platforms: CGI and Perl

License: Freeware Size: 10 KB Download (46): odp2db Download

Added: April 12, 2013 | Visits: 662

Weather.gov U.S. Current Weather Conditions WGOVCWC(SID) queries the XML Feeds of Current Weather Conditions asprovided by NOAA's National Weather Service (http://www.weather.gov), andreturns a struct containing current weather conditions for the areaspecified by the corresponding four char SID(s) (Station ID(s)).Data is available only for... Platforms: Matlab

License: Freeware Size: 10 KB Download (46): Weather.gov U.S. Current Weather Conditions Download

Added: June 16, 2013 | Visits: 388

Nike+ Public API/web interface in Matlab For the Matlab users who happen to have Nike+. This simple function parses the public Nike+ API.For all the Nike+ users go to your Nike+ Dashboard, click on "Runs" and look up at the address bar for your userID (its an 8 - 10 digit number).Add Nikeplus to your pathyou can invoke the API/web... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): Nike+ Public API/web interface in Matlab Download

Added: June 05, 2010 | Visits: 1.119

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 (110): XML::Checker::Parser Download

Added: May 09, 2010 | Visits: 1.024

XML::Rules XML::Rules is a Perl module that can parse XML & process tags by rules starting from leaves. SYNOPSIS use XML::Rules; $xml = < < *END* < doc > < person > < fname >...< /fname > < lname >...< /lname > < email >...< /email > < address > < street >...< /street > < city >...< /city > <... Platforms: *nix

License: Freeware Size: 38.91 KB Download (99): XML::Rules Download

Added: January 18, 2010 | Visits: 944

XML::DocStats XML::DocStats is a Perl module to produce a simple analysis of an XML document. SYNOPSIS Analyze the xml document on STDIN, the STDOUT output format is html: use XML::DocStats; my $parse = XML::DocStats->new; $parse->analyze; Analyze in-memory xml document: use XML::DocStats; my... Platforms: *nix

License: Freeware Size: 27.65 KB Download (88): XML::DocStats Download

Added: November 06, 2010 | Visits: 1.703

XML::Excel XML::Excel is a Perl extension converting Excel files to XML. SYNOPSIS use XML::Excel; $excel_obj = XML::Excel->new(); $excel_obj = XML::Excel->new(%attr); $status = $excel_obj->parse_doc(file_name); $status = $excel_obj->parse_doc(file_name, %attr); $excel_obj->declare_xml(%attr);... Platforms: *nix

License: Freeware Size: 10.24 KB Download (112): XML::Excel Download

Added: January 22, 2010 | Visits: 1.391

XML::CSV XML::CSV is a Perl extension converting CSV files to XML. SYNOPSIS use XML::CSV; $csv_obj = XML::CSV->new(); $csv_obj = XML::CSV->new(%attr); $status = $csv_obj->parse_doc(file_name); $status = $csv_obj->parse_doc(file_name, %attr); $csv_obj->declare_xml(%attr);... Platforms: *nix

License: Freeware Size: 7.17 KB Download (134): XML::CSV Download

Added: November 15, 2010 | Visits: 984

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: November 24, 2010 | Visits: 875

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

1 2 3 4 5 >