diff options
Diffstat (limited to 'testdata/xmlparser/simple_book.oxd')
-rw-r--r-- | testdata/xmlparser/simple_book.oxd | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/testdata/xmlparser/simple_book.oxd b/testdata/xmlparser/simple_book.oxd deleted file mode 100644 index abf575f..0000000 --- a/testdata/xmlparser/simple_book.oxd +++ /dev/null @@ -1,18 +0,0 @@ -<?xml version="1.0"?> -<document> - <import rel="domain" src="book_domain.oxm"/> - <book> - This might be some introductory text or a dedication. - <!-- Note that a better version of the book domain might specify - headings here. --> - <chapter name="myFirstChapter"> - Here we might have an introduction to the chapter. - <section name="myFirstSection"> - Here we might find the actual section content. - </section> - <section name="mySndSection"> - Here we might find the actual section content. - </section> - </chapter> - </book> -</document> |