Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Insert header information in an xml file from the xmlada
Message
 
 
To
20/02/2007 10:29:11
Stephen Hunt
Admit Computer Services Inc.
Farmingdale, New York, United States
General information
Forum:
Visual FoxPro
Category:
XML, XSD
Miscellaneous
Thread ID:
01197141
Message ID:
01197355
Views:
17
XML is just a text. You can use VFP string manipulation facilites to build it.

>Ok That got me alot closer thanks !
>Is there anyway I can Build an XML file my self by using TEXT TO and ENDTEXT
>the file I need to build includes multiple layered subheaders.
>
>for Example
>
><TRAN>
>   <USER>
>      <USER_ID>ADMIN</USER_ID>
>      <PASSWORD>SAMPPASS</PASSWORD>
>   </USER>
>   <TRANSACTION>
>      <CUST_NUM>123456</CUST_NUM>
>   </TRANSACTION>
>   <REQUEST>
>      <NAME>JOHN DOE</NAME>
>   </REQUEST>
></TRAN>
><TRAN>
>   <USER>
>      <USER_ID>ADMIN</USER_ID>
>      <PASSWORD>SAMPPASS</PASSWORD>
>   </USER>
>   <TRANSACTION>
>      <CUST_NUM>877777</CUST_NUM>
>   </TRANSACTION>
>   <REQUEST>
>      <NAME>JOE JONES</NAME>
>   </REQUEST>
></TRAN>
>
>Thanks Again !
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform