Hi, Everything sounds right at first glance. Is that code in a DTML Document or a DTML Method? Kevin ----- Original Message ----- From: "Serge Stinckwich" <Serge.Stinckwich@info.unicaen.fr> To: <zope@zope.org> Sent: Sunday, May 14, 2000 3:22 PM Subject: [Zope] KM|Net News 1.1 trouble
i'm using without success the KM|Net News 1.1 product.
My Zope configuration is as follows : Debian Gnu/Linux 2.2, Zope 2.1.6 debian package, Python Method 0.1.7 product, KM|Net 1.1 and nothing else!
I'm trying the very simple example available in the info tabs of the KM|Net product : a KMArticleStore containing some KMArticleItem, the article items are approved, current and top are selected. When i'm trying to look at the articles inside the news instance with the following dtml document, i see nothing :
... <dtml-with news> <dtml-var "index_html(_.None, _, category='top')"> </dtml-with> ...