Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating XML file
Message
 
 
To
22/10/2008 16:05:52
General information
Forum:
Visual FoxPro
Category:
XML, XSD
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01356390
Message ID:
01356398
Views:
21
>
>Check Message #1065333

I will check the referenced message. Thank you. But I decided to clarify my questoin as following:

I would like to create an XML file that could be converted to the cursor of the following format:
GRP_NAME        EMAIL
---------------         --------
GROUP1            myemail1@company.net
GROUP1            myemail1@company.net
GROUP2            myemail3@company.net
GROUP3            myemail4@company.net
GROUP3            myemail1@company.net
Here is a sample XML I created but does not seem to do what I am looking for:
<MYLIST>
   <GRP_NAME>
         <NAME>GROUP1</NAME>
         <EMAIL>myemail1@company.net</EMAIL>
        <EMAIL>myemail2@company.net</EMAIL>
   </GRP_NAME>
  <GRP_NAME>
         <NAME>GROUP2</NAME>
         <EMAIL>myemail3@company.net</EMAIL>
        <EMAIL>myemail4@company.net</EMAIL>
 </GRP_NAME>
</MYLIST>
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform