9 lines
298 B
XML
9 lines
298 B
XML
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
<!-- Test xi:include feature.
|
||
|
|
FIXME: this should be done in the functional tests, not in the xmlgeneration tests. -->
|
||
|
|
<ComponentLibrary>
|
||
|
|
<ComponentType Name="Included">
|
||
|
|
<BooleanParameter Name="bool"/>
|
||
|
|
</ComponentType>
|
||
|
|
</ComponentLibrary>
|