www-dom@w3.org writes: >DOM_Attr a_node = (DOM_Attr) attributeMap.getNamedItem(DOMString(name)); I assume you are using the xerces dom C++ implementation. Try this: DOM_Attr a_node = (DOM_Attr&) attributeMap.getNamedItem(DOMString(name)); For more information look at http://xml.apache.org/xerces-c/index.html There is a developer's mailling list and lots of great sample programs with their distributions. --- BlaineReceived on Friday, 9 February 2001 20:25:28 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Thursday, 3 May 2007 00:17:10 GMT