]> wagnertech.de Git - mDoc.git/blob - Test/etc/Testdocument.xml
csharp-s6g
[mDoc.git] / Test / etc / Testdocument.xml
1 <document>
2 <text>Dieser Text kommt immer</text>
3 <text include="cl1">cl1-Text</text>
4 <text exclude="cl1">nicht cl1-text</text>
5 <text include="cl1.1">cl1.1-Text</text>
6 <text include="cl1.1:cl2">cl1.1+cl2-Text</text>
7 <text exclude="cl1.1">nicht cl1.1-text</text>
8 <text include="cl2">cl2-Text</text>
9 <text exclude="cl2">nicht cl2-text</text>
10 <text exclude="cl1" include="cl1.1">nicht cl1, aber cl1.1-Text</text>
11 <text include="cl1" exclude="cl1.1">cl1, aber nicht cl1.1-Text</text>
12 </document>
13
14