Hi all, For those that were interested in the MS Word -> XML and the XML/XSL transformation stuff. http://awesum.ml.uwcm.ac.uk:8080/xml_xsl_share The files are located there but as yet there is no documentation, when I have time I will knock up some docs and put them in the same place. In the meantime take a look at the scripts. HTH Phil Harris phil.harris@zope.co.uk
hi all, I installed Zope-2.1b1 and tried ... <dtml-call "REQUEST.set('results', Notizen({'meta_type' : 'Notiz'))"> ... <dtml-in results sort=bobobase_modification_time reverse size=Number> where "results" is a Catalog result and "Number" a number. "Notizen" is the instance of a ZClass which I derived from ZCatalog. Everything works, except that I always get ALL results and not just #Number. Any idea what is wrong here? -- Tom
participants (2)
-
Phil Harris -
Tom Schwaller