Recommend this page to a friend! |
Download .zip |
Info | View files (17) | Download .zip | Reputation | Support forum (2) | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2006-06-18 (10 years ago) | 69% | Total: 2,952 | All time: 1,209 This week: 1,123 |
Version | License | Categories | ||||
html_saxparser 1.0 | The PHP License | HTML |
Description | Author | |||||||||||||
This class can parse HTML documents using regular expressions to split the document character data, the begin and end tag elements. |
|
Files |
File | Role | Description |
---|---|---|
1.jpg | Data | Image for example1.html |
2.jpg | Data | Image for example1.html |
3.jpg | Data | Image for example1.html |
4.jpg | Data | Image for example1.html |
changelog.txt | Doc. | Changelog |
example1.html | Data | Example HTML source |
example1.php | Example | Example #1 (show only images on page) |
example1wc.php | Example | Example #1 with use class |
example2.php | Example | Example #2 (page tree) |
example2wc.php | Example | Example #2 with use class |
example3.php | Example | Example #3 (find only first image) |
example3wc.php | Example | Example #3 with use class |
example4.php | Example | Example #4 (get body tag content) |
example5.php | Example | Example #5 (get page part - news on yahoo.com) |
example6.php | Example | Example #6 (get wikipedia page content) |
PageProcessor.php | Class | Class use in examples |
SAXParser.php | Class | Main class |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
0% |
|
|
User Ratings | User Comments (1) | ||||||||||||||||||||||||||||||||||
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.
Pages that reference this package |
Simple SAX parser for PHP Yesterday, I was working on PRAjax. The UpdatePanel did not work completely as I wanted it to work: in the background, the whole page was still fetched and updated. A cleaner way would be to just fetch updated content and not the whole page... |