PDA

View Full Version : Need help finding peer node by @id in XSLT


webdev
01-15-2010, 08:02 AM
Given an XML structured as dogs dog @id name family father mother Where the father and the mother are identified by @id, and are of course peer nodes. I need to print out the name instead of the id in XSLT inside a for-each loop.