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

Parse Xml freeware
Filter: All | Freeware | Demo
 

Parse Xml

< 1 2 3 4 5 > 
Added: September 13, 2010 | Visits: 963

XML::Checker XML::Checker is a Perl module for validating XML. SYNOPSIS XML::Checker::Parser - an XML::Parser that validates at parse time XML::DOM::ValParser - an XML::DOM::Parser that validates at parse time (Some of the package names may change! This is only an alpha release...) XML::Checker can be... Platforms: *nix

License: Freeware Size: 33.79 KB Download (101): XML::Checker Download

Added: March 02, 2010 | Visits: 830

XML::DOM XML::DOM is a perl module for building DOM Level 1 compliant document structures. SYNOPSIS use XML::DOM; my $parser = new XML::DOM::Parser; my $doc = $parser->parsefile ("file.xml"); # print all HREF attributes of all CODEBASE elements my $nodes = $doc->getElementsByTagName... Platforms: *nix

License: Freeware Size: 143.36 KB Download (97): XML::DOM Download

Added: June 12, 2010 | Visits: 1.243

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: September 26, 2010 | Visits: 964

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: April 11, 2010 | Visits: 621

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 12, 2010 | Visits: 991

XML::DOM::Document XML::DOM::Document is an XML document node in XML::DOM. XML::DOM::Document extends XML::DOM::Node. It is the main root of the XML document structure as returned by XML::DOM::Parser::parse and XML::DOM::Parser::parsefile. Since elements, text nodes, comments, processing instructions, etc.... Platforms: *nix

License: Freeware Size: 112.64 KB Download (106): XML::DOM::Document 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

Released: September 01, 2012  |  Added: September 01, 2012 | Visits: 272

Loaded XML A small XML library that uses SAX to parse incoming data and build Java POJO's based on the content. Configuration consists of a single call to map each top-level XML element to a Java POJO. Also, supports basic POJO -> XML serialization. Platforms: Mac, Linux

License: Freeware Size: 34.5 KB Download (50): Loaded XML Download

Added: May 10, 2013 | Visits: 371

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: August 14, 2013 | Visits: 452

MlView for XML Tools The MlView project is an xml editor for the GNOME environment. It is written in C/C and uses the gnome libraries (libxml2, gtkmm, libgnome*, etc).Features:- cut/copy/paste as child/paste as prev/paste as next/ of xml elements- xml element/attributes search- multi docs edition- Several editing... Platforms: C and C plus plus

License: Freeware Size: 1003.52 KB Download (45): MlView for XML Tools Download

Added: March 30, 2013 | Visits: 542

mod-xslt2 for XML Tools mod-xslt2 is a server side module able to apply stylesheets to xml data on the fly. mod-xslt2 as it is today is almost a complete rewrite of the original mod-xslt2 written by Philipp Dunkel, with many new features added and a complete code clean up. mod-xslt2 is able to: parse dynamically... Platforms: C and C plus plus

License: Freeware Size: 1.66 MB Download (41): mod-xslt2 for XML Tools Download

Added: April 23, 2013 | Visits: 607

ActiveLink PHP XML Package for XML Tools ActiveLink PHP XML Package provides an easy interface to parse, read, modify, and output XML and XML documents.ActiveLink PHP XML Package is purely implemented in PHP and does not require any PHP XML extensions (including xml or domXML). Provided classes are: XML, XMLDocument, XMLBranch, XMLLeaf,... Platforms: PHP

License: Freeware Size: 30.72 KB Download (47): ActiveLink PHP XML Package for XML Tools Download

Added: October 20, 2013 | Visits: 422

Redstone XML-RPC Redstone XML-RPC Library is a small but versatile implementation of the XML-RPC specification. It contains the following main features: * An XML-RPC client for accessing XML-RPC services, and an XML-RPC servlet for publishing plain Java objects as XML-RPC services in a web server. Both the... Platforms: Mac

License: Freeware Size: 10.24 KB Download (39): Redstone XML-RPC Download

Added: September 22, 2013 | Visits: 471

Selenium XML Formatter Selenium XML Formatter is a custom XML Formatter for Selenium-IDE extension. Compliant with Selenium command & comment syntax, this formatter output data in a very common language. This way, you can easily parse the test case in your favorite programming language. This format is compatible with... Platforms: *nix

License: Freeware Size: 10.24 KB Download (38): Selenium XML Formatter 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: May 06, 2003  |  Added: September 20, 2006 | Visits: 4.119

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

Released: May 09, 2003  |  Added: October 20, 2006 | Visits: 11.789

XML Viewer MindFusion's XML Viewer is used to examine the contents of an XML file in an easy-to-use environment. In addition you can make modification to the XML such as insering and deleting items as well as adding and deleting properties to existing items. MindFusion's XML Viewer offers you also... Platforms: Windows

License: Freeware Size: 500 KB Download (1100): XML Viewer Download

Released: October 18, 2007  |  Added: October 28, 2007 | Visits: 6.169

Liquid XML Studio Liquid XML Studio is a FREE XML Schema Editor, and much more. Simple enough for new users to pick up quickly and comprehensive enough for experienced users deal with the advanced features of the XSD standard. A fully featured XML Development Studio:- - Graphical and Text based XML... Platforms: Windows

License: Freeware Size: 9.4 MB Download (968): Liquid XML Studio Download

Released: January 16, 2008  |  Added: January 26, 2008 | Visits: 4.862

Alchemist XML IDE Standard FREEWARE Alchemist's best-in-class features for working with XML, XSL, XSLT, XPath, SQL/XML, code generation, database to XML mapping and many other XML technologies. Alchemist is a product that provides the necessary infrastructure to build pieces of reusable software or aplications. The product is... Platforms: Windows

License: Freeware Size: 5.13 MB Download (1208): Alchemist XML IDE Standard FREEWARE Download

Added: January 18, 2010 | Visits: 1.558

XML::Generator::vCard::RDF XML::Generator::vCard::RDF is a Perl module that can generate RDF/XML SAX2 events for vCard 3.0 SYNOPSIS use XML::SAX::Writer; use XML::Generator::vCard::RDF; my $writer = XML::SAX::Writer->new(); my $driver = XML::Generator::vCard::RDF->new(Handler=>$writer);... Platforms: *nix

License: Freeware Size: 9.22 KB Download (173): XML::Generator::vCard::RDF Download

< 1 2 3 4 5 >