Toggle navigation
Dashboard
Dashboard Tracker
Add / Edit My Forums
System Announcements
Discussion
Active Thread Feed
Top Threads Today
Top Threads This Week
Top Threads Library
Go!
View All
View All
Login
Logout
Home
Forums Index
Deprecated
/
(deprecated) XML Development
6:02 pm Aug 27, 2026
This page requires javascript.
Forum Moderators:
open
Message Too Old, No Replies
xsl related
babloo
Msg#:701735
5:51 am on Sep 6, 2005
(gmt 0)
How do I call xsl-call template conditionally.
I mean i have got two or three <xsl:call-template name="sometemplate"> defined. I need to call these templates in a condition. Any help would be really appreciated.
Thanks..
GordonS
Msg#:701736
6:47 pm on Sep 18, 2005
(gmt 0)
<xsl:choose>
<xsl:when test="condition1=true"><xsl:call-template name="template1" /></xsl:when>
<xsl:when test="condition2=true"><xsl:call-template name="template2" /></xsl:when>
...
<xsl:otherwise>...</xsl:otherwise>
</xsl:choose>
Join The Conversation
Register
For Free! -
Become a
Pro Member
!
See forum categories
-
Enter the Forum
Moderators and Top Contributors
Moderator List
| Top Contributors:
This Week
,
This Month
,
Jul
,
Jun
,
Archive
,
Top 100 All Time
,
Top Voted Members
Hot Threads This Week
August 2026 Google Search Observations
AdSense Earnings and Observations - August 2026
Penetration testing using AI bots
Do you still build external links in 2026?
How has AI changed your work?
URLBuilder
Home
Forums Index
Deprecated
/
(deprecated) XML Development
6:02 pm Aug 27, 2026