Mounting sitemaps located in .jar

based on thread http://marc.theaimsgroup.com/?t=109454930900002&r=1&w=2

Example

<map:match pattern="test/**">
  <map:mount check-reload="yes" src="resource://test/" uri-prefix="test"/>
</map:match>

where a file called sitemap.xmap exist in package "test".

More

in the same way any kind of files can be retrieved from packages just using resource:// protocol

  • No labels