Hi, For those of you who don't follow CVS commit list: I have done second shot at sitemap tool, which is now more flexible but is no compatible with the files written for the old tool. Instead of cryptic '|'-separated file with limited abilities to provide component configuration, new tool allows to specify exact markup to be inserted, and allows to specify point of insertion by means of xpath.
Here is an example: ------------------------8<------------------------ <?xml version="1.0"?> <xconf xpath="cocoon/programming-languages" unless="language[@name='python']"> <!-- Python language --> <python-language name="python" logger="core.language.python"/> </xconf> ------------------------8<------------------------ Hope this won't cause too much trouble for others who invested in the old tool ;) Thanks, Vadim --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]