Discussion:
MochiTAL
ss
2009-07-30 15:55:31 UTC
Permalink
Hi,

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.

Cheers,
ss.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "MochiKit" group.
To post to this group, send email to ***@googlegroups.com
To unsubscribe from this group, send email to mochikit+***@googlegroups.com
For more options, visit this group at http://groups.google.com/group/mochikit?hl=en
-~----------~----~----~----~------~----~------~--~---
bkc
2009-08-01 19:22:15 UTC
Permalink
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?)


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "MochiKit" group.
To post to this group, send email to ***@googlegroups.com
To unsubscribe from this group, send email to mochikit+***@googlegroups.com
For more options, visit this group at http://groups.google.com/group/mochikit?hl=en
-~----------~----~----~----~------~----~------~--~---

Loading...