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

Php Xml Parser Example software
Filter: All | Freeware | Demo
 

Php Xml Parser Example

< 1 2 3 4 5 
Added: July 16, 2013 | Visits: 423

PHP AnyXML for XML Tools AnyXML is an XML read-only class which offers PHP5 SimpleXML's capabilities on ANY host, even if PHP4 and/or without the expat extension;AnyXML will always choose the best available library to offer its functionality. Your solution to PHP XML messes.



Platforms: PHP

License: Freeware Size: 20.48 KB Download (43): PHP AnyXML for XML Tools Download

Added: January 18, 2010 | Visits: 1.608

ezXML ezXML is a C library for parsing XML documents inspired by simpleXML for PHP. As the name implies, its easy to use. Its also fast and lightweight (less than 20k compiled). Example Usage Given the following example XML document: < ?xml version="1.0"?> < formula1> < team name="McLaren"> <...





Platforms: *nix

License: Freeware Size: 17.41 KB Download (148): ezXML Download

Added: June 27, 2010 | Visits: 1.041

The Epeios XML preprocessor 0.2.1 The Epeios XML preprocessor (expp in short) is a tool which transforms an XML file to another XML file, by using tags owned by a given namespace (xpp by default, but you can change it). This tags allow to handle macros, to affect value to variables ant to test their values, to include files, ......


Platforms: *nix

License: Freeware Size: 389.12 KB Download (90): The Epeios XML preprocessor 0.2.1 Download

Added: August 09, 2010 | Visits: 1.736

PHP Database Interface 1.0 PHP Database Interface is an easy to use PHP database interface meant to give applications universal support across many databases, including several flat file formats. Installation These are just a few notes installation notes regarding DBi and using it with your project txtSQL support...


Platforms: *nix

License: Freeware Size: 33.79 KB Download (109): PHP Database Interface 1.0 Download

Added: November 15, 2010 | Visits: 1.272

jFlash System jFlash is a multilingual, web-based flashcard system based on open web standards, PHP, and XML. jFlash System consists of two principal software modules: 1. A PHP system for indexing and delivering flashcard content. 2. A browser-neutral Javascript application that parses out and presents a...


Platforms: *nix

License: Freeware Size: 64.51 KB Download (127): jFlash System Download

Added: February 12, 2010 | Visits: 1.315

SafeHTML SafeHTML is an anti-XSS HTML parser, written in PHP. This parser strips down all potentially dangerous content within HTML: - opening tag without its closing tag - closing tag without its opening tag - any of these tags: “base”, “basefont”, “head”,...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (129): SafeHTML Download

Released: November 26, 2012  |  Added: November 26, 2012 | Visits: 6.603

PHP Proactive Sales Module To learn which products are most likely purchased together is a very powerful knowledge helping online merchants or any other company increase their sales. A good example explaining what a Proactive Sales Module is can be an online music shop selling tracks or ringtones. The idea is that we...


Platforms: Windows, Unix, Linux

License: Shareware Cost: $17.00 USD Size: 16 KB Download (46): PHP Proactive Sales Module Download

Added: May 10, 2013 | Visits: 489

Halo Zeta stats This is a PHP project for parsing Halo 2 XML logs from bungie.net and displaying the data in various ways.Support for storing the data in a database may be added in the future. At the moment the code consist of a few PHP classes that parses the XML.


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

License: Freeware Download (49): Halo Zeta stats Download

Added: May 10, 2013 | Visits: 392

XML Lexing Sometimes you want to work more with the form of an XML document than with the structural information it contains. For instance if you wanted to change a bunch of entity references or element names. Also, sometimes you have slightly incorrect XML that a traditional parser will choke on. In that...


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

License: Freeware Download (56): XML Lexing Download

Added: May 10, 2013 | Visits: 505

phpCookBook phpCookBook is an extensive XML Recipe Book written in PHP. PHP does the XML Parsing and XML allocated for the data storage. A MySQL mode of this great project is on it's way.


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

License: Freeware Download (57): phpCookBook Download

Added: January 18, 2010 | Visits: 937

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: September 24, 2010 | Visits: 968

Template::Plugin::XML::DOM Template::Plugin::XML::DOM is a plugin interface to XML::DOM. SYNOPSIS # load plugin [% USE dom = XML.DOM %] # also provide XML::Parser options [% USE dom = XML.DOM(ProtocolEncoding = ISO-8859-1) %] # parse an XML file [% doc = dom.parse(filename) %] [% doc = dom.parse(file =...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (99): Template::Plugin::XML::DOM Download

Added: August 03, 2010 | Visits: 1.068

XSD/e XSD/e is a XML Processing for Embedded Systems. CodeSynthesis XSD/e is an open-source XML parser generator for mobile and embedded systems. It provides event-driven, stream-oriented XML parsing, XML Schema validation, and C++ data binding while maintaining a small footprint and portability....


Platforms: *nix

License: Freeware Size: 2.6 MB Download (100): XSD/e Download

Added: May 10, 2013 | Visits: 691

PHP AnyXML AnyXML is an XML read-only class which offers PHP5 SimpleXML's capabilities on ANY host, even if PHP4 and/or without the expat extension; AnyXML will always choose the best available library to offer its functionality. Your solution to PHP XML messes.


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

License: Freeware Download (104): PHP AnyXML Download

Added: June 10, 2010 | Visits: 1.072

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

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.353

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

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 (88): AnyData::Format::XML 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: May 08, 2010 | Visits: 762

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 (109): MARC::XML Download

< 1 2 3 4 5