We used trimpath (on code.google.com somewhere) in the end, its so
simple and small it wouldn't be that hard to recreate the approach
targeted a os templates, the only issue might be that it compiles
templates into native js, which could be dodgy.
Ian
On 2 Apr 2009, at 20:47, Evan Gilbert wrote:
BTW, how is the speed of this DOM based lib ?
The DOM lib uses clone operations instead of fine grained DOM
access, which
helps a lot, but think it is still slower. We may switch to string
concatenation at some point in the future.