Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Help with XML
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
XML, XSD
Titre:
Divers
Thread ID:
01393822
Message ID:
01393833
Vues:
53
I figured it out... SelectNodes does it...
	loXMLDoc = CREATEOBJECT("Msxml2.DOMDocument.4.0")
	loXMLDoc.async = .F.
	loXMLDoc.load("C:\Response.xml")
        loNodeSet = loXMLDoc.selectNodes("//FLOOD_DETERMINATION ")
>Hello,
>
>Can anyone tell me how I would get all the "FloodCertificationIdentifier" values from
>the XML File?? I can get the 1st one.. But cannot get subsequent ones...
>Any help would be greatly appreciated!!
>
>Thanks in advance,
>Bob
>
>
>
>- <RESPONSE_GROUP MISMOVersionID="2.4">
>  <RESPONDING_PARTY /> 
>  <RESPOND_TO_PARTY /> 
>- <RESPONSE ResponseDateTime="2009-04-07T14:06:32-05:00">
>- <RESPONSE_DATA>
>- <FLOOD_RESPONSE MISMOVersionID="2.4">
>  <MORTGAGE_TERMS LenderCaseIdentifier="2009000234567" /> 
>  <FLOOD_DETERMINATION FloodCertificationIdentifier="0904001705" /> 
>  </FLOOD_RESPONSE>
>  </RESPONSE_DATA>
>- <RESPONSE_DATA>
>- <FLOOD_RESPONSE MISMOVersionID="2.4">
>  <MORTGAGE_TERMS LenderCaseIdentifier="2009000234567" /> 
>  <FLOOD_DETERMINATION FloodCertificationIdentifier="0903017337" /> 
>  </FLOOD_RESPONSE>
>  </RESPONSE_DATA>
>  <STATUS _Code="S0015" _Condition="Success" _Description="Pending list request processed" _Name="Processed" /> 
>  </RESPONSE>
>  </RESPONSE_GROUP>
>
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform