diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-02-15 22:55:04 +0100 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-02-15 22:55:04 +0100 |
commit | c566d4efb57b697159f88d3bcfb7170bc7699fb0 (patch) | |
tree | ead8ef3f06495744302f815f8590131fcfe52737 /testdata/xmlparser/simple_book.oxd | |
parent | fabb174fd15d129e6b8d668cd3d621b0b9481c4f (diff) |
Moved testdata path
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> |