Skip to content

Commit b544233

Browse files
committed
Extends example file products.xml
1 parent a3a88ab commit b544233

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

examples/data/products.xml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@
77
<code>BRAND-A</code>
88
<name>Brand A</name>
99
</brand>
10+
<images>
11+
<image>
12+
<url>http://example.com/1.jpg</url>
13+
</image>
14+
</images>
15+
<gallery>
16+
<gallery_image>http://example.com/g/1.jpg</gallery_image>
17+
</gallery>
1018
</item>
1119
<item id="2" category="B">
1220
<name>Item 2</name>
@@ -15,5 +23,17 @@
1523
<code>BRAND-B</code>
1624
<name>Brand B</name>
1725
</brand>
26+
<images>
27+
<image>
28+
<url>http://example.com/2.jpg</url>
29+
</image>
30+
<image>
31+
<url>http://example.com/3.jpg</url>
32+
</image>
33+
</images>
34+
<gallery>
35+
<gallery_image>http://example.com/g/1.jpg</gallery_image>
36+
<gallery_image>http://example.com/g/2.jpg</gallery_image>
37+
</gallery>
1838
</item>
1939
</root>

0 commit comments

Comments
 (0)