diff options
Diffstat (limited to 'testdata/xmlparser')
-rw-r--r-- | testdata/xmlparser/simple_book.oxd | 15 |
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> |