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

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

Php Xml Parser Tutorial

< 1 2 3 4 5 
Added: August 23, 2010 | Visits: 1.036

PXR::Parser PXR::Parser is a Pure Perl SAX XML Push Parser. SYNOPSIS use PXR::Parser; my $parser = PXR::Parser->new( Handlers => { startDocument => &start_doc, endDocument => &end_doc, startElement => &start_element, endElement => &end_element, characters => &characters, } );... Platforms: *nix

License: Freeware Size: 16.38 KB Download (111): PXR::Parser Download

Released: November 14, 2012  |  Added: November 14, 2012 | Visits: 634

LSP tutorial Tutorial for the Lua programming language and web-development using LSP. Lua Server Pages, LSP for short, is a blinding fast general-purpose scripting language that is well suited for Web development and can be embedded into HTML. LSP supports the latest Web development techniques such as WEB 2.0... Platforms: Not Applicable

License: Freeware Size: 24 KB Download (51): LSP tutorial Download

Added: July 16, 2013 | Visits: 425

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

Template::Tutorial::Datafile Template::Tutorial::Datafile is a Perl module for creating Data Output Files Using the Template Toolkit. This tutorial gives an overview of the Template Toolkit, showing in particular how to use it to read and write data files in various different formats and styles. It was written by Dave... Platforms: *nix

License: Freeware Size: 778.24 KB Download (100): Template::Tutorial::Datafile Download

Added: February 12, 2010 | Visits: 1.321

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 (130): SafeHTML Download

Added: September 17, 2010 | Visits: 823

XML::XQL XML::XQL is a perl module for querying XML tree structures with XQL. SYNOPSIS use XML::XQL; use XML::XQL::DOM; $parser = new XML::DOM::Parser; $doc = $parser->parsefile ("file.xml"); # Return all elements with tagName=title under the root element book $query = new XML::XQL::Query (Expr... Platforms: *nix

License: Freeware Size: 112.64 KB Download (99): XML::XQL Download

Added: May 10, 2013 | Visits: 491

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 (55): Halo Zeta stats Download

Added: May 10, 2013 | Visits: 399

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

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

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: January 18, 2010 | Visits: 943

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

Template::Tutorial Template::Tutorial are template toolkit tutorials. This section includes tutorials on using the Template Toolkit. Subjects currently include an general overview of the Template Toolkit, showing users how to get quickly up to speed building web content, and a tutorial on generating and using... Platforms: *nix

License: Freeware Size: 778.24 KB Download (146): Template::Tutorial Download

Added: September 24, 2010 | Visits: 978

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: June 27, 2010 | Visits: 1.046

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: May 10, 2013 | Visits: 694

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: August 09, 2010 | Visits: 1.747

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: June 10, 2010 | Visits: 1.079

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

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

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

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

< 1 2 3 4 5