Yes, thank you. I was just looking at that, to solve the namespace issue of adding another Menu.
I wasn't being demanding but thought I posed the question too poorly.

Thorsten Scherler wrote:
El jue, 01-12-2005 a las 10:22 -0500, Helena Edelson escribió:
  
Hi,

No one replied to my earlier question. Perhaps this is more targeted.

    
Hmm, your first question is 3 hours ago, please let the people more
time. Consider we all have to work and cannot dedicate ourself for full
time user support.

  
If one wishes to add a third linkmap (if one refers to site.xml and
tabs.xml being first two)),
would one need to modify the forrest 7 src in:
apache-forrest-0.7/main/webapp
to accept a third,
then customize the xslt's? to handle the custom rules?
    

forrest sitemap:
 <map:match pattern="*.html">
        <map:aggregate element="site">
          <map:part src=""/>
          <map:part src=""/>
          <map:part src=""/>
          <map:part src=""/>
          <map:part src=""/>
        </map:aggregate>
  
...
    

Just change to:
<map:match pattern="*.html">
        <map:aggregate element="site">
          <map:part src=""/>
          <map:part src=""/>
          <map:part src=""/>
          <map:part src=""/>
          <map:part src=""/>
          <map:part src=""/>
        </map:aggregate>
  
Helena
    

HTH