| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7734 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
|
|
|
|
| |
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7728 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Introduced base classes `XmlParser` and `XmlVisitor` for generic
support for processing XML input.
* Introduced `XsltParser` and `XsltWriter` for generic support for
XSLT based parsers.
* Introduces `ZipFileInput` for generic support of reading input from
a ZIP file.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7725 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
|
|
* Standard docutils infrastructure is used
* There is a Python based approach besides the XSLT based approach
* XSLT and Python based approach are implemented as standard Docutils
reader / parser / writer
Python implementation has some failing tests because Python
implementation is not yet as mature as XSLT implementation.
XSLT implementation fails for one test which is beyond the
capabilities of XSLT.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7724 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
|