Read the source! On page: http://gris.uninova.pt:8080/lenya/gris/live/staff/asg/profile_en
There are menu links: <a href="../about_en.html">Profile</a> <a href="../staff/ca_en.html">Carlos Agostinho</a> http://gris.uninova.pt:8080/lenya/gris/live/staff/asg/profile_en + ../about_en.html = http://gris.uninova.pt:8080/lenya/gris/live/staff/about_en.html http://gris.uninova.pt:8080/lenya/gris/live/staff/asg/profile_en + ../staff/ca_en.html = http://gris.uninova.pt:8080/lenya/gris/live/staff/staff/ca_en.html The "/staff" level in the URL is not being removed from the relative links. The easiest method for fixing this is do not add that level. Change your profile URLs from: http://gris.uninova.pt:8080/lenya/gris/live/staff/asg/profile_en To: http://gris.uninova.pt:8080/lenya/gris/live/staff/asg_en.profile Change the match from: <map:match pattern="**/staff/*/profile"> To: <map:match pattern="**/staff/*_*.profile"> You'll need to change the XSL to produce the correct link, but I think the XMAP will work without other changes. Make the change to the match, then test it by changing the URL from ".html" to ".profile" before you fix the XSL. solprovider --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]