I use Eclipse for J2EE programming. In the HTML code, we can use the JSF (or any other) namespaces using the xmlns attribute. Once you specify a namespace using the xmlns attribute, say xmlns:f="...", and when you type <f: you automatically get the tags under the f namespace.
I want to define my own namespace with a list of tags and attributes for every tag.
How do I define it?