|
[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
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
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








