Hello,
I have a xml doc and I want to parse it. What I would like to know is  
How do I loop through "ZSERVICELIST" and build a list of all of the  
tags (e.g. "ZSVCMODE"). I found that I can find out how man tags  
there are by using "ArrayLen(XMLRoot.XmlChildren)" and that works  
fine. Here is a small example (the real one has over 80 tags) of the  
xml I would need to parse.

Thanks,
- Charles


<ZSERVICELIST>
     <ZSVCMODE>M</ZSVCMODE>
     <VERDATE></VERDATE>
     <CATGROUP>Legacy Applications</CATGROUP>
     <ZREPAIR>_NONE_</ZREPAIR>
     <CACHELIM>000</CACHELIM>
     <DESCRIPT>FILEMAKER_703_OSX</DESCRIPT>
     <ZCONTEXT></ZCONTEXT>
     <MCELIGBL>Y</MCELIGBL>
     <ZUNUSED1></ZUNUSED1>
     <_ALWAYS_></_ALWAYS_>
     <UPDDATE></UPDDATE>
</ZSERVICELIST>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:234849
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to