Click here to Skip to main content
15,894,546 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionadd value to node.. Pin
p_196016-Jun-09 0:13
p_196016-Jun-09 0:13 
AnswerRe: add value to node.. Pin
CPallini16-Jun-09 0:25
mveCPallini16-Jun-09 0:25 
QuestionDisplaying Special symbols on the dialog window. Pin
aravind.sn15-Jun-09 23:34
aravind.sn15-Jun-09 23:34 
AnswerRe: Displaying Special symbols on the dialog window. Pin
Stuart Dootson15-Jun-09 23:54
professionalStuart Dootson15-Jun-09 23:54 
GeneralRe: Displaying Special symbols on the dialog window. Pin
aravind.sn16-Jun-09 0:01
aravind.sn16-Jun-09 0:01 
GeneralRe: Displaying Special symbols on the dialog window. Pin
Stuart Dootson16-Jun-09 0:06
professionalStuart Dootson16-Jun-09 0:06 
GeneralRe: Displaying Special symbols on the dialog window. Pin
aravind.sn16-Jun-09 2:32
aravind.sn16-Jun-09 2:32 
QuestionMSXML::IXMLDOMNodeListPtr Pin
p_196015-Jun-09 21:32
p_196015-Jun-09 21:32 
Hi,
when im trying to get the childs of an Xml node in a MSXML::IXMLDOMNodeListPtr ...ie

MSXML::IXMLDOMNodeListPtr NodeList;
MSXML::IXMLDOMNodePtr Node;//contains the address of sample1 node
MSXML::IXMLDOMNodeListPtr List=Node->get_childNodes(&pXMLNodeList);
long Length;
List->get_length(&lLength);

Length is showing as 1...but it should show 0 bcos there are no Xml childnodes..but it is treating "3" as a node which is a value...
The issue is how can i get the number of childnodes in an XML node...



<sample>
<sample1>3</sample1>
<sample2>4</sample2>
</sample>
AnswerRe: MSXML::IXMLDOMNodeListPtr Pin
CPallini15-Jun-09 21:50
mveCPallini15-Jun-09 21:50 
AnswerRe: MSXML::IXMLDOMNodeListPtr Pin
Stuart Dootson15-Jun-09 22:38
professionalStuart Dootson15-Jun-09 22:38 
QuestionXmlnode value.. Pin
siva45515-Jun-09 21:19
siva45515-Jun-09 21:19 
AnswerRe: Xmlnode value.. Pin
CPallini15-Jun-09 22:04
mveCPallini15-Jun-09 22:04 
Questionhow to retive body of Lotus Notes mail. Pin
santhosh-padamatinti15-Jun-09 21:18
santhosh-padamatinti15-Jun-09 21:18 
AnswerRe: how to retive body of Lotus Notes mail. Pin
Pardhu_M16-Jun-09 1:48
Pardhu_M16-Jun-09 1:48 
GeneralRe: how to retive body of Lotus Notes mail. Pin
raghava56016-Jun-09 22:09
raghava56016-Jun-09 22:09 
Questionrequired equivalent VC++ MFC functions ordinal number Pin
Member 372149115-Jun-09 20:01
Member 372149115-Jun-09 20:01 
AnswerRe: required equivalent VC++ MFC functions ordinal number Pin
«_Superman_»15-Jun-09 20:14
professional«_Superman_»15-Jun-09 20:14 
QuestionReg. Error C2440 in visual studio 2008.... Pin
Rakesh515-Jun-09 19:44
Rakesh515-Jun-09 19:44 
AnswerRe: Reg. Error C2440 in visual studio 2008.... Pin
«_Superman_»15-Jun-09 19:51
professional«_Superman_»15-Jun-09 19:51 
AnswerRe: Reg. Error C2440 in visual studio 2008.... Pin
Stuart Dootson15-Jun-09 22:05
professionalStuart Dootson15-Jun-09 22:05 
QuestionPreTranslateMessage in ActiveX Control Class Pin
Nishad S15-Jun-09 19:43
Nishad S15-Jun-09 19:43 
QuestionFunction Call in C++ (Newbie question) Pin
Rajdeep.NET15-Jun-09 18:46
Rajdeep.NET15-Jun-09 18:46 
AnswerRe: Function Call in C++ (Newbie question) Pin
«_Superman_»15-Jun-09 18:55
professional«_Superman_»15-Jun-09 18:55 
GeneralRe: Function Call in C++ (Newbie question) Pin
Rajdeep.NET15-Jun-09 19:26
Rajdeep.NET15-Jun-09 19:26 
GeneralRe: Function Call in C++ (Newbie question) Pin
«_Superman_»15-Jun-09 19:29
professional«_Superman_»15-Jun-09 19:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.