0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
bugfix: namespace management More... about 14 years ago
added latest version swc More... about 14 years ago
bugfix: when parsing multiple document sequencially, namespace management doesn't work as expected. More... about 14 years ago
added tag-strip functionalities More... about 14 years ago
now work with root-element which has no 'xmlns' attribute More... about 14 years ago
now accept not-ristrict attributes such like 'attr1="hoge"attr2="huga"' More... about 14 years ago
bugfix: doesn't work with comments and cdata which includes \n More... about 14 years ago
bugfix: if a document start with whitespace, parser doesn't work as expected. More... about 14 years ago
added license text More... about 14 years ago
now automatically reset when xml declaration comes More... about 14 years ago
added 1_0_2.swc More... about 14 years ago
bugfix: doesn't work as expected when single tag pushed as separate bytes More... about 14 years ago
added build-file. added registerUnknownElementEvent method to XMLElementEventHandler More... about 14 years ago
fixed readByte() -> readUnsignedByte() More... about 14 years ago
added reset() on XMLSAXParser More... over 14 years ago
improved EventHandler tests and bugfix More... over 14 years ago
added XMLElementEventHandler.as and its test. More... over 14 years ago
added XMLElementBuffer/XMLElement that allows you to capture elements easily More... over 14 years ago
added tests for XMLSAXDefaultHandler More... over 14 years ago
fixed bugfix arround namespace More... over 14 years ago
improved README document More... over 14 years ago
bugfix: now works with comment which includes xml-tags More... over 14 years ago
bugfix on xml escaping More... over 14 years ago
added Exception tests and bugfix More... over 14 years ago
added XMLAttributesTest.as More... over 14 years ago
added document More... over 14 years ago
fixed test to parse xmlchunks separately More... over 14 years ago
bugfix and add test for XMLSAXParser More... over 14 years ago
added test for attribute parsing More... over 14 years ago
bugfix: couldn't parse attributes correctly More... over 14 years ago