I have tried the following patch for the sitemap. If I don't use the
'insert-after' it works,
but as soon as I put it, it fails to match. Using Cocoon 2.1.8


<xmap 
    xpath="/sitemap/pipelines/pipeline"
    unless="/sitemap/pipelines/pipeline/match[pattern='html/*.html']"
    insert-after="match[pattern='**favicon.ico']"
>
    <map:match pattern="html/*.html">
      <map:read mime-type="text/html" src="resources/html/{1}.html"/>
    </map:match>
</xmap>


Thanks

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

Reply via email to