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

Xml Dom News Php freeware
Filter: All | Freeware | Demo
 

Xml Dom News Php

< 1 2 3 4 5 > 
Added: November 05, 2010 | Visits: 901

XML::EasySQL::XMLobj XML::EasySQL::XMLobj is a Fork of Robert Hansons killer XML::EasyOBJ module, which offers Easy XML object navigation. SYNOPSIS XML::EasySQL::XMLobj is a fork of Robert Hansons XML::EasyOBJ module. The goal of the fork was to simplify inheritance issues. However, easy inheritance comes at a...



Platforms: *nix

License: Freeware Size: 11.26 KB Download (95): XML::EasySQL::XMLobj Download

Added: September 13, 2010 | Visits: 959

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 (95): XML::Checker Download

Added: November 03, 2010 | Visits: 888

XML::DOM::DocumentType XML::DOM::DocumentType is an XML document type (DTD) in XML::DOM. XML::DOM::DocumentType extends XML::DOM::Node. Each Document has a doctype attribute whose value is either null or a DocumentType object. The DocumentType interface in the DOM Level 1 Core provides an interface to the list of...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (94): XML::DOM::DocumentType Download

Added: October 04, 2010 | Visits: 868

Bundle::BricolagePlus Bundle::BricolagePlus are optional and required modules for the Bricolage content management system. SYNOPSIS perl -MCPAN -e install Bundle::BricolagePlus The bundle provides an easy way to install all of the required and optional modules used by Bricolage. Bricolage is a 100% pure Perl...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (94): Bundle::BricolagePlus Download

Added: August 19, 2010 | Visits: 695

XML::SimpleObject::LibXML XML::SimpleObject::LibXML is a Perl extension allowing a simple(r) object representation of an XML::LibXML DOM object. SYNOPSIS use XML::SimpleObject::LibXML; # Construct with the key/value pairs as argument; this will create its # own XML::LibXML object. my $xmlobj = new...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (94): XML::SimpleObject::LibXML Download

Added: July 22, 2010 | Visits: 915

XML::Filter::Dispatcher XML::Filter::Dispatcher is a path based event dispatching with DOM support. SYNOPSIS use XML::Filter::Dispatcher qw( :all ); my $f = XML::Filter::Dispatcher->new( Rules => [ foo => &handle_foo_start_tag, @bar => &handle_bar_attr, ## Send any elts and their contents to $handler...


Platforms: *nix

License: Freeware Size: 88.06 KB Download (93): XML::Filter::Dispatcher Download

Added: February 24, 2010 | Visits: 931

XML::DOM::EntityReference XML::DOM::EntityReference is an XML ENTITY reference in XML::DOM. XML::DOM::EntityReference extends XML::DOM::Node. EntityReference objects may be inserted into the structure model when an entity reference is in the source document, or when the user wishes to insert an entity reference. Note...


Platforms: *nix

License: Freeware Size: 39.94 KB Download (92): XML::DOM::EntityReference Download

Added: April 16, 2010 | Visits: 1.827

CGI::XMLApplication CGI::XMLApplication is an Object Oriented Interface for CGI Script Applications. SYNOPSIS use CGI::XMLApplication; $script = new CGI::XMLApplication; $script->setStylesheetPath( "the/path/to/the/stylesheets" ); # either this for simple scripts $script->run(); # or if you need more...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (92): CGI::XMLApplication Download

Added: October 03, 2010 | Visits: 708

XML::DOM::XMLDecl XML::DOM::XMLDecl is a XML declaration in XML::DOM. XML::DOM::XMLDecl extends XML::DOM::Node, but is not part of the DOM Level 1 specification. It contains the XML declaration, e.g. < ?xml version="1.0" encoding="UTF-16" standalone="yes"? > See also XML::DOM::Document::getXMLDecl....


Platforms: *nix

License: Freeware Size: 112.64 KB Download (91): XML::DOM::XMLDecl Download

Added: January 25, 2010 | Visits: 455

XMLLib osax XMLLib osax is a Scripting Addition which implements the XML DOM in AppleScript. Features include:opening, validating, closing, saving an XML documentbrowsing an XML tree - parents, children, siblingssearching an XML tree - sending a XPATH requestediting, creating, removing an XML nodesearching...


Platforms: Mac

License: Freeware Size: 1.6 MB Download (91): XMLLib osax Download

Added: July 27, 2010 | Visits: 952

inidoc inidoc project is contributed with LayManSys and is used internally for documentation configuration files in a so-called INI format; this file format is typically used for config files under MS Windows or by PHP web applications. inidoc uses special comments in the INI files and generates DocBook...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (91): inidoc Download

Added: March 12, 2010 | Visits: 678

XML::EasyOBJ XML::EasyOBJ is an easy XML object navigation. SYNOPSIS # open exisiting file my $doc = new XML::EasyOBJ(my_xml_document.xml); my $doc = new XML::EasyOBJ(-type => file, -param => my_xml_document.xml); # create object from XML string my $doc = new XML::EasyOBJ(-type => string, -param =>...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (90): XML::EasyOBJ Download

Added: September 10, 2010 | Visits: 754

Xerces2 Xerces2 project is the next generation of high performance, fully compliant XML parsers in the Apache Xerces family. This new version of Xerces introduces the Xerces Native Interface (XNI), a complete framework for building parser components and configurations that is extremely modular and easy...


Platforms: *nix

License: Freeware Size: 4.4 MB Download (90): Xerces2 Download

Added: August 10, 2010 | Visits: 588

PXAServer PXAServer project is a framework for developing Web applications. The core library eases use of Ajax, XML, Javascript, and PHP. Whats New in This Release: - This release adds a login system with MD5 hashing and a flex2 client. - It adjusts the log system for the login system, and fixes a...


Platforms: *nix

License: Freeware Size: 430.08 KB Download (90): PXAServer Download

Added: July 19, 2010 | Visits: 695

XML::Filter::DOMFilter::LibXML XML::Filter::DOMFilter::LibXML is a SAX Filter allowing DOM processing of selected subtrees. SYNOPSIS use XML::LibXML; use XML::Filter::DOMFilter::LibXML; my $filter = XML::Filter::DOMFilter::LibXML->new( Handler => $handler, XPathContext => XML::LibXML::XPathContext->new(), Process =>...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (89): XML::Filter::DOMFilter::LibXML Download

Added: August 03, 2010 | Visits: 1.107

SQL::Routine::Language SQL::Routine::Language is a Perl module for what language or grammar SQL::Routine speaks. SQL::Routine contains SQL schemas and queries, represented as a tree of atomic tokens; it is structurally like an abstract syntax tree or an XML DOM, but one that only accepts, respectively, a specific...


Platforms: *nix

License: Freeware Size: 174.08 KB Download (87): SQL::Routine::Language Download

Added: May 10, 2013 | Visits: 918

Keld: PHP-MySQL News Script This is a PHP-MySQL based news script like NewsPro. It differs in that the news posts are stored in a database, and it runs from PHP, and not Perl. It supports multiple users and types of users, has options, and customizable news layouts.


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

License: Freeware Download (69): Keld: PHP-MySQL News Script Download

Added: May 10, 2013 | Visits: 548

cssed This is the home page of cssed a GTK2 application to help create and maintain CSS style sheets for web developing. cssed is a small developer editor and validator, that tries to ease the CSS editing. It is an Open Source project, it means that you can download the program but also its source....


Platforms: *nix, C/C++, BSD

License: Freeware Download (66): cssed Download

Added: May 10, 2013 | Visits: 5.638

PHP-XML mini notice board PHP-XML mini notice board is a dynamic BBS system that use XML as the storing format. Also, it provides a web administration interface, HTML tags support in news thread, and independent style of each news thread.


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

License: Freeware Download (65): PHP-XML mini notice board Download

Added: May 10, 2013 | Visits: 717

News System PHP News System application is a news content management system made in PHP programming language.Features: - Single user account. - Data is stored in text files. - Formatting text by BBCode. - Posts can be filed under multiple categories. - Custom publishing date. - Automatically generated...


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

License: Freeware Download (64): News System PHP Download

< 1 2 3 4 5 >