Wykres commitów

7 Commity (b2dd97cd6c05f33d9a00251161f9291ff8987318)

Autor SHA1 Wiadomość Data
ThunderEX fdf984d07d xmltok: Skip comment markup in XML.
This is provisional solution, at later time, comments may become tokenized
and fed to the caller, like other syntactic elements.
2017-08-20 17:52:28 +03:00
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