Wykres commitów

6 Commity (845f8ebde08e795869ef9f22dcadb14dac67533e)

Autor SHA1 Wiadomość Data
Paul Sokolovsky 8e19a487c5 xmltok: Get rid of string concatenation in a loop. 2015-10-10 13:10:11 +03:00
Paul Sokolovsky e6a6503193 xmltok: Comment out unused token types. 2015-10-10 13:10:11 +03:00
Paul Sokolovsky 1c63b95740 xmltok: Yield attibute name and value at the same time. 2015-10-10 13:10:11 +03:00
Paul Sokolovsky cdfe726ab6 xmltok: Make text_of() support namespaced tags. 2015-10-10 13:10:11 +03:00
Paul Sokolovsky 91c590185c xmltok: Support XML namespaces.
Now all tags/attributes represented by pair (namspace, ident). "namespace"
is empty string for default namespace. E.g.:

('START_TAG', ('', 'specVersion'))
('END_TAG', ('s', 'Body'))
2015-10-10 13:10:11 +03:00
Paul Sokolovsky cebf1973bc xmltok: Initial draft version of XML tokenizer.
API roughly inspired by stdlib "tokenize" module.
2015-10-10 13:10:11 +03:00