Another hint on this topic besides RegExps are resources:

<map:match pattern="Home">
  <map:call resource="home"/>
</map:match>

<map:match pattern="Welcome">
  <map:call resource="home"/>
</map:match>

<map:match pattern="Entrance">
  <map:call resource="home"/>
</map:match>

The resource contains then the common part. But if it's only the match pattern that should be common, then regexp matcher should be your solution.

Joerg

On 06.10.2003 12:44, [EMAIL PROTECTED] wrote:

hi people

is it possible to have something just like or statemend in sitemap match pattern?

<map:match pattern="Home|Welcome|Entrance"> (home or Welcome or Entrance)


i think tha this can be using RegExp (but im looking something simpler)



thanx


--stavros



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



Reply via email to