How to get the value of same tag but used in different scena

Questions about XML that are not covered by the other forums should go here.
elizas
Posts: 1
Joined: Mon May 03, 2010 1:08 pm

How to get the value of same tag but used in different scena

Post by elizas »

If an XML file contains one tag that is used multiple times but in different context each time, it becomes a bit difficult extract and use each value programatically. In C# for instance, we could loop through the rows assigning values to variables but the same doesn't hold true for XML (basically in stylesheet of xml with extension .xsl, which is used for generating report of xml file). The for-each loop concept does exist in XML stylesheet but it wouldn't help as the loop would return the value of the last row only.

http://www.mindfiresolutions.com/How-to ... le-149.php
samuelraymonds
Posts: 2
Joined: Tue Dec 28, 2010 8:31 am
Contact:

Re: How to get the value of same tag but used in different scena

Post by samuelraymonds »

thanks for sharing the link!
Post Reply