Hello Everyone,
Here is my problem. I have an XML file that has the following structure (it looks a bit long, but bear with me, please):
<Root>
<Manufacturer>
<Results>
<Row>
<ProductId>1</ProductId>
<ManufacturerID>ManID1</ManufacturerID>
</Row>
<Row>...
This is exactly what I am trying to achieve. If there were a limited number of <Names> and <Categories>, it would be as simple as writing the exact position number for each of these elements.
But we are talking about hundreds of names and categories, so the question is how do I manage to...
Hello Everyone,
I am trying to convert an xml file that looks like this:
<fields>
<Table1>
<Name>Company01</Name>
<Name>Company02</Name>
<Name>Company03</Name>
....
<Name>Company_n</Name>
</Table1>
<Table2>
<Category>A</Category>
<Category>B</Category>...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.