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

Xml Parser Php software
Filter: All | Freeware | Demo
 

Xml Parser Php

< 1 2 3 4 5 
Added: June 10, 2010 | Visits: 1.077

XML Hammer 1.0 XML Hammer application is a free and open-source tool that simplifies elementary XML actions like checking for well-formedness, validation, transformation and xpath searches using any JAXP implementation. After all these years of XML, it is still relatively difficult to simply validate or...



Platforms: *nix

License: Freeware Size: 4.2 MB Download (90): XML Hammer 1.0 Download

Added: April 11, 2010 | Visits: 952

XML::Handler::Trees XML::Handler::Trees is a PerlSAX handlers for building tree structures. SYNOPSIS use XML::Handler::Trees; use XML::Parser::PerlSAX; my $p=XML::Parser::PerlSAX->new(); my $h=XML::Handler::Tree->new(); my $tree=$p->parse(Handler=>$h,Source=>{SystemId=>file.xml}); my...





Platforms: *nix

License: Freeware Size: 7.17 KB Download (100): XML::Handler::Trees 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: August 09, 2010 | Visits: 847

AnyData::Format::XML AnyData::Format::XML is a Perl module for tiedhash and DBI access to XML. SYNOPSIS # access XML data via a multi-dimensional tied hash # see AnyData.pod for full details # use AnyData; my $table = adTie( XML, $file, $mode, $flags ); OR # convert data to and from XML # see AnyData.pod...


Platforms: *nix

License: Freeware Size: 44.03 KB Download (94): AnyData::Format::XML Download

Added: January 07, 2010 | Visits: 1.124

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 (92): XML::Grove 0.46 Download

Added: May 08, 2010 | Visits: 765

MARC::XML MARC::XML is a subclass of MARC.pm to provide XML support. SYNOPSIS use MARC::XML; #read in some MARC and output some XML $myobject = MARC::XML->new("marc.mrc","usmarc"); $myobject->output({file=>">marc.xml",format=>"xml"}); #read in some XML and output some MARC $myobject =...


Platforms: *nix

License: Freeware Size: 51.2 KB Download (115): MARC::XML Download

Added: July 10, 2010 | Visits: 1.056

XML::Handler::YAWriter XML::Handler::YAWriter is a yet another Perl SAX XML Writer. SYNOPSIS use XML::Handler::YAWriter; my $ya = new XML::Handler::YAWriter( %options ); my $perlsax = new XML::Parser::PerlSAX( Handler => $ya ); YAWriter implements Yet Another XML::Handler::Writer. The reasons for this one are...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (168): XML::Handler::YAWriter Download

Added: March 16, 2010 | Visits: 879

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: February 27, 2010 | Visits: 698

RPC::XML RPC::XML is a set of classes for core data, message and XML handling. SYNOPSIS use RPC::XML; $req = RPC::XML::request->new(fetch_prime_factors, RPC::XML::int->new(985120528)); ... $resp = RPC::XML::Parser->new()->parse(STREAM); if (ref($resp)) { return $resp->value->value; } else {...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (91): RPC::XML Download

Added: September 13, 2010 | Visits: 961

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: 827

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: May 27, 2010 | Visits: 1.314

Apache XML Apache XML Projects goals are: - to provide commercial-quality standards-based XML solutions that are developed in an open and cooperative fashion, - to provide feedback to standards bodies (such as IETF and W3C) from an implementation perspective, and - to be a focus for XML-related...


Platforms: *nix

License: Freeware Download (91): Apache XML Download

Added: February 01, 2010 | Visits: 952

XML::XPathScript::Processor XML::XPathScript::Processor is the XML transformation engine in XML::XPathScript. SYNOPSIS In a stylesheet ->{testcode} sub for e.g. Docbooks < ulink > tag: my $url = findvalue(@url,$self); if (findnodes("node()", $self)) { # ... $t->{pre}=qq< a href="$url" >; $t->{post}=qq< /a >;...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (98): XML::XPathScript::Processor 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

Released: October 21, 2012  |  Added: October 21, 2012 | Visits: 503

Chilkat Python XML Library Python 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 Python XML Library Download

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

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

Released: December 09, 2012  |  Added: December 09, 2012 | Visits: 454

BS Parser Semi-professional HTML-parser In the standard version, It allows for the results from the processing to be edited and saved in RTF (Rich Text Format), which makes it very comfortable for daily use. Basic functions BS-Parser is a typical multifunctional, module, multi stream parser, whose help you...


Platforms: Windows

License: Shareware Cost: $2.50 USD Size: 4 KB Download (49): BS Parser Download

Released: July 13, 2012  |  Added: July 13, 2012 | Visits: 366

XML ValidatorBuddy Easy and convenient XML validation with XML ValidatorBuddy. With this tool you can start to check your XML files immediately after the installation even from the Windows File Explorer. The tool also provides Schematron and batch validation. XML ValidatorBuddy makes working with XML files as easy...


Platforms: Windows

License: Shareware Cost: $29.00 USD Size: 4.05 MB Download (46): XML ValidatorBuddy Download

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

Ps and Qs: Processing QTI using PHP A lightweight PHP library for interpreting IMS QTI files. This is a very simple framework which sits on top of PHP's 'Expat' XML parser, intended largely as a template for using QTI in PHP applications - but includes a basic test-taking functionality.


Platforms: Windows, Mac, Linux

License: Freeware Size: 58.66 KB Download (47): Ps and Qs: Processing QTI using PHP Download

< 1 2 3 4 5