Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to edit a xml file
Message
From
24/09/2010 12:35:31
 
 
To
24/09/2010 11:56:29
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01482575
Message ID:
01482584
Views:
76
>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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform