Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


Get a relative value in a nodeList

From: "Ghena" <lastminutesud@-----.--->
To: 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.



transparent
Print
Mail
Digg
delicious
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent