2005年12月06日 星期二 14:31
刚刚看了相关文章,现在所有发布的Ajax lib http://www.ajaxmatters.com/r/resources;jsessionid=F8C88970B9004163CD97C0F6556BA25B?id=17 中,比较均衡丰满的应该说是 Sarissa - "a cross-browser ECMAScript library for client side XML manipulation, including loading XML from URLs or strings, performing XSLT transformations, XPath queries and more. Supported: Gecko (Mozilla, Firefox etc), IE, KHTML (Konqueror, Safari)." 但是好象有Python 实现的只有 mochikit 这个是唯一的原因嘛? 有谁看过相关的说明? -- # Time is unimportant, only life important! ## 面朝开源,我心自由!
2005年12月06日 星期二 16:36
在 05-12-6,Zoom Quiet<zoom.quiet at gmail.com> 写道: > 刚刚看了相关文章,现在所有发布的Ajax lib > http://www.ajaxmatters.com/r/resources;jsessionid=F8C88970B9004163CD97C0F6556BA25B?id=17 > 中,比较均衡丰满的应该说是 Sarissa - "a cross-browser ECMAScript library for client > side XML manipulation, including loading XML from URLs or strings, > performing XSLT transformations, XPath queries and more. Supported: > Gecko (Mozilla, Firefox etc), IE, KHTML (Konqueror, Safari)." > 但是好象有Python 实现的只有 mochikit > 这个是唯一的原因嘛? > > 有谁看过相关的说明? ajax与python没有直接的关系。而mochikit只是借鉴了python的语法。 -- I like python! My Blog: http://www.donews.net/limodou NewEdit Maillist: http://groups.google.com/group/NewEdit
2005年12月06日 星期二 16:39
在turbogears上有关于mochikit的说明,应该是tg采用mochikit的最权威解释了。 About MochiKit There are *lots* of JavaScript libraries out there. One of the first things you'll notice about MochiKit is that you're not left guessing about how to use it or what's in there. Unlike the vast majority of JavaScript libraries, there is actual English text<http://www.mochikit.com/doc/html/MochiKit/index.html>to describe how to use it. And, once you start looking at how to use the functions it contains, you'll see that there's a whole bunch of useful stuff in there. MochiKit's creator, Bob Ippolito, is well-known in Python circles and has created a library that is natural to use for both Python and JavaScript programmers. It provides functions for performing asynchronous operations (AJAX<http://www.adaptivepath.com/publications/essays/archives/000385.php>, anyone?), logging (unless you really love alert boxes!), working with lists of data (and who doesn't), plus some amazing DOM tools. 在05-12-6,Zoom Quiet <zoom.quiet at gmail.com> 写道: > > 刚刚看了相关文章,现在所有发布的Ajax lib > > http://www.ajaxmatters.com/r/resources;jsessionid=F8C88970B9004163CD97C0F6556BA25B?id=17 > 中,比较均衡丰满的应该说是 Sarissa - "a cross-browser ECMAScript library for client > side XML manipulation, including loading XML from URLs or strings, > performing XSLT transformations, XPath queries and more. Supported: > Gecko (Mozilla, Firefox etc), IE, KHTML (Konqueror, Safari)." > 但是好象有Python 实现的只有 mochikit > 这个是唯一的原因嘛? > > 有谁看过相关的说明? > > -- > # Time is unimportant, only life important! > ## 面朝开源,我心自由! > > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese > > -- 我的blog:http://xlp223.yculblog.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20051206/5c2952c4/attachment.html
Zeuux © 2025
京ICP备05028076号