Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Insert header information in an xml file from the xmlada
Message
De
20/02/2007 10:29:11
Stephen Hunt
Admit Computer Services Inc.
Farmingdale, New York, États-Unis
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
XML, XSD
Divers
Thread ID:
01197141
Message ID:
01197304
Vues:
13
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 !
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform