| | |
| | | xstring TemplateContent = e.selectSingleNode(L"TemplateContent").text+L""; |
| | | xstring TemplateID = e.selectSingleNode(L"TemplateID").text+L""; |
| | | //trace(ItemName); |
| | | xml x = new xml; |
| | | xml x ; |
| | | x.setNativePointer(x.CreateInstance()); |
| | | x.LoadXml(TemplateContent); |
| | | dw_other.Retrieve(x); |
| | |
| | | if (GetParam()) |
| | | { |
| | | int iArgs = GetParam(); |
| | | xaserverarg arg1 = new xaserverarg; |
| | | arg1.setNativePointer(iArgs); |
| | | xaserverarg arg1; |
| | | |
| | | dw_other = new xdwtable; |
| | | dw_other.setNativePointer(arg1.GetArgString(L"dw_other").toInt()); |
| | | dw_prop = new xdwtable; |