Wykres commitów

12 Commity (5cb3fe10f0a534f1506bde6a4b757e3d2cb0c048)

Autor SHA1 Wiadomość Data
Paul Sokolovsky da9228c9b2 xmltok: Release 0.2. 2017-08-20 17:53:57 +03:00
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 dfe4dee62a all: setup.py: New releases for gzip 4k conversion. 2016-10-11 06:47:01 +03:00
Paul Sokolovsky 65fb3707ba all: metadata.txt: Bump version for gzip 4k conversion. 2016-10-11 06:46:12 +03:00
Paul Sokolovsky e840da936f xmltok: Release 0.1. 2015-10-10 13:16:47 +03:00
Paul Sokolovsky db6c6e1a55 xmltok: Add test. 2015-10-10 13:10:11 +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