Click here to Skip to main content
15,923,689 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralTCP or IP header configuration Pin
ahkt30-Apr-05 17:33
ahkt30-Apr-05 17:33 
GeneralRe: TCP or IP header configuration Pin
Alexander M.,1-May-05 2:37
Alexander M.,1-May-05 2:37 
GeneralRuunig external exe file Pin
Anonymous30-Apr-05 12:18
Anonymous30-Apr-05 12:18 
GeneralRe: Ruunig external exe file Pin
Jack Puppy30-Apr-05 12:37
Jack Puppy30-Apr-05 12:37 
GeneralRe: Ruunig external exe file Pin
Gary R. Wheeler1-May-05 3:00
Gary R. Wheeler1-May-05 3:00 
GeneralCreate a link from an MFC dialog box Pin
Member 192589330-Apr-05 11:03
Member 192589330-Apr-05 11:03 
GeneralRe: Create a link from an MFC dialog box Pin
PJ Arends30-Apr-05 11:43
professionalPJ Arends30-Apr-05 11:43 
GeneralXML Parser VC++ Pin
Reveur130-Apr-05 9:27
Reveur130-Apr-05 9:27 
Hi,
Here is what I am trying to do so far,
I am trying to parse my XML file using the XML parser object pXMLParser to accomplish the following tasks-
pXMLParser->ReplaceNodeVale("input\userinputkey", szUserInput);
pADOObject->GetNextPrompt(pXMLParser->Getxml(), szxml);
pXMLParser->Release();
pXMLParser->Loadxml(szxml);
pXMLParser->GetNodeValue("output\messageid", szNodeVale);
Basically what I am trying to do is, load the xml file, get a particular node value based on the tag value, replace the node value with user input value, parse the xml and then release it. I am using MSXML for this and my XML file looks somewhat like this-
<?xml version="1.0" encoding="utf-8" ?>
- <root>
- <input>
<nodeid>0</nodeid>
<parentid>0</parentid>
<userinputkey>9167791963</userinputkey>
</input>
- <output>
- <vrurequestscript>
- <datainput>
<mainmsgid>100</mainmsgid>
<correctvalues>1,2</correctvalues>
<charset>12</charset>
<length>1</length>
<timeout>10000</timeout>
<timeoutmsgid>200</timeoutmsgid>
<retrycount>3</retrycount>
<retryexitaction>end</retryexitaction>
<retryexitmsgid>300</retryexitmsgid>
</datainput>
- <confirminput>
<mainmsgid>101</mainmsgid>
<correctvalues>1,2</correctvalues>
<charset>12</charset>
<accept>1</accept>
<reject>2</reject>
<length>1</length>
<timeout>10000</timeout>
<timeoutmsgid>200</timeoutmsgid>
<retrycount>3</retrycount>
<retryexitaction>end</retryexitaction>
<retryexitmsgid>300</retryexitmsgid>
</confirminput>
</vrurequestscript>
<nodeid>0</nodeid>
<parentid>0</parentid>
</output>
</root>

If anyone can show me how to go about doing it or point it in the right direction I will really appreciate it.
Thank you
-Ray

GeneralCOM and structures Pin
Imtiaz Murtaza30-Apr-05 5:44
Imtiaz Murtaza30-Apr-05 5:44 
GeneralCustomize appwizard directx generated application Pin
Anonymous30-Apr-05 5:18
Anonymous30-Apr-05 5:18 
GeneralRe: Customize appwizard directx generated application Pin
_marsim_30-Apr-05 6:58
_marsim_30-Apr-05 6:58 
Generalchange background color of an edit control Pin
includeh1030-Apr-05 3:04
includeh1030-Apr-05 3:04 
GeneralRe: change background color of an edit control Pin
David Crow30-Apr-05 3:50
David Crow30-Apr-05 3:50 
GeneralRe: change background color of an edit control Pin
includeh1030-Apr-05 4:09
includeh1030-Apr-05 4:09 
GeneralRe: change background color of an edit control Pin
Jack Puppy30-Apr-05 4:53
Jack Puppy30-Apr-05 4:53 
QuestionCString of WTL ? Pin
microsoftcertification30-Apr-05 2:02
sussmicrosoftcertification30-Apr-05 2:02 
AnswerRe: CString of WTL ? Pin
ThatsAlok30-Apr-05 2:54
ThatsAlok30-Apr-05 2:54 
GeneralRe: CString of WTL ? Pin
microsoftcertification30-Apr-05 6:58
sussmicrosoftcertification30-Apr-05 6:58 
GeneralRe: CString of WTL ? Pin
Tim Smith30-Apr-05 10:22
Tim Smith30-Apr-05 10:22 
GeneralRe: CString of WTL ? Pin
microsoftcertification1-May-05 1:13
sussmicrosoftcertification1-May-05 1:13 
GeneralRe: CString of WTL ? Pin
Gary R. Wheeler1-May-05 3:13
Gary R. Wheeler1-May-05 3:13 
Generalmonth calendar doesn't react tha same on WinXP than on Win2K Pin
Member 124237329-Apr-05 23:08
Member 124237329-Apr-05 23:08 
GeneralRe: month calendar doesn't react tha same on WinXP than on Win2K Pin
Gary R. Wheeler30-Apr-05 2:54
Gary R. Wheeler30-Apr-05 2:54 
GeneralNeed Help!!! ... File and registry monitoring by hooking registry Pin
29-Apr-05 22:35
suss29-Apr-05 22:35 
GeneralRe: Need Help!!! ... File and registry monitoring by hooking registry Pin
ThatsAlok29-Apr-05 23:34
ThatsAlok29-Apr-05 23:34 

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.