[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

generate xsl 1.0 from 2.0 question

Subject: generate xsl 1.0 from 2.0 question
From: "Bryan Rasmussen" <bry@xxxxxxxxxx>
Date: Wed, 23 Jan 2002 09:48:22 +0100
xsl translate 2.0

I want to generate xslt 1.0 from 2.0(am obviously using saxon 7), here's a
structure I had in my old xslt(when I was generating multiple xslt from xslt
1.0) for translating some strings that I output at different parts:



<xsl:param name="translate"
select="document('../generating_documents/languages.xml')"/>
<xsl:param name="translator" select="$translate/translations/string"/>

<xsl:template name="translator">
<temp:when test="/page[@language='{name()}']"><xsl:value-of
select="."/></temp:when>
</xsl:template>



<xsl:template name="click_here"><temp:choose><xsl:for-each
select="$translator[@name='Click_here']/child::node()[name()!='']">
<xsl:call-template name="translator"/></xsl:for-each></temp:choose>
</xsl:template>

(didn't use xml:lang in the translator template cause I ran into some
problems that took longer than an hour to fix, and there were too many other
things to fix at the time.)
anyway the thing I was wondering about is in the template name="click_here"
you'll notice I do the $translator[@name='Click_here'] is there anyway to
select the name of the template one is in(in xslt 2.0), in such a way that I
could make a parameter holding the template/@name value and pass it to a
named template through a call?





 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.