diff options
author | Benjamin Paassen <bpaassen@techfak.uni-bielefeld.de> | 2015-02-08 21:42:04 +0100 |
---|---|---|
committer | Benjamin Paassen <bpaassen@techfak.uni-bielefeld.de> | 2015-02-08 21:42:04 +0100 |
commit | 616e9bfeee29556952ebdccf57cb1fd304744acb (patch) | |
tree | 0614b5b83c97391fb92b7d5574a41110de30c16d /testdata/xmlparser | |
parent | 99d04472eb4fdbba35f6ab8c72a2efa6af40fa72 (diff) |
first attempt on incorporating transparency: It does work now, even though only if we have a stable "anchor" at the bottom, meaning an explicit structuredclass. We can build the bridge in between. A mechanism to incorporate transparency when only fields are referenced is still missing, though.
Diffstat (limited to 'testdata/xmlparser')
-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"> |