Hi,

I am writing a sitemap which directs requests of a certain type to a
sub-map like so:

  <map:pipeline>
    <map:match pattern="foo/**.foo">
      <map:mount uri-prefix="foo" check-reload="yes" src="
foo/foo.xmap"/>
    </map:match>
  </map:pipeline>

This works nice but what I really want is to mount a sitemap from
something like a URL like http://localhost:8080/cocoon-dev/foo/foo.xmap.
I can use that URL to get a copy of the right .xmap but when I plug that
URL in to the src attribute of the mount element I get a big exception
mess.

Is this type of dynamic sitemap loading supported, perhaps in some other
way?

Thanks in advance,
-cwk.


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

Reply via email to