We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3a88ab commit b544233Copy full SHA for b544233
examples/data/products.xml
@@ -7,6 +7,14 @@
7
<code>BRAND-A</code>
8
<name>Brand A</name>
9
</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>
18
</item>
19
<item id="2" category="B">
20
<name>Item 2</name>
@@ -15,5 +23,17 @@
23
<code>BRAND-B</code>
24
<name>Brand B</name>
25
26
27
28
+ <url>http://example.com/2.jpg</url>
29
30
31
+ <url>http://example.com/3.jpg</url>
32
33
34
35
36
+ <gallery_image>http://example.com/g/2.jpg</gallery_image>
37
38
39
</root>
0 commit comments