Re: using STL with DOM

Template classes operate off of any datatype, so yes, it is absolutely
possible to use STL functions such as vectors, hashtables, etc. with
DOM_Node objects. However, you would be better off using the provided
classes that come with your DOM implementation (i.e. NodeList and
NamedNodeMap) instead.

Erez Greenstein wrote:

> I am trying to use STL  map with DOM_Node  as its value ?
> Is it possible ?
> any help will be appreciated .

Received on Tuesday, 10 July 2001 09:03:27 UTC