Berin Loritsch wrote:
>
> I noticed that when you have nested matchers (previously legal),
> the new format tries to create a new method inside of a method--
> which clearly does not work.
Please use code that looks somewhat like this to test the solution:
<map:match pattern="**.html">
<map:match pattern="sub**.html">
<map:mount uri-prefix="sub" src="sub/" check-reload="true"/>
</map:match>
<map:generate src="docs/{destination}.xml"/>
<map:serialize/>
</map:act>
</map:match>
I have tried, but my "fix" only broke the sitemap more. Could someone
please look into this?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]