![]() |
![]() | ![]() | ![]() | Altova Mailing List Archives>Archive Index >microsoft.public.xml Archive Home >Recent entries [Thread Prev] >Thread Next - Re: Get a relative value in a nodeList Get a relative value in a nodeListTo: NULL Date: 9/2/2006 3:23:00 PM
I have this structure tree:
CommandList/CheckRouting/RouterList/Router/GroupList/Group/OutwardList/Outward/Price/Amount
and
CommandList/CheckRouting/RouterList/Router/GroupList/Group/ReturnList/Return/Price/Amount
I need iterate all the Outward/Price node and understand if the node
Amount is null or is present.
If is not null I need to sum Outward/Price/Amount
with the relative value of = Return/Price/Amount
and the then appendChild it in the node Group/Price/Amount
That previously was null.
I thought to do it in this way...
---------------------------------------------------------
set prezzo_andata = xmlDoc.selectNodes("//Outward/Price")
For k = 0 To (price_OW.length - 1)
Set objNode = price_OW(k)
Set pobjNode = objNode.selectSingleNode("Amount")
If (pobjNode Is Nothing) Then
'do nothing
else
sum value of Outward/Price/Amount + Return/Price/Amount
and appendChild node call Amount in Group/Price
end if
NEXT
--------------------------------------------------------------------------
My problem is How to get the Return/Price/Amount value becouse it's a
relative path value...
Could you help me?
Thanks a lot.
| ![]() | ![]() | ![]() |
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | |||||
|
