Hi all,

 Could any one Please  tell me 

1)How  these match statements(a,b,c) are working.(i,e when the request comes 
how will the matching done)

2)In the third match statement there are  variables {1} and {2} ,I understood 
that {1} refers to publication-id and  {2} refers to parameter.But from where 
does the values for publication-id and parameter comes,is it  from the 
requested url ?

3)And what is the scope of the these variables({1},{2}) .(Bcos iam seeing same  
variables in the in the next pipeline of the same Xmap)

  (a) <map:match pattern="lenya/**">

   (b)<map:match pattern="lenya-page/*/*/**">


   <!-- uri-parameter/{publication-id}/{parameter}/{area}/{uri} -->
  (c) <map:match pattern="uri-parameter/*/*/*/**">
        <map:mount uri-prefix="uri-parameter/{1}/{2}/" 
src="lenya/pubs/{1}/parameter-{2}.xmap" check-reload="true" 
reload-method="synchron"/>
      </map:match>



Cheers

Suresh...



This e-mail and any attachment is for authorised use by the intended 
recipient(s) only. It may contain proprietary material, confidential 
information and/or be subject to legal privilege. It should not be copied, 
disclosed to, retained or used by, any other party. If you are not an intended 
recipient then please promptly delete this e-mail and any attachment and all 
copies and inform the sender. Thank you.

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

Reply via email to