I'm very new to xsl. I have this xsl file where I'm looping through the rows in an xml data table using a for-each and placing the field values into html. One of the field values in the xml table, however, needs to be translated using another xml table. How do I query the other table from within the for-each using the value from my field in the for-each to return the appropriate value from the other table?
Is this making any sense? Any help would be appreciated.






Reply With Quote