Attribute is a kind of Node?

Please somebody explain to me, why Attribute shoulld be a Node.
Is it possible Attibute have some child Nodes?
What will be happen if insertBefore() is called like below?
	myNode.insertNode(myAttribute, prevNode);

If the answers are 'No' and 'Error', again, why Attribute shoulld be a Node?

Received on Tuesday, 3 November 1998 05:48:35 UTC