Simple XML Parse Activity
This is a simple and fast XML parser based on a recursive function.
Brought to you by:
dgraham777
corrected copyright date.
Added README file.
fixes several problems with the algorithm that were discovered by using Data::Compare and XML::Simple. Also, added UTF-16 and UTF-8 with BOM support, to supplement existing ASCII and UTF-8 without BOM support. Added hexadecimal entity support.
"fragile" Regular Expression fix #2
Regular expression fixes
Strips out ENTITY tags within DOCTYPE, as custo...
fixes DOCTYPE tag problem. now handles the 5 pr...
fixes problem with metacharacters in tag names
Fixed several bugs in the parsing algorithm.
update version, allow spaces before and after '...
fixed a significant problem with XML parsing in...