Return-Path: Delivered-To: apmail-xml-forrest-dev-archive@www.apache.org Received: (qmail 76170 invoked from network); 30 Nov 2003 18:46:05 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 30 Nov 2003 18:46:05 -0000 Received: (qmail 67832 invoked by uid 500); 30 Nov 2003 18:45:55 -0000 Delivered-To: apmail-xml-forrest-dev-archive@xml.apache.org Received: (qmail 67793 invoked by uid 500); 30 Nov 2003 18:45:55 -0000 Mailing-List: contact forrest-dev-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: forrest-dev@xml.apache.org Delivered-To: mailing list forrest-dev@xml.apache.org Received: (qmail 67782 invoked from network); 30 Nov 2003 18:45:55 -0000 Received: from unknown (HELO server1.fast-servers.net) (216.67.229.87) by daedalus.apache.org with SMTP; 30 Nov 2003 18:45:55 -0000 Received: from h0040100ef39c.ne.client2.attbi.com ([66.30.56.127] helo=exclupen.com) by server1.fast-servers.net with asmtp (Exim 4.24) id 1AQWZy-00033q-JB for forrest-dev@xml.apache.org; Sun, 30 Nov 2003 12:45:58 -0600 Message-ID: <3FCA3ABA.6030606@exclupen.com> Date: Sun, 30 Nov 2003 13:45:14 -0500 From: Marshall Roch User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031126 Thunderbird/0.3 X-Accept-Language: en-us, en MIME-Version: 1.0 To: forrest-dev@xml.apache.org Subject: Re: Flat navigation References: <20031130181110.16918.qmail@web60310.mail.yahoo.com> In-Reply-To: <20031130181110.16918.qmail@web60310.mail.yahoo.com> X-Enigmail-Version: 0.82.2.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - server1.fast-servers.net X-AntiAbuse: Original Domain - xml.apache.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - exclupen.com X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Jason End wrote: > For flat links, just put the inside a single "subtag" > of .... Subdirs are only created if you > nest more than one set of tagged entries within > another. Right, but if I want to use subdirectories without having them in the nav until you click on their folder, how would I do that? I seem to have solved this with book.xml, but if it's possible to do automatically w/ the XSL, that'd be great. If not, it's not a huge show-stopper anymore. Sorry if this is still confusing... makes me think that if I can't explain it well, my users probably can't figure it out either, which isn't a good thing. :) Using Samples as an example again, let's say that on /samples/index.html, I have the following (inside parenthesis = link target): - Apache document (/samples/apache.html) - Static content (/samples/static.html) - Wiki page (/samples/wiki.html) - Subdir (/samples/subdir/index.html) Then you click on "Subdir" and the navigation changes to: - Sub page 1 (/samples/subdir/subpage1.html) - Sub page 2 (/samples/subdir/subpage2.html) - Sub subdir (/samples/subdir/subsubdir/index.html) - Sub page 3 (/samples/subdir/subpage3.html) The default Forrest navigation makes nested lists with the subdirectories and their contents. I want to turn off the "contents" part so it just makes links to the directories. -- Marshall Roch