RE: [xsl] How to simplify this?

Subject: RE: [xsl] How to simplify this?
From: "anton" <a.m@xxxxxxxxxxx>
Date: Tue, 21 Sep 2004 21:14:54 +0200
Hi!

>>>
Either you didn't do what you said or there is a bug in your xslt system or
I am wrong
can you post a small example?
>>>

Yes, of course:


<a href="" onclick="setArrow( {position()-1}),'{$thead_id}' ); return
sortTable( '{$tbody_id}',{position()-1} )">

produce:

<a href="" onclick="setArrow( 0),'{$thead_id}' ); return sortTable(
'{$tbody_id}',0 )">


As XSLT-Processor I have to use MSXML 4.


best wishes
A. Metz

Current Thread