diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-02-09 17:30:06 +0100 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-02-09 17:30:06 +0100 |
commit | eb864f65356468a023abe9462a1aa5805d3ee5ef (patch) | |
tree | 6ddd44cd0e6b3621aa0b1d4fdf7d4bc4c53991c1 /testdata/xmlparser/simple_book.oxd | |
parent | 85a4bb306a648964ddbf166e88e3263ace293768 (diff) | |
parent | fbaad57be8ddf3f90eb13551cc7eb18674b3efa2 (diff) |
Merge branch 'master' of somweyr.de:ousia
Diffstat (limited to 'testdata/xmlparser/simple_book.oxd')
-rw-r--r-- | testdata/xmlparser/simple_book.oxd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testdata/xmlparser/simple_book.oxd b/testdata/xmlparser/simple_book.oxd index 97e7b79..de33536 100644 --- a/testdata/xmlparser/simple_book.oxd +++ b/testdata/xmlparser/simple_book.oxd @@ -14,11 +14,11 @@ referenced by their key-value pairs as defined in the according StructType. For an example please refer to the more complex book domain. --> - <paragraph> + <!--<paragraph>--> <text> This might be some introductory text or a dedication. </text> - </paragraph> + <!--</paragraph>--> <!-- Note that a better version of the book domain might specify headings here. --> <chapter name="myFirstChapter"> |