Re: How to create custom mixin node type.

2009-10-27 Thread Alexander Klimetschek
On Tue, Oct 27, 2009 at 14:17, Sunil Dhage wrote: > I have learnt how to go for custom node type from the link > http://jackrabbit.apache.org/node-type-notation.html > > But after CND file how to proceed. > > Or I mean how to use this CND file to register the custom node type. See http://jackrab

How to create custom mixin node type.

2009-10-27 Thread Sunil Dhage
Hi Michael, I have learnt how to go for custom node type from the link http://jackrabbit.apache.org/node-type-notation.html But after CND file how to proceed. Or I mean how to use this CND file to register the custom node type. And I could learn you have implemented your own custom node types.