Vadim Gritsenko napisaƂ(a):
Grzegorz Kossakowski wrote:

IIUC, generally this will not work. Suppose that you are calling this simple sitemap:

  <map:generate src="file.xml"/>
  <map:act type="authenticate">
    <map:act type="delete">
      <map:transform src="file.xsl"/>
      <map:serialize mime-type="foo/bar"/>
    </map:act>
    <map:serialize status-code="404"/>
  </map:act>
  <map:serialize status-code="401"/>

Building this pipeline twice will invoke delete action twice - and this would give two different results.

You are right Vadim :-(

I've run out of ideas, now :(

--
Grzegorz Kossakowski

Reply via email to