XML Import-Export Forum :: Custom change
This thread was displayed: 0 times
Starting with 17th May 2007, Adobe Systems will stop offering support for any version of the discontinued InterAKT products. As a result, we will not answer to new support incidents starting with May 17th, 2007. Pending support incidents will still be followed in order to be closed. The product forums will remain open and be transformed in user-to-user forums. The general forums will be made read-only and not allow new posts or comments.
For more information about the affected products visit: www.interaktonline.com/Support/
Tony G
12-06-2008 18:02:42 GMT +2
|
Hey,
I just need to do a minor modification to the import. My xml document looks like this one:
<row>
<ProductsID>1</ProductsID>
<ProductsName>string1</ProductsName>
</row>
<row>
<ProductsID>2</ProductsID>
<ProductsName>string2</ProductsName>
</row>
and your sample hint for import has the <root> node that i have to remove in order for the import to work. I have tried to add to the sample above the root element and the import works but i cannot do the same with all the xml's i have because there are to many.
Your sample hint looks like:
<root>
<row>
<ProductsID>1</ProductsID>
<ProductsName>string1</ProductsName>
</row>
<row>
<ProductsID>2</ProductsID>
<ProductsName>string2</ProductsName>
</row>
</root>
How can i change this?
Tony
|
|
|