Revision history for MKDoc::XML
0.61 Thu Oct 16 13:44:40 2003
- Fixed not dying on <p foo=bar>
- <p foobar>
- <p foo bar> ...
0.60 Thu Oct 9 16:54:44 2003
- Refactored / Modularized MKDoc::XML::Decode
- MKDoc whitelist: added required xml container (html), head, title and body
- MKDoc whitelist: recreated from xhtml 1.0 strict
- MKDoc whitelist: updated test case t/402_MKDoc_XML_Stripper_def.t
- Fixed error reporting in MKDoc::XML::TreeBuilder
- Removed "noframes" element from xhtml 1.0 transitional
0.53 Tue Sep 30 10:49:06 2003
- Fixed a structural bug in MKDoc::XML::Token
- Renamed all is_XXX methods to XXX
0.52 Thu Sep 25 14:19:49 2003
- Fixed a bug in MKDoc::XML::Tagger which would happen with Perl 5.6.1
- Added MKDoc::XML::Stripper XHTML specs contributed by Patrick
- Amended MKDoc::XML::Stripper POD accordingly
- Fixed missing dependencies
0.51 Fri Sep 19 16:48:10 2003
- Changed lib/MKDoc/XML.pm and Makefile.PL so that it can be picked
up by Petal's Makefile.PL
0.5 Fri Sep 19 16:37:12 2003
- Improved MKDoc::XML::Encode and MKDoc::XML::Decode
- Added definition loading to MKDoc::XML::Stripper
0.4 Fri Sep 19 12:15:23 2003
- Fixed Robin Berjon's reported bug about tokenizer not dying on invalid comment
- Fixed MKDoc::XML::Token incorrectly parsing attributes in single quotes
- Fixed MKDoc::XML::Token not parsing attributes spanned on many lines
- Fixed bogus regexes in is_self_close() method
- Fixed MKDoc::XML::Token not parsing attributes containing '-'
0.3 Wed Sep 17 15:40:50 2003
- Fixed patrick's reported bug "XML::Stripper" not compiling
- Fixed patrick's reported bug "p tag not closing"
0.2 Thu Sep 11 16:19:46 2003
- Applied Bruno's documentation typo patches
- MKDoc::XML::Encode initial release
- MKDoc::XML::EncodeHO initial release
- MKDoc::XML::Decode initial release
- MKDoc::XML::Dumper initial release
0.1 Thu Sep 4 12:02:03 2003
- MKDoc::XML::Token initial release
- MKDoc::XML::Tokenizer initial release
- MKDoc::XML::TreeBuilder initial release
- MKDoc::XML::Stripper initial release
- MKDoc::XML::Tagger initial release