Hi All, I want to call a xsl template dynamically. I meen Airports> <Airport>ROM</Airport> <Airport>MIL</Airport> <Airport>GOA</Airport> </Airports> <xsl:call-template name="????"> where ???? is a node value. example : <xsl:call-template name="ROM"> tks.