I have the following entry in sitemap.xmap:
 
  <map:match pattern="*.pppp">
   <map:generate type="myGenerator"/>
   <map:transform src=""/>
   <map:serialize/>
  </map:match>
I want to change the src parameter for the transformator, depending on a element that comes from the generator. There is any way to do this (without writing a custom transformer)? Can I modify that parameter from the generator?
 
Thanks
 
Lautaro
 

Reply via email to