This problem is even worse than the last thread.
So here's the situation. I have this xml table with all the potential attributes for a given facility. One of those attributes is the type_code. Based upon a facility's type_code, I have to display the attributes from the table that apply to that facility. So as I'm going through the records in the table, I only want to display the attributes that apply to that facility's type_code - not all the attributes in the table.
So I have to look up the list of attributes that apply to the facility's type_code. But that list is in another xml file from the one I'm parsing with my xsl file. Is it possible to reference another xml file and get data out of it using a parameter from my for-each loop?
This xsl stuff is new to me and I'm stumbling around feeling pretty noobish right now.![]()






Reply With Quote