Vadim Gritsenko wrote: > >>Why not map:parameter here for consistency sake, like in: > >> <map:matcher name="mount-table" > >>src="org.apache.cocoon.matching.MountTableMatcher"> > >> <map:parameter name="ignore-missing-tables" value="true"/> > >> </map:matcher> > >> > >> > > > > > >This would be the first component that uses the sitemap namespace > >for the configuration. > > > > > > Ummm... Why matcher can use map:parameter and reader can not? > >From what I see in the code of the MountTableMatcher, a <parameter name="" value=""/> works there as well.
Looking at the code of Avalon, where a Configuration object is converted into a Parameters object, it seems that you can use any namespace, so even a <foo:parameter name="" value="" xmlns:foo="foo"/> would work. Carsten
