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

How to get xml tag in the xsl rule

Subject: How to get xml tag in the xsl rule
From: Manish Shah <MShah@xxxxxxxxxxxxxxxx>
Date: Tue, 29 Feb 2000 10:44:49 -0800
get xml tag
Hi all,

        I need to get the xml tag into the xsl rule match. In the following
example, I want to have the tag which triggered the rule to be placed in the
name attribute.

<xsl:template match="/ | *">
<input type="text" name="NEED SOME WAY TO GET TAG HERE" value="{.}"
maxlength="50" size="50"></input>
</xsl:template>

if the tag was say LOGIN_NAME then I want the following output
<input type="text" name="LOGIN_NAME" value="{.}" maxlength="50"
size="50"></input>

      I will appreciate any help on this.

thanks.
manish


 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.