2008-10-15 Wakaba * Parser.pm.src: Support for XML declarations. 2008-10-15 Wakaba * Parser.pm.src: Raise a parse error for white space character generated by a character reference outside of the root element. 2008-10-14 Wakaba * Parser.pm.src: Support for namespace for attributes in non-root elements. 2008-10-14 Wakaba * Parser.pm.src: Namespace support for the root element. 2008-10-14 Wakaba * Parser.pm.src: In the "after root element" insertion mode, start tag tokens are processed by changing the insertion mode to "before root element" insertion mode after raising a parse error. 2008-10-14 Wakaba * Parser.pm.src: Attribute support. 2008-10-14 Wakaba * Parser.pm.src: Use array reference syntax for |create_element_ns|, for Whatpm::NanoDOM compability. Typo fixed. 2008-10-14 Wakaba * Parser.pm.src: Set |in_xml| flag for tokenizer. 2008-10-14 Wakaba * Parser.pm.src: A bug on end tag handling fixed. 2008-10-14 Wakaba * Makefile, Parser.pm.src: New files.