Free caps in GUPnPDLNAProfilePriv
[gupnp:gupnp-dlna.git] / tests / xml / restriction-forward-reference.xml
1 <?xml version="1.0"?>
2
3 <!-- forward references do not work -->
4
5 <dlna-profiles>
6         <restrictions>
7                 <restriction id="MP3X" type="audio">
8                         <parent name="MP3" />
9                 </restriction>
10                 <restriction id="MP3" type="audio">
11                 </restriction>
12         </restrictions>
13 </dlna-profiles>