PHP Classes
elePHPant
Icontem

sax

Search this site
:    Looking up search words... 
Sections:  
Search forums:   
Permalink

      Found: 13       Packages icon Packages (8)   Packages icon Forums icon Package forums (5)  
SAXY XML parser Support forum saxy A Simple API for XML (SAX) parser   SAXY is a Simple API for XML (SAX) XML parser for PHP. It is lightweight, fast, and modeled on the methods of the Expat parser for compatibility. The primary goal of SAXY is to provide PHP developers with an alternative to Expat ...
HTMLSax Support forum htmlsax sax-like parser for HTML   A SAX like parser for non valid xml documents (mainly html) the latest changes to the class are available on the sourceforge cvs at http://sourceforge.net/projects/phpshelve HTML attributes parser HTML sax parser Example script simple state ...
Path Parser Support forum class_path_parser Generic SAX parsing for XML made easy   This class parses XML documents (from URLs or filepaths) allowing you to set handlers for specific XML elements indicated with paths, for example /foo/data/name. When the parser detects an XML element matching a path ...
HTML SAX Parser Support forum html_saxparser Parse HTML documents using regular expressions   This class can parse HTML documents using regular expressions to split the document character data, the begin and end tag elements. For each type of elements, the class call custom callback that can do any ...
... The class allows you to parse all kinds of RDF documents admiting all the syntaxes defined by the W3C. The class uses an event-driven interface like SAX producing events as RDF statements are discovered by the parser. phpxmlclasses RDF parser 1.0 Used in the documentation Example file dumps triples ...
... ; it is written purely in PHP and should therefore run on any Web hosting platform with PHP 4 and above installed. It requires coupling with a SAX parser. You can use either the SAXY parser that is bundled with DOMIT! or the Expat parser that is included in most later PHP distributions. A lighterweight ...
File PHP Support forum filephp Web based manager to browse the server file system   This class implements a Web based file manager user interface to browse the structure of web servers file system. On Mozilla and Internet Explorer a context menu opens up on clicking the right mouse button on a listed ...
... tag, end tags and character data. Sample processor instance. Sample script. Sample output.    Abstract base class for custom processors.    The core SAX Parser. Site Meter