|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Syntax for calling an XSL script function
"Amit" <Amitr@xxxxxxxxxxxxx> writes:
> <rule>
> <target-element type="item"/>
> <DIV id='=uniqueID(this)'
> onClick='="hiLite("+ uniqueID(this) + ")"'>
> <children/>
> </DIV>
> </rule>
>
The syntax as such is OK, in that XSLJ translates the above into
(element item
(make DIV
id: (let ((this (current-node)))
(uniqueid this))
onClick: (let ((this (current-node)))
(+ (+ "hiLite(" (uniqueid this)) ")"))
(process-children)
)
)
which jade then produces a DIV from. I can't test it further, because
'path' and 'tag-name' are MSXSL-specific
ht
--
Henry S. Thompson, HCRC Language Technology Group, University of Edinburgh
2 Buccleuch Place, Edinburgh EH8 9LW, SCOTLAND -- (44) 131 650-4440
Fax: (44) 131 650-4587, e-mail: ht@xxxxxxxxxxxxxxx
URL: http://www.ltg.ed.ac.uk/~ht/
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








