Re: separation of content and logic

2001-08-24 Thread Enke Michael
second stylesheet. It contains a $ seperated > id from mneu table, which should be displayed expanded. > > Have a lot of fun with it. It may not be the best solution, but i like > it and suggestion and improvments are as stated welcome. > > Max > > Hi., >I appreciate if

RE: separation of content and logic

2001-08-24 Thread java guru
Thanks for the generous code sharing.. Have great day --- Max Larsson <[EMAIL PROTECTED]> wrote: > Hi, > > well here is my solution, which is completly > serverside. > Thus no javascript is needed. > > First some description to the attached files. > > menu.sql contains the sql command for po

RE: separation of content and logic

2001-08-24 Thread Max Larsson
y" > clause of select statement. > http://technet.oracle.com/docs/products/oracle8i/doc_library/817_doc/server. 817/a85397/state21b.htm#2065648 > > Vadim > > > -Original Message- > > From: Max Larsson > [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, Au

RE: separation of content and logic

2001-08-23 Thread Karl Øie
oufcourse, i'll give you wget timings tomorrow! mvh karl > btw: I'll try the "id(xxx)" tip you gave me, perhaps it can speed up > things a lot! :-) Can you give us a feed back? ;) Thanks, --Arnaud - Please check that your q

Re: separation of content and logic

2001-08-23 Thread Arnaud Vandyck
From: Karl Øie <[EMAIL PROTECTED]> Subject: RE: separation of content and logic Date: Thu, 23 Aug 2001 15:07:17 +0200 Message-ID: <[EMAIL PROTECTED]> > btw: I'll try the "id(xxx)" tip you gave me, perhaps it can speed up > things a lot! :-) Can you give us a

Re: separation of content and logic

2001-08-23 Thread Berin Loritsch
java guru wrote: > > Hi., >I appreciate if anyone is generous enough to share > xsl code for building collapsing menu structure for my > sample project... Alot of the collapsable menues are done in javascript on the client side. Your solution will have to be a combination of XSLT and JavaSc

RE: separation of content and logic

2001-08-23 Thread java guru
lect statement. > http://technet.oracle.com/docs/products/oracle8i/doc_library/817_doc/server.817/a85397/state21b.htm#2065648 > > Vadim > > > -Original Message- > > From: Max Larsson > [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, August 23, 2001 2:00 AM > > To: [EMAI

RE: separation of content and logic

2001-08-23 Thread Karl Øie
(xxx)" tip you gave me, perhaps it can speed up things a lot! :-) mvh karl -Original Message- From: Jörn Heid [mailto:[EMAIL PROTECTED]] Sent: 23. august 2001 15:02 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: AW: separation of content and logic It really looks nice but I would

AW: separation of content and logic

2001-08-23 Thread Jörn Heid
->HTML that much slower? -Ursprüngliche Nachricht- Von: Karl Oie [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 23. August 2001 14:44 An: [EMAIL PROTECTED]; [EMAIL PROTECTED] Betreff: RE: separation of content and logic I did manage to create a working treeview by creating the structure

RE: separation of content and logic

2001-08-23 Thread Vadim Gritsenko
t: Thursday, August 23, 2001 2:00 AM > To: [EMAIL PROTECTED] > Subject: AW: separation of content and logic > > > Hi, > > > Now I want to generate a Menuestructure from database > > entries in the way a filebrowser works, expand an entry on mouseclick, > > on th

AW: separation of content and logic

2001-08-22 Thread Max Larsson
Hi, > Now I want to generate a Menuestructure from database > entries in the way a filebrowser works, expand an entry on mouseclick, > on the second mouseclick collapse them (html links). > My first guess was to use nested select statements > to only get those entries I want to show (expanded or

Q: separation of content and logic

2001-08-22 Thread Enke Michael
Hi! Everywhere in the Cocoon docs I lern that it is the best to separate the content from the logic. Ok. Now I want to generate a Menuestructure from database entries in the way a filebrowser works, expand an entry on mouseclick, on the second mouseclick collapse them (html links). My first gues