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
1:07 pm May 21, 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
,
Apr
,
Mar
,
Archive
,
Top 100 All Time
,
Top Voted Members
Hot Threads This Week
May 2026 Google Search Observations
AdSense Earnings and Observations - May 2026
AI visibility audit
Adsense / Personal Manager / Support
Hacker spoofing as GoogleBot
Page indexed but live url test gets 500 error
Link collaboration strategies
in case you missed it .
Microsoft, AS8075. Google, AS396982.
Bad actor claiming to be OpenAi
Home
Forums Index
Deprecated
/
(deprecated) XML Development
1:07 pm May 21, 2026