Subject:arguements that can be passed to template match attribute Author:arvind viswanathan Date:15 Mar 2007 07:01 PM
Hi,
I am trying to process 2 xml documents at the same time in xslt. I get one of the documents by specifying the scenario.I try to create a variable for the other document and manipulate it and here is my situation.
Now I have a problem when I try to specify the pattern for the template match attribute. since I cannot use the variable name inside the match pattern, I tried to create a key and use it.
Subject:arguements that can be passed to template match attribute Author:(Deleted User) Date:16 Mar 2007 05:09 AM
Hi Arvind,
the match attribute of a template only looks at nodes, it doesn't care where that node comes from. So a simple <xsl:template match="foaf:name"> should be enough.