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

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

Php Xml Parser Tutorial

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

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

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: 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: August 03, 2010 | Visits: 1.077

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: January 06, 2010 | Visits: 789

Nuface Nuface is a Web-based administration tool that generates Edenwall, NuFW, or simple Netfilter firewall rules. Nuface project features a high level abstraction on the security policy set by the administrator, and works internally on an XML data scheme. Its philosophy is to let you agglomerate...


Platforms: *nix

License: Freeware Size: 450.56 KB Download (100): Nuface Download

Added: October 03, 2010 | Visits: 960

irrXML irrXML is a simple and fast open source xml parser for C++. Why another xml parser? Becouse irrXML is much faster and its very simple. It ideally fits into realtime projects which need to read xml data without overhead, like games. irrXML was originally written as part of the Irrlicht Engine...


Platforms: *nix

License: Freeware Size: 84.99 KB Download (99): irrXML Download

Added: September 17, 2010 | Visits: 822

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

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

Released: August 30, 2010  |  Added: December 01, 2011 | Visits: 656

Text Encode Converter Text Encode Converter is an easy-to-use application for Windows that can help you convert encode of multiple ansi/ utf-8/ unicode plain text documents to and from any encode, either interactively or in batch mode. It can convert encode of thousands of files within a few minutes minutes. Text...


Platforms: Windows, Mac

License: Shareware Cost: $99.95 USD Size: 2.43 MB Download (99): Text Encode Converter Download

Added: November 24, 2010 | Visits: 874

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

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

Added: October 04, 2010 | Visits: 756

Embperl::Intro Embperl::Intro is an introduction to Embperl. Embperl has started as a Perl module for simply embedding Perl into HTML and has grown to a full featured system to build dynamic content (not only) under mod_perl. The version 1.x focus on HTML documents, also it could be used for any sort of ascii...


Platforms: *nix

License: Freeware Size: 665.6 KB Download (98): Embperl::Intro Download

Added: May 13, 2010 | Visits: 835

tinybind tinybind is an add-on library for the tinyxml XML parser that makes it easy to "bind" a C++ struct definition to an XML file format for easy serializing and deserializing. It supports nested structs and STL containers.. Get tinybind at SourceForge.net. Fast, secure and free downloads from the...


Platforms: *nix

License: Freeware Size: 31.74 KB Download (97): tinybind 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: June 11, 2010 | Visits: 795

XML2Swing XML2Swing is a Java library that reads XML files and creates a SWING user interface to display and edit the XML data. What can I use XML2Swing for? XML2Swing is useful whenever you need to add XML display and editing capability to a desktop application. For instance, when your application...


Platforms: *nix

License: Freeware Size: 317.44 KB Download (97): XML2Swing Download

Released: November 21, 2011  |  Added: December 01, 2011 | Visits: 727

Encoding Converter Encoding Converter, is an easy-to-use application for Windows that can help you convert encoding of multiple ansi/ utf-8/ unicode plain text documents to and from any encoding, either interactively or in batch mode. It can convert encoding of thousands of files within a few minutes minutes....


Platforms: Windows, Mac

License: Shareware Cost: $99.95 USD Size: 2.43 MB Download (97): Encoding Converter Download

Added: January 25, 2010 | Visits: 975

XML::Parser::EasyTree XML::Parser::EasyTree is an easier tree style for XML::Parser. SYNOPSIS use XML::Parser; use XML::Parser::EasyTree; $XML::Parser::Easytree::Noempty=1; my $p=new XML::Parser(Style=>EasyTree); my $tree=$p->parsefile(something.xml); XML::Parser::EasyTree adds a new "built-in" style called...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (96): XML::Parser::EasyTree Download

Added: January 18, 2010 | Visits: 1.278

Jabber::Lite Jabber::Lite is a standalone library for communicating with Jabber servers. SYNOPSIS use Jabber::Lite; my $jlobj = Jabber::Lite->new(); $jlobj->connect( %args ); $jlobj->authenticate( %args ); my $stillgoing = 1; while( $stillgoing ){ my $tval = $jlobj->process(); if( $tval == 1 ){...


Platforms: *nix

License: Freeware Size: 48.13 KB Download (96): Jabber::Lite Download

Added: April 04, 2010 | Visits: 892

mime4j mime4j project provides a parser, MimeStreamParser , for e-mail message streams in plain rfc822 and MIME format. The parser uses a callback mechanism to report parsing events such as the start of an entity header, the start of a body, etc. If you are familiar with the SAX XML parser interface you...


Platforms: *nix

License: Freeware Download (96): mime4j Download

Added: May 10, 2013 | Visits: 936

XML_PullParser XML_PullParser moves the API of the PHP XML facility from an event-based model to a token-based model.Instead of processing data passed from the parser to callbacks, scripts work with "tokens", which are arrays representing XML structures.


Platforms: *nix, PHP,

License: Freeware Download (95): XML_PullParser Download

< 1 2 3 4 5 >