[Zope] No improvement :-(
Loren Stafford
lstafford@icompression.com
Fri, 15 Oct 1999 10:24:22 -0700
Ian,
One of the first things I did as a newbie was try to create a tree navigator
using the tutorial. I never did get it to work as described in the tutorial.
I settled for something simpler (included below), but at least it works. I
know you are trying to do something else, but maybe this will server as a
working starting point.
-- Loren
<!-- begin Navigation Tree -->
<!--#unless expr="PARENTS[-1]==PARENTS[0]"-->
<a href="/">Home</a>
<!--#/unless expr="PARENTS[-1]==PARENTS[0]"-->
<!--#tree expr="PARENTS[-1]" branches_expr="objectValues(['Folder',
'Confera Topic'])" nowrap=1 sort=id single=1 skip_unauthorized=1-->
<!--#unless noindex-->
<A HREF="<!--#var "absolute_url()"-->?
<!--#if tree-s-->tree-s=<!--#var tree-s--><!--#/if-->
<!--#if tree-e-->&tree-e=<!--#var tree-e--><!--#/if-->
<!--#if tree-c-->&tree-c=<!--#var tree-c--><!--#/if-->">
<!--#var id--></a>
<!--#/unless-->
<!--#/tree-->
<!-- end Navigation Tree -->
> -----Original Message-----
> From: clarkeia@zope.org [mailto:clarkeia@zope.org]On Behalf Of Ian
> Clarke
> Sent: Friday, October 15, 1999 02:45
> To: zope@zope.org
> Subject: [Zope] No improvement :-(
>
>
> Phil Harris wrote:
> >
> > I think the problem is that the line that builds the URL has carriage
> > returns in it, this causes problems.
>
> I made the changes you suggested but unfortunately I am still getting
> that error. Am I correct in saying that if there was a problem with the
> HTML formatting then the browser would pick it up, not Zope? This leads
> me to suspect that it is a problem - possibly with namespaces or
> something.
>
> Ian.
>
> --
> Ian Clarke Email: I.Clarke@strs.co.uk
> Homepage: http://www.gnu.demon.co.uk/
> Also see: http://freenet.on.openprojects.net/
> "All we see and all we seem is but a dream within a dream"
>
> _______________________________________________
> Zope maillist - Zope@zope.org
> http://www.zope.org/mailman/listinfo/zope
>
> (Related lists - please, no cross posts or HTML encoding!
>
> To receive general Zope announcements, see:
> http://www.zope.org/mailman/listinfo/zope-announce
>
> For developer-specific issues, zope-dev@zope.org -
> http://www.zope.org/mailman/listinfo/zope-dev )
>