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

Re: how to use Html attribute in xslt attribute value

Subject: Re: how to use Html attribute in xslt attribute value template?
From: "G. Ken Holman" <gkholman@xxxxxxxxxxxxxxxxxxxx>
Date: Mon, 31 May 2004 09:59:24 -0400
xslt attribute
At 2004-05-31 20:59 +0800, Chen Yi wrote:
I encounter a problem when I transfer xml to html using xslt.I want to use the HTML attribute in xslt attribute value template.
The code as follows.


<INPUT type="TEXT" name="{concat'I',$Index)}" onChange="CheckN({concat($FormName,'.',name)},value)">

I want to use the html name in the concat function.

In the above example, do you mean "INPUT"? Unfortunately it is difficult to understand your question.


Is it possible to implement this function?

There are no facilities for examining the result tree ... however ... you shouldn't need to since you are always creating the result tree in the context of the result tree, so you should always know the element you are producing:


Would the following help you?

CheckN({concat($formName,'.','INPUT')},value)

To be more compact you would use:

CheckN({concat($formName,'.INPUT')},value)

... but you may want the first version to be more explicit about what it is you are doing (if I've interpreted your question correctly).

I hope this helps.

................ Ken

--
Public courses: Spring 2004 world tour of hands-on XSL instruction
Next: 3-day XSLT/XPath; 2-day XSL-FO - Birmingham, UK June 14,2004

World-wide on-site corporate, govt. & user group XML/XSL training.
G. Ken Holman                 mailto:gkholman@xxxxxxxxxxxxxxxxxxxx
Crane Softwrights Ltd.          http://www.CraneSoftwrights.com/s/
Box 266, Kars, Ontario CANADA K0A-2E0    +1(613)489-0999 (F:-0995)
Male Breast Cancer Awareness  http://www.CraneSoftwrights.com/s/bc
Legal business disclaimers:  http://www.CraneSoftwrights.com/legal


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.