diff options
Diffstat (limited to 'sample/src/inheritance/index.xml')
| -rw-r--r-- | sample/src/inheritance/index.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sample/src/inheritance/index.xml b/sample/src/inheritance/index.xml new file mode 100644 index 0000000..8e838e1 --- /dev/null +++ b/sample/src/inheritance/index.xml @@ -0,0 +1,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> |
