Ruud Prein <[EMAIL PROTECTED]> skribis:
> I have a short question on ssmil:
> Which servlet is handling ssmil? And does web.xml need to be change in 
> order to use ssmil?

I think 'ssmil' is 'smil' like 'shtml' is 'html'. If you want to output
smil, I'd recomend using jsp/taglib. Set the content type to
application/smil.

E.g. create a file foo.smil.jsp:
<%  response.setHeader("Content-Type", "application/smil");
%><%@ taglib uri="http://www.mmbase.org/mmbase-taglib-1.0"; prefix="mm"
%>
<mm:cloud>
<smil>
  <head> 
    bla bla
     <layout>
     more bla bla
     </layout>
  </head>
  <body> 
     body of smil...
  </body>
</smil>
</mm:cloud>

For a description of smil see w3.org.

Finally - to answer your question -  I suppose that 'ssmil' was handled by
servscan(?).

 Michiel


-- 
% Michiel Meeuwissen
% [EMAIL PROTECTED]
% http://www.purl.org/NET/mihxil/
% Vidu ankaux: http://www.uea.org/katalogo

Reply via email to