Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Generate xml files
Message
 
 
À
17/10/2002 11:13:38
Information générale
Forum:
Visual FoxPro
Catégorie:
XML, XSD
Divers
Thread ID:
00712341
Message ID:
00712376
Vues:
9
Fernando,

You can use < pre > < /pre > tag (no spaces) to preserve formating and prevent parsing.

>'
>'
>'
>'		<campo1>aaaaaa</campo1>
>'		<campo2>bbbbbbb</campo2>
>'	</row>
>'	<row>
>'		<campo1>dddddd</campo1>
>'		<campo2>dddddddd</campo2>
>'	</row>
>'</testa>
>
>
>
>
>i want this
>
>'<testa xmlns="x-schema:#Schema">
>'	<row>
>'            <folder>
>'		<campo1>aaaaaa</campo1>
>'		<campo2>bbbbbbb</campo2>
>'             </folder>
>'	</row>
>'
>'</testa>
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform