summaryrefslogtreecommitdiff
path: root/sample/src/inheritance/index.xml
blob: 8e838e1815a2af5a66c521f4b8c13d19b80ad207 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="utf-8"?>
<gallery type="album">
  <general>
    <ID>non-inherited ID</ID>
    <title>Inherited title</title>
    <description>  <![CDATA[
        Inherited description.
        <br/>
        Line 2
      ]]>
    </description>
  </general>
  
  <items>
    <item src="img_6802xxx.jpg"></item>
  </items>
</gallery>