MSXML GetHashCode
Thursday, April 1st, 2004Does anyone know how to get a unique identifier for an IXMLNode for MSXML? I’ve tried googling around for this without finding a solution. In Mozilla I can just use expando properties but expandos do not work when using ActiveX objects.
I think I’ll probably have to use an array and then use the index in [...]