Re: [xsl] GUI layout mechanism in XSLT

Subject: Re: [xsl] GUI layout mechanism in XSLT
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 6 Jan 2005 15:56:08 GMT
  Would it be possible to improve this stylesheet (or to make a new one)
  so that it didn't require pre-calculating?


i think that pre-calculating the coordinates is the right thing to do
you don't need to do it by hand though: you can do it with xslt, either in
a first pass stylesheet or in the same one, then use exslt:node-set to
run your existing stylesheet on the modified input.

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