| Subject: Re: [xsl] xsl function position() used to fill attribute "name" in input HTML tags From: Oleg Tkachenko <olegt@xxxxxxxxxxxxx> Date: Thu, 13 Mar 2003 13:15:22 +0200 | 
the node tata in the xml document. Besides, if i want to define the "name" attribute as the concatenation of a string, test/toto/tata, and the tata{position()}result, is it correct to write
<input name="test/toto/tata+tata{position()}" type=text"}?
No, much simpler:
<input name="{test/toto/tata}tata{position()}" type=text"/>-- Oleg Tkachenko Multiconn Technologies, Israel
| Current Thread | 
|---|
| 
 | 
| <- Previous | Index | Next -> | 
|---|---|---|
| [xsl] xsl function position() used , Laurence Mossuz | Thread | [xsl] marked characters in html out, ani | 
| [xsl] xsl function position() used , Laurence Mossuz | Date | Re: [xsl] "Beginning XSLT", Jeni Tennison | 
| Month |