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

RE: How to generate Tag by parameter

Subject: RE: How to generate Tag by parameter
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Mon, 10 Jun 2002 19:58:37 +0100
kay parker
<xsl:element name="{$taginsert}">

Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx 

> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx 
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of 
> CAO Tuan Dung
> Sent: 10 June 2002 16:35
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject:  How to generate Tag by parameter
> 
> 
> I would like generate Tag </HTML> or <BODY> by value of 
> parameter. How 
> can i do that?
> For example, I try:
> <xsl:template name="getListItem">
>  <xsl:param name="list" />
>  <xsl:param name="delimiter"/>
>  <xsl:param name="taginsert"/>
>  
>        <$taginsert>     
>        <xsl:value-of 
> select="concat(normalize-space(substring-before($list, 
> $delimiter)),'&#10;')" />
>        </$taginsert>               
> </xsl:template>
> 
> <xsl:template match="/">
> <xsl:call-template name= "getListItem">
>   <xsl:with-param name="list" 
> select="/html/body/blockquote/div[1]/font/a[2]" />
>   <xsl:with-param name="delimiter" select="','"/>
>   <xsl:with-param name="taginsert" select="'AuthorName'"/> 
> </xsl:call-template> </xsl:template>
> 
> But i not run. Any one have an idea for this problem?
> Please help me.
> Best regards.
> 
> 
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 


 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.