| | |
| | | KXMLDOMDocument m_configDoc; |
| | | string m_EntityID; |
| | | |
| | | maint(void* implPtr, HWND hWnd) :xframe(implPtr, hWnd) {} |
| | | maint(void* implPtr, HWND hWnd) :xframe(implPtr, hWnd) { |
| | | this->SetArg(); |
| | | } |
| | | xstring GetEntityWorkNode(LPARAM pr, xstring what) |
| | | { |
| | | if (m_configDoc) |
| | |
| | | e = nlist.item(index); |
| | | //if(!e.selectSingleNode(L"@type")) continue; |
| | | //alert(e.xml); |
| | | xstring xdwname = L"";//e.selectsingleNode(L"@name").text(); |
| | | string xdwname = L"";//e.selectsingleNode(L"@name").text(); |
| | | xstring xtpl = L"";//e.selectsingleNode(L"@url").text(); |
| | | xstring xtpy = L"dwgrid"; |
| | | if (e.selectSingleNode(L"@name")) xdwname = e.selectSingleNode(L"@name").text(); |