Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Insert header information in an xml file from the xmlada
Message
From
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:
01197304
Views:
14
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 !
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform