summaryrefslogtreecommitdiff
path: root/sandbox/odf2docutils/odf2docutilslib/xslt.py
Commit message (Collapse)AuthorAgeFilesLines
* Adapted to docutils_xml V0.4.smerten2013-11-301-1/+7
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7734 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Code uses docutils_xml.smerten2013-11-161-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7728 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Refactoring:smerten2013-11-111-32/+6
| | | | | | | | | | | | | | * 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
* Complete refactoring:smerten2013-11-031-0/+99
* 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