On 06.Oct.2002 -- 10:28 AM, Sylvain Wallez wrote:
> Ovidiu Predescu wrote:
> 
> >I have the following problem. I want to write a <map:match 
> >pattern="**.html"> matcher in the top-level sitemap, and have it 
> >invoked for most of the HTML page generation. However I'd like this 
> >rule to be overwritten in sub-sitemaps, e.g. if a sub-sitemap 
> >implements a  rule with a similar pattern, this rule should take 
> >precendence. This would be very similar to the precedence rule in 
> >XSLT, allowing developers to define catch-all rules, while still 
> >permitting the rule to be rewritten.
> >
> >Do we have something like this which can implement this behavior? 
> 
> 
> What if we could "come back" from a <map:mount> to the parent sitemap if 
> no pattern matched in the subsitemap ?

Could you do a 

<map:match pattern="*">
  <map:redirect-to uri="../not-found"/> 
</map:match>

or something as last one and cascade the way up?

        Chris.
-- 
C h r i s t i a n       H a u l
[EMAIL PROTECTED]
    fingerprint: 99B0 1D9D 7919 644A 4837  7D73 FEF9 6856 335A 9E08

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to