Zend - The PHP Company




Code Gallery: xath


HTML parser  

Type: class
Added by: xath
Entered: 24/11/2000
Last modified: 01/12/2000
Rating: - (fewer than 3 votes)
Views: 9357
parses through text in what is hopefully an efficient manner. It will check the validity of HTML code, including nested tags, among other things. Needs my class tagtrack.php to work, which I have included here. Needs some comments, but I'm to lazy now, will get to that later. Many thanks to Adrian for his help with this class.


tagtrack.php  

Type: class
Added by: xath
Entered: 24/11/2000
Last modified: 01/12/2000
Rating: - (fewer than 3 votes)
Views: 4638
my HTML parser class uses this class to check the validity of nested tags. Parser.php needs this class to work.




Search