diff options
author | orivej <orivej@yandex-team.ru> | 2022-02-10 16:45:01 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:01 +0300 |
commit | 2d37894b1b037cf24231090eda8589bbb44fb6fc (patch) | |
tree | be835aa92c6248212e705f25388ebafcf84bc7a1 /contrib/libs/libxml/TODO_SCHEMAS | |
parent | 718c552901d703c502ccbefdfc3c9028d608b947 (diff) | |
download | ydb-2d37894b1b037cf24231090eda8589bbb44fb6fc.tar.gz |
Restoring authorship annotation for <orivej@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/libxml/TODO_SCHEMAS')
-rw-r--r-- | contrib/libs/libxml/TODO_SCHEMAS | 62 |
1 files changed, 31 insertions, 31 deletions
diff --git a/contrib/libs/libxml/TODO_SCHEMAS b/contrib/libs/libxml/TODO_SCHEMAS index 25060758ae..145a4edacb 100644 --- a/contrib/libs/libxml/TODO_SCHEMAS +++ b/contrib/libs/libxml/TODO_SCHEMAS @@ -1,31 +1,31 @@ -- implement counted transitions at the automata level - -- Unicode: - + upgrade to 3.2 - + improve the python script to generate better test - expressions to check the list of ranges. - -- Implement the interface at the SAX level - -- Implement the missing parts in the Structure part - + all content model - + enumerations - + countless others c.f. the TODO scattered in the code - -- Complete the Built-In datatype collections and Facets implementations - -- Regression tests based on - + the primer: - http://www.w3.org/TR/xmlschema-0/ - + the Schemas Test Collection: - http://www.w3.org/2001/05/xmlschema-test-collection/ - + archives of the schemas-dev list - -- Integrity constraints: - + what's that ? How need to read about it - -- "formal" checking, i.e. go through the full Structure spec and - bind code and associated parts of the Schemas spec - -- go though the erratas - http://www.w3.org/2001/05/xmlschema-errata +- implement counted transitions at the automata level + +- Unicode: + + upgrade to 3.2 + + improve the python script to generate better test + expressions to check the list of ranges. + +- Implement the interface at the SAX level + +- Implement the missing parts in the Structure part + + all content model + + enumerations + + countless others c.f. the TODO scattered in the code + +- Complete the Built-In datatype collections and Facets implementations + +- Regression tests based on + + the primer: + http://www.w3.org/TR/xmlschema-0/ + + the Schemas Test Collection: + http://www.w3.org/2001/05/xmlschema-test-collection/ + + archives of the schemas-dev list + +- Integrity constraints: + + what's that ? How need to read about it + +- "formal" checking, i.e. go through the full Structure spec and + bind code and associated parts of the Schemas spec + +- go though the erratas + http://www.w3.org/2001/05/xmlschema-errata |