G
Gert Mellak
Hi!
I'm writing an online-shop that receives data-updates about the
company's products as xml-files. I'm not sure about the Group-Tags -
is this really xml-standard?? They should represent the article-groups
I have to use in my online shop. Here's the file:
<Data>
<Article>
<Number>3746</Number>
<Description>This is the article description</Description>
<Group>
Group 1
<Group>
Group 2
<Group>
Group 3
<Group>
Group 4
</Group>
</Group>
</Group>
</Group>
</Article>
</Data>
Thank you for your help!
Greetings,
Gert.
I'm writing an online-shop that receives data-updates about the
company's products as xml-files. I'm not sure about the Group-Tags -
is this really xml-standard?? They should represent the article-groups
I have to use in my online shop. Here's the file:
<Data>
<Article>
<Number>3746</Number>
<Description>This is the article description</Description>
<Group>
Group 1
<Group>
Group 2
<Group>
Group 3
<Group>
Group 4
</Group>
</Group>
</Group>
</Group>
</Article>
</Data>
Thank you for your help!
Greetings,
Gert.