summaryrefslogtreecommitdiff
path: root/sandbox/odf2docutils/tests/textSimple/expected/wrongNestedHeader.xml
diff options
context:
space:
mode:
authorsmerten <smerten@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2013-11-03 11:38:09 +0000
committersmerten <smerten@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2013-11-03 11:38:09 +0000
commit2f58c894e72941337daf7f2deb0e82f7e5d59dfc (patch)
treecb65e094034225cc68cbd3eb611ee3e6ae379470 /sandbox/odf2docutils/tests/textSimple/expected/wrongNestedHeader.xml
parent15ffc12c1ac841a82e63078f220f4adb6838b407 (diff)
downloaddocutils-2f58c894e72941337daf7f2deb0e82f7e5d59dfc.tar.gz
Complete refactoring:
* 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
Diffstat (limited to 'sandbox/odf2docutils/tests/textSimple/expected/wrongNestedHeader.xml')
-rw-r--r--sandbox/odf2docutils/tests/textSimple/expected/wrongNestedHeader.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/odf2docutils/tests/textSimple/expected/wrongNestedHeader.xml b/sandbox/odf2docutils/tests/textSimple/expected/wrongNestedHeader.xml
index 2ff039bb9..d0817ad4b 100644
--- a/sandbox/odf2docutils/tests/textSimple/expected/wrongNestedHeader.xml
+++ b/sandbox/odf2docutils/tests/textSimple/expected/wrongNestedHeader.xml
@@ -1,3 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE document PUBLIC "+//IDN docutils.sourceforge.net//DTD Docutils Generic//EN//XML" "http://docutils.sourceforge.net/docs/ref/docutils.dtd">
-<document><section><title>Level 1</title><paragraph>Content of level 1.</paragraph></section><section><title>Level 2</title><paragraph>Content of level 2.</paragraph></section></document>
+<document source="input/wrongNestedHeader.odt"><section><title>Level 1</title><paragraph>Content of level 1.</paragraph></section><section><title>Level 2</title><paragraph>Content of level 2.</paragraph></section></document>