Hi all ...
I have next pipeline into sitemap:
<map:match pattern="*.html">
<map:generate type="file" src="XML/{1}.xml"/>
<map:transform src="XSL/{1}.xsl"/>
<map:serialize type="html"/>
</map:match>
But what I need is to make an special treatment to "upload.html"
request... that is: if the request is "upload.html", I want to
execute an action, but if the request is another, "xxxxx.html", the
result is the same as the pipeline above.
I have taken a look at wiki, but nothing clear.
Are there any conditional structure in order to implement a
different treatment?
Thanks
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]