[Zope] trying to implement server side xsl transform

2007-10-24 Thread Thomas Bennett
Zope Version(Zope 2.10.3-final, python 2.4.3, linux2) using zeo storage I am trying to implement a server side XSL Transform with the tools I have installed. I have 4suite, libxml2, and libxsl. The all of the files are dtml documents. Listing 1 below works on the command line and

Re: [Zope] trying to implement server side xsl transform

2007-10-24 Thread Andreas Jung
--On 24. Oktober 2007 17:01:35 -0400 Thomas Bennett [EMAIL PROTECTED] wrote: Zope Version(Zope 2.10.3-final, python 2.4.3, linux2) using zeo storage I am trying to implement a server side XSL Transform with the tools I have installed. I have 4suite, libxml2, and libxsl. The all

[Zope-Checkins] SVN: Zope/trunk/lib/python/DateTime/ * Move all timezone usage to use pytz

2007-10-24 Thread Laurence Rowe
Log message for revision 81039: * Move all timezone usage to use pytz * Add support to timezone aware datetime conversion * Correct capitalization of Brazil/DeNoronha All previous timezone names are tested against the new pytz based timezones. This test shows that the following zones

Re: [Zope-dev] Re: [Plone-developers] zcml entry points

2007-10-24 Thread Martijn Faassen
Hello, On 10/24/07, Chris McDonough [EMAIL PROTECTED] wrote: [snip] I think maybe more abstractly, it might be useful to think about separating based on libraries vs. applications. Libraries should be as policy-free as possible (otherwise they're not libraries, they're applications).

[Zope-dev] Zope Tests: 5 OK

2007-10-24 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Tue Oct 23 12:00:00 2007 UTC to Wed Oct 24 12:00:00 2007 UTC. There were 5 messages: 5 from Zope Unit Tests. Tests passed OK --- Subject: OK : Zope-2.7 Python-2.3.6 : Linux From: Zope Unit Tests Date: Tue Oct 23 20:49:13 EDT 2007

[Zope-dev] Re: [Plone-developers] zcml entry points

2007-10-24 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Martijn Faassen wrote: Hello, On 10/24/07, Chris McDonough [EMAIL PROTECTED] wrote: [snip] I think maybe more abstractly, it might be useful to think about separating based on libraries vs. applications. Libraries should be as policy-free as

[Zope-dev] Moving all timezone support to use pytz in r81039

2007-10-24 Thread Laurence Rowe
* Move all timezone usage to use pytz * Add support to timezone aware datetime conversion * Correct capitalization of

[Zope-dev] Re: [Plone-developers] zcml entry points

2007-10-24 Thread Martijn Faassen
Hey, On 10/24/07, Tres Seaver [EMAIL PROTECTED] wrote: Martijn Faassen wrote: [snip] Take a library that registers views (multi adapters) as widgets for form fields, for instance. Do you consider this to be an application-like library? I consider this to be a library. I can see that. I

Re: [Zope-dev] Re: [Plone-developers] zcml entry points

2007-10-24 Thread Lennart Regebro
On 10/24/07, Tres Seaver [EMAIL PROTECTED] wrote: Maybe we need to add a term, 'plugin', to describe things like Zope2 products which register only behavior and not addable applications. The line gets fuzzy here, too: PAS uses 'plugin' to describe an object which is added to a persistent

Re: [Zope-dev] Re: [Plone-developers] zcml entry points

2007-10-24 Thread Chris McDonough
On Oct 24, 2007, at 12:54 PM, Lennart Regebro wrote: On 10/24/07, Tres Seaver [EMAIL PROTECTED] wrote: Maybe we need to add a term, 'plugin', to describe things like Zope2 products which register only behavior and not addable applications. The line gets fuzzy here, too: PAS uses 'plugin'