summaryrefslogtreecommitdiff
path: root/testdata
diff options
context:
space:
mode:
authorBenjamin Paassen <bpaassen@techfak.uni-bielefeld.de>2015-02-06 19:23:34 +0100
committerBenjamin Paassen <bpaassen@techfak.uni-bielefeld.de>2015-02-06 19:23:34 +0100
commit7d593b637bcf6222a2fc74de2cd7536bd41d7b2f (patch)
tree1700e8a8388dad3690698ae2d99f98a244c19e0e /testdata
parent100a24a53c862201d1fcaaf81c6faacb694d37e9 (diff)
enabled xml parser to parse documents (at least in a first version).
Diffstat (limited to 'testdata')
-rw-r--r--testdata/xmlparser/simple_book.oxd15
1 files changed, 6 insertions, 9 deletions
diff --git a/testdata/xmlparser/simple_book.oxd b/testdata/xmlparser/simple_book.oxd
index bb8cc16..97e7b79 100644
--- a/testdata/xmlparser/simple_book.oxd
+++ b/testdata/xmlparser/simple_book.oxd
@@ -14,20 +14,17 @@
referenced by their key-value pairs as defined in the according
StructType. For an example please refer to the more complex book
domain. -->
- <!--<book:paragraph>
+ <paragraph>
<text>
- This might be some introductory text or a dedication. Ideally, of
- course, such elements would be semantically specified as such in
- additional domains (or in this one).
+ This might be some introductory text or a dedication.
</text>
- </book:paragraph>-->
+ </paragraph>
<!-- Note that a better version of the book domain might specify
headings here. -->
<chapter name="myFirstChapter">
- <!--<paragraph>
+ <paragraph>
<text>
- Here we might have an introduction to the chapter, including some
- overview of the chapters structure.
+ Here we might have an introduction to the chapter.
</text>
</paragraph>
<section name="myFirstSection">
@@ -43,7 +40,7 @@
Here we might find the actual section content.
</text>
</paragraph>
- </section>-->
+ </section>
</chapter>
</book>
</document>