Re: Proposal: creation methods also at element nodes

Stefan wrote:
> I propose to have the creation methods "createElement",
> "createElementNS", "createAttribute", and "createAttributeNS" also at
> element nodes (and not only at document nodes).

Our current intent is to rely on normalizeDocument to deal with local
elements. This method may, depending on the implementation, recreate
more specific objects for attributes and local elements.

Philippe

Received on Tuesday, 16 April 2002 16:27:36 UTC