Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to edit a xml file
Message
 
À
24/09/2010 11:56:29
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01482575
Message ID:
01482584
Vues:
75
>how to edit a xml file, find an element , replace it by another and save it by code ?

Several ways:
1. Using XMLTOCURSOR() do the changes and then CURSORTOXML() functions.
2. Using XML Adapter class.
3. Using XMLDOM.
4. Using pure String handle. FILETOSTR() do the changes and then STRTOFILE() :-)
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform