Re: mental note (WAS Common practice: how to keep links to html-trees consistent)

2002-09-01 Thread Ovidiu Predescu
On Wednesday, August 28, 2002, at 01:00 AM, Steven Noels wrote: > Something we still should think about (still catching up on mail): > > http://marc.theaimsgroup.com/?t=10297895005&r=1&w=2 > > Thanks for pointing this out. To solve the problem I came up some time ago with a simple transfor

RE: Common practice: how to keep links to html-trees consistent

2002-08-20 Thread Robert Koberg
Subject: Re: Common practice: how to keep links to html-trees consistent Easiest solusion is to use ... in your generated pages Ivan. P.S. http://www.w3.org/TR/REC-html32.html#base On Mon, 2002-08-19 at 23:42, Koen Pellegrims wrote: > Guys, > > This is something that most of you *must* hav

RE: Common practice: how to keep links to html-trees consistent

2002-08-20 Thread Piroumian Konstantin
t. You should perform a transformation to generate links like: /index.html, etc. Konstantin > > -Original Message- > From: Koen Pellegrims [mailto:[EMAIL PROTECTED]] > Sent: 19 August 2002 21:43 > To: Cocoon-Users@Xml. Apache. Org > Subject: Common practice: how to kee

RE: Common practice: how to keep links to html-trees consistent

2002-08-20 Thread Whalley, Anthony
Make all your links relative to the root directory Eg "/index.html" "/products/productA.html" -Original Message- From: Koen Pellegrims [mailto:[EMAIL PROTECTED]] Sent: 19 August 2002 21:43 To: Cocoon-Users@Xml. Apache. Org Subject: Common practice: how to keep

Re: Common practice: how to keep links to html-trees consistent

2002-08-20 Thread Ivan Luzyanin
Easiest solusion is to use ... in your generated pages Ivan. P.S. http://www.w3.org/TR/REC-html32.html#base On Mon, 2002-08-19 at 23:42, Koen Pellegrims wrote: > Guys, > > This is something that most of you *must* have come across at one point or > another, and I am just looking for the best s

RE: Common practice: how to keep links to html-trees consistent

2002-08-19 Thread Koen Pellegrims
egrims [mailto:[EMAIL PROTECTED]] > > Sent: Monday, August 19, 2002 4:43 PM > > To: Cocoon-Users@Xml. Apache. Org > > Subject: Common practice: how to keep links to html-trees consistent > > > > > > Guys, > > > > This is something that most of you

RE: Common practice: how to keep links to html-trees consistent

2002-08-19 Thread Robert Koberg
st 19, 2002 1:43 PM To: Cocoon-Users@Xml. Apache. Org Subject: Common practice: how to keep links to html-trees consistent Guys, This is something that most of you *must* have come across at one point or another, and I am just looking for the best solution (I know it is not really a Cocoon-question

Re: Common practice: how to keep links to html-trees consistent

2002-08-19 Thread J.Pietschmann
Koen Pellegrims wrote: > Menu on my site that contains a link to the index-page (index.html) and > links to (among others) a product-page. In the page-hierarchy, the > product-pages are contained within a 'products' directory. ... > The problem arises when I display this menu on a product page, b

Re: Common practice: how to keep links to html-trees consistent

2002-08-19 Thread Emmanuil Batsis (Manos)
I don't know of any Cocoon specific solutions, but it's been a habit for some time now to start any URL with '/', denoting the root of the site. The only exception being context-sensitive navigation, but that is another subject ;-) Cheers, Manos Koen Pellegrims wrote: >Guys, > >This is som

RE: Common practice: how to keep links to html-trees consistent

2002-08-19 Thread Geoff Howard
mon practice: how to keep links to html-trees consistent > > > Guys, > > This is something that most of you *must* have come across at > one point or > another, and I am just looking for the best solution (I know it is not > really a Cocoon-question, but Cocoon might provide

Common practice: how to keep links to html-trees consistent

2002-08-19 Thread Koen Pellegrims
Guys, This is something that most of you *must* have come across at one point or another, and I am just looking for the best solution (I know it is not really a Cocoon-question, but Cocoon might provide some nice and elegant solution for this...) Menu on my site that contains a link to the index