Re: [xsl] How to simplify this?

Subject: Re: [xsl] How to simplify this?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 23 Sep 2004 10:20:54 +0100
> can you post a small example?

perhaps too small.


  <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 )">

It certainly shouldn't do that, unless you have some really strange
combination of CDATA and disable-output-escaping, Can you expand that to
a complete stylesheet that people could run (it would only need to be
five or six extra lines.)

David


________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

Current Thread