Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adding to XML file
Message
From
28/08/2003 05:54:48
 
 
To
27/08/2003 18:20:15
General information
Forum:
Visual FoxPro
Category:
XML, XSD
Miscellaneous
Thread ID:
00823986
Message ID:
00824109
Views:
18
Hi Boban,

>
I want to add to my XML file (which is created by CURSORTOXML()) something that I will know that is valid file (from my application) but that wouldn't be as a part of cursor described in XML, just to check only if it's valid from my application.
>

Would just adding an attribute to the root node be enough ? How you'd do it would depend on whether your XML is in a file or a variable. For a var:
myXml = STRTRAN(myXML,[<VFPData>],[<VFPData Creator="My Application">])
Regards,
Viv
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform