> I've got a reference to a "shared_ptr<IXmlNode>", and I want m_pNode. > So after I extracted px, I think I have to downcast from IXmlNode to > XmlNode. And this should of course have been a "shared_ptr<XmlNodeInterface>".