O grupo no qual você está postando é um grupo da Usenet. As mensagens postadas neste grupo farão com que o seu e-mail fique visível para qualquer pessoa na internet.
I am new to JavaScript and to Mochikit, but I've seen enough of it
(Mochikit) to get very much interested about it. I am currently
looking into the Ajax Tables example from the Mochikit web site, and I
have to confess that I am a little bit confused about the MochiTAL
processing. So, I thought I'd drop a line to check if anyone is kind
enough to help understand what happens behind the scenes.
I'm particularly confused about the valueForKeyPath processing
which take as parameter the 'domains' string from mochi:repeat
property, if I got it right... So, "name" will receive the value
'item' but I can't get what values will be returned to 'lst' in the
example.
I am sorry if this sounds basic, and do appreciate any support.
I can't answer the question directly about MochiTAL, but when I saw
MochiTAL more than a year ago I decided to write a more complete
implementation of TAL in javascript called jstal.
I have combined jstal with an XSLT implementation (tal2xslt) into a
single package ATALi (Alternate TAL Implementations) which you can
find at https://launchpad.net/atali
(apache license)
Hmm, there's no docs and no examples, so this post is probably wasting
your time.
I use both jstal and tal2xslt every day in production. I really need
to finish this project up.
Is anyone interested?
The one thing that is holding me up is lack of tests. I need a good
xml diff tool so I can write tests for tal2xslt, and I would need
something similar for jstal in javascript. (rhino?)