--- /dev/null
+<?xml version="1.0"?>
+<properties>
+       <Edit>true</Edit>
+       <Files>true</Files>
+       <Properties>true</Properties>
+       <RecentChanges>true</RecentChanges>
+       <Refactor>true</Refactor>
+       <Search>true</Search>
+       <Versions>true</Versions>
+       <WhereUsed>true</WhereUsed>
+</properties>
 
--- /dev/null
+<document>
+<text>Dieser Text kommt immer</text>
+<text include="cl1">cl1-Text</text>
+<text exclude="cl1">nicht cl1-text</text>
+<text include="cl1.1">cl1.1-Text</text>
+<text exclude="cl1.1">nicht cl1.1-text</text>
+<text include="cl2">cl2-Text</text>
+<text exclude="cl2">nicht cl2-text</text>
+<text exclude="cl1" include="cl1.1">nicht cl1, aber cl1.1-Text</text>
+<text include="cl1" exclude="cl1.1">cl1, aber nicht cl1.1-Text</text>
+</document>
+
+