OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Dynamic call template



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.