Parent Directory
|
Revision Log
++ whatpm/t/ChangeLog 18 Oct 2008 11:34:40 -0000 2008-10-18 Wakaba <wakaba@suika.fam.cx> * XML-Parser.t: "xml/notations-1.dat" added. ++ whatpm/t/xml/ChangeLog 18 Oct 2008 11:25:41 -0000 * attlists-1.dat: A test result updated. * notations-1.dat: New test result file. 2008-10-18 Wakaba <wakaba@suika.fam.cx> ++ whatpm/Whatpm/ChangeLog 18 Oct 2008 11:31:41 -0000 * NanoDOM.pm (public_id, system_id): New attributes. 2008-10-18 Wakaba <wakaba@suika.fam.cx> ++ whatpm/Whatpm/HTML/ChangeLog 18 Oct 2008 11:34:04 -0000 * Tokenizer.pm.src: Modifies PUBLIC/SYSTEM identifier tokenizer states such that <!ENTITY> and <!NOTATION> can be tokenized by those states as well. (BOGUS_MD_STATE): A new state; used for bogus markup declarations, in favor of BOGUS_COMMENT_STATE. 2008-10-18 Wakaba <wakaba@suika.fam.cx> ++ whatpm/Whatpm/XML/ChangeLog 18 Oct 2008 11:34:26 -0000 * Parser.pm.src: Set public_id and system_id attributes of Entity and Notation nodes. 2008-10-18 Wakaba <wakaba@suika.fam.cx>
| 1 | wakaba | 1.24 | 2008-10-18 Wakaba <[email protected]> |
| 2 | |||
| 3 | wakaba | 1.25 | * Tokenizer.pm.src: Modifies PUBLIC/SYSTEM identifier tokenizer |
| 4 | states such that <!ENTITY> and <!NOTATION> can be tokenized by | ||
| 5 | those states as well. | ||
| 6 | (BOGUS_MD_STATE): A new state; used for bogus markup declarations, | ||
| 7 | in favor of BOGUS_COMMENT_STATE. | ||
| 8 | |||
| 9 | 2008-10-18 Wakaba <[email protected]> | ||
| 10 | |||
| 11 | wakaba | 1.24 | * Tokenizer.pm.src: <!ATTLIST> in the internal subset of an XML |
| 12 | document, is now fully implemented. | ||
| 13 | |||
| 14 | * Dumper.pm (dumptree): Output allowed tokens and defaul |