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

2007-10-25 Thread Thomas Bennett
I started trying a solution with libxml2/libxslt which did work in python on the command line but failed through the WEB While browsing the WEB I came across lxml and didn't spend much time on it but now looking at it I think the tools from 4suite still involve less code although there may be so

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

2007-10-25 Thread Thomas Bennett
Kees, The files are dtml documents and use the xsl file correctly when viewed in IE usually. When viewed in Opera the only result is "XSLT processing failed!" on the browser page. In Firefox the page doesn't show any images and some text is not shown. These files relate to old records oft

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

2007-10-25 Thread Kees de Brabander
Interesting. Thanks. cb -Oorspronkelijk bericht- Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Namens Martijn Faassen Verzonden: donderdag 25 oktober 2007 14:53 Aan: Kees de Brabander CC: [EMAIL PROTECTED]; zope@zope.org Onderwerp: Re: [Zope] trying to implement server side xsl

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

2007-10-25 Thread Martijn Faassen
Hello, Concerning xslt transformations, you might want to consider an easier API to use the XSLT infrastructure in libxml2/libxslt: lxml. See http://codespeak.net/lxml Regards, Martijn ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/li

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

2007-10-25 Thread Thomas Bennett
On Wednesday 24 October 2007 23:35, Andreas Jung wrote: > --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

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

2007-10-25 Thread Kees de Brabander
I don't fully understand what your are doing, though I am interested in a xsl transformations in Zope. Your dtml must fail, however, because you can't use a dtml-tag within a python expression. I would upload the xml document as a dtml-document and call it just by its name. By the way: what role d

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