13 lines
208 B
XML
13 lines
208 B
XML
|
<!-- Test file for a description containing unknown elements. -->
|
||
|
<target>
|
||
|
<unknown>
|
||
|
<something>
|
||
|
<tag/>
|
||
|
</something>
|
||
|
<other/>
|
||
|
<third>
|
||
|
<tag/>
|
||
|
</third>
|
||
|
</unknown>
|
||
|
</target>
|