Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
XML tags
Message
De
18/12/2000 13:21:35
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
XML tags
Divers
Thread ID:
00454746
Message ID:
00454746
Vues:
63
Hi there.
I'm just getting started on an XML upload that a client of mine has requested.

Just as a test, I used coding with the DomDocument...as follows..

lcXML = FileToStr("c:\_test\test2.txt")
*** Use the IE DOM object
DOM = CREATEOBJECT('msxml.DomDocument')
DOM.ValidateOnParse = .f.
DOM.LoadXML( lcXML )
x = dom.documentelement.basename
Base_Nodes = dom.documentelement.childnodes

with Base_Nodes
Num_L1_Nodes = dom.documentelement.childnodes.length

for i = 0 to Num_L1_Nodes-1
Base_Item = .item(i)



This allows me to get to an item and it's corresponding value, but what I can't figure out is how to access ID#'s that are embedded in the tag, for example...



How do I get to the id="Holding_5056289" ?? This item only shows as Holding

Any help on this would be greatly appreciated.

Thx, Scott
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform