Is there any standard (or non-standard, for that matter) way of annotating (i.e.
adding markup documentation) to my sitemap? A lot of XML schema that I
know of allow you to mix in elements of other namespaces into the document.
Then, if a particular processor doesn't recognize the element, it just ignores it.
I'd like to do, for example:


<map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0";
            xmlns:cfm='http://www.chrismaloney.com/OSO-SWGroup'>
. . . .
<map:match pattern='**/some/thing'>
 <cfm:note>This pipeline is REALLY COOL!</cfm:note>
</map:match>
. . . .


When I try this, I get an error
org.apache.avalon.framework.configuration.ConfigurationException: Invalid namespace.


If not, is there any way to request this as a feature?



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



Reply via email to