Not sure about the current C+ implementation, but in the older Java code
the supplied implementation of NamedNodeMap was intended to be produced
only by the Element.getAttributes() method rather than by users explicitly
constructing it. That's not atypical for DOMs. If you really want to create
one for other purposes, the right answer is probably to create your own
implementation of that interface.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to