J
Just Curious
Hello,
I have a following situation..
XML Document contains
<PurchaseOrder>
<LineItems>
<LineItem>
<Description></Description>
</LineItem>
<LineItem>
<Description></Description>
</LineItem>
</LineItems>
<Comments>
<Comment>
<NumberInCollection>1</NumberInCollection>
</Comment>
<Comment>
<NumberInCollection>2</NumberInCollection>
</Comment>
</Comments>
</PurchaseOrder>
When I am looping through Each Line Item using XSLT - I need to also
get corresponding comment for that line item - I have
NumberInCollection which ties with appropriate LineItem but I dont
know how to get this number when I am looping through Each LineItem.
Any Help will be very much apprecieated!
Thanks
AZXML
I have a following situation..
XML Document contains
<PurchaseOrder>
<LineItems>
<LineItem>
<Description></Description>
</LineItem>
<LineItem>
<Description></Description>
</LineItem>
</LineItems>
<Comments>
<Comment>
<NumberInCollection>1</NumberInCollection>
</Comment>
<Comment>
<NumberInCollection>2</NumberInCollection>
</Comment>
</Comments>
</PurchaseOrder>
When I am looping through Each Line Item using XSLT - I need to also
get corresponding comment for that line item - I have
NumberInCollection which ties with appropriate LineItem but I dont
know how to get this number when I am looping through Each LineItem.
Any Help will be very much apprecieated!
Thanks
AZXML