Bonjour, je recherche de l'aide pour m'aider à mettre en forme un fichier xml de ce type:
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21 <?xml version="1.0" encoding="ISO-8859-1" ?> - <products> - <product> <name>ddd</name> <productUrl>http://xxxx</productUrl> <imageUrl>http://www.xxxx(fichier image)</imageUrl> <description>decrire le type</description> <price>1.00</price> <currency>EUR</currency> <TDProductId>n° de produit</TDProductId> <TDCategoryID>522</TDCategoryID> <TDCategoryName>famille</TDCategoryName> <merchantCategoryName>peu importe</merchantCategoryName> <programName>prog</programName> <programLogoPath>logopart</programLogoPath> <programId>n°</programId> - <fields> <cast>avec : tel ou tel</cast> <country>USA</country> </fields> </product>
Partager