xin ni wrote:
> Hi,  dear all,
> 
> I am using zope 3.3.1
> As ZCML <browser:skin> is deprecated, how to add addtional  layers to an 
> existing skin?
<interface
     interface="IYourLayerInterface"
     type="zope.publisher.interfaces.browser.IBrowserSkinType"
     name="YourSkinName"
     />
Jürgen