> I am trying to create a Site Map (or Table of Contents for an entire site). > I would like to make it similar to the menu with all levels and links > displayed.
http://solprovider.com/lenya/map > If possible, I would also like to include the information from > H2 or H3 tags inside the pages, similar to what is described here: > http://wiki.apache.org/lenya/HowToTableOfContents The process in my instructions is fast enough that every page generation can run the code. It is just XSL applied to the Lenya-maintained sitetree.xml. Adding the headers from each page could add tons of processing time because you need to look at every content page. If you do, make certain you cache the results. The best design is to patch the sitetree maintenance process to add header labels to sitetree.xml. XSL can add anchors to the headers in the content pages. Minor additions to map.xsl could add the headers and link directly to them. solprovider --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
