Hi there,

I am trying to use the browser selector like this:
================ sitemap =========================
   <map:match pattern="overview">
    <map:generate src="demo/cdata-page.xml"/>
    <map:transform src="demo/pepsi-to-lkc.ss"/>
    <map:select type="browser">
     <map:when test="explorer">
      <map:transform src="demo/overview-to-html.ss"/>
     </map:when>
     <map:when test="netscape">
      <map:transform
src="demo/overview-to-html-ns.ss"/>
     </map:when>
     <map:otherwise>
      <map:transform
src="demo/overview-to-html-ns.ss"/>
     </map:otherwise>
    </map:select>
    <map:serialize/>
   </map:match>
================ sitemap =========================

and am getting the following error on both browsers(ns
and ie):

Error creating the
resourceorg.apache.avalon.framework.component.ComponentExceptionUnnamedSelector:
ComponentSelector could not find the component for
hint: browser

What could be the problem? Has anybody got this
working?

TIA
Drasko

__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/

---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

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

Reply via email to