throws Exception
{
// since no new components can be declared on sitemap we could
// very well use the 'other' one here. Anyway, since it's there...
ComponentManager sitemapManager = CocoonComponentManager.getSitemapComponentManager();
ComponentSelector outputSelector = (ComponentSelector)sitemapManager
.lookup(OutputModule.ROLE + "Selector");
OutputModule output = (OutputModule) outputSelector.select(type);
try {
output.setAttribute(null, this.environment.getObjectModel(), attribute,
jsobjectToObject(value));