-
Notifications
You must be signed in to change notification settings - Fork 0
/
example.xml
38 lines (38 loc) · 1.02 KB
/
example.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<nsx:items>
<nsx:item id="2445456">
<nsx:category>Jeans</nsx:category>
<nsx:description>Bootleg Front Washed</nsx:description>
<nsx:images>
<nsx:image type="1" url="https://sample.com/img/2445456_Image_1.jpg"/>
<nsx:image type="3" url="https://sample.com/img/2445456_Image_3.jpg"/>
</nsx:images>
<nsx:prices>
<nsx:price>
<nsx:currency>EUR</nsx:currency>
<nsx:value>49.95</nsx:value>
</nsx:price>
<nsx:price>
<nsx:currency>DKK</nsx:currency>
<nsx:value>445.60</nsx:value>
</nsx:price>
</nsx:prices>
</nsx:item>
<nsx:item id="2445457">
<nsx:category>Jeans</nsx:category>
<nsx:description>Skinny</nsx:description>
<nsx:images>
<nsx:image type="1" url="https://sample.com/img/2445457_Image_1.jpg"/>
<nsx:image type="3" url="https://sample.com/img/2445457_Image_3.jpg"/>
</nsx:images>
<nsx:prices>
<nsx:price>
<nsx:currency>EUR</nsx:currency>
<nsx:value>59.95</nsx:value>
</nsx:price>
<nsx:price>
<nsx:currency>DKK</nsx:currency>
<nsx:value>499.95</nsx:value>
</nsx:price>
</nsx:prices>
</nsx:item>
</nsx:items>