commit | e010c17d78f06af35b9977cf03f10df1e1c05aeb | [log] [tgz] |
---|---|---|
author | Daniel Veillard <veillard@src.gnome.org> | Mon Aug 28 10:04:51 2000 +0000 |
committer | Daniel Veillard <veillard@src.gnome.org> | Mon Aug 28 10:04:51 2000 +0000 |
tree | 17a2270e0d3aee5a2b7bf8b538ae28386a614963 | |
parent | 47f3f31f8303862529e80c4eff4ba6d59511f863 [diff] |
Mostly HTML generation and parsing enhancements: - HTMLparser.[ch] testHTML.c: applied the second set of patches from Wayne Davison <wayned@blorf.net>, adding htmlEncodeEntities() - HTMLparser.c: fixed an ignorable white space detection bug occuring when parsing with SAX only - result/HTML/*.sax: updated since the output is now HTML encoded... Daniel.