Click here to Skip to main content
16,010,416 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: c++ compiler v. 1.52 Pin
John R. Shaw27-Aug-05 11:38
John R. Shaw27-Aug-05 11:38 
GeneralRe: c++ compiler v. 1.52 Pin
Steve Mayfield28-Aug-05 11:19
Steve Mayfield28-Aug-05 11:19 
GeneralRe: c++ compiler v. 1.52 Pin
John R. Shaw28-Aug-05 21:40
John R. Shaw28-Aug-05 21:40 
AnswerRe: c++ compiler v. 1.52 Pin
Michael Dunn27-Aug-05 13:14
sitebuilderMichael Dunn27-Aug-05 13:14 
QuestionMSXML DOM help Pin
johnnyXP27-Aug-05 3:04
johnnyXP27-Aug-05 3:04 
AnswerRe: MSXML DOM help Pin
Andrew Kirillov27-Aug-05 4:42
Andrew Kirillov27-Aug-05 4:42 
GeneralRe: MSXML DOM help Pin
johnnyXP27-Aug-05 4:45
johnnyXP27-Aug-05 4:45 
GeneralRe: MSXML DOM help Pin
Andrew Kirillov27-Aug-05 5:00
Andrew Kirillov27-Aug-05 5:00 
documentElement property of IXMLDOMDocument will return you code tag. Then you need to use firstChild property of IXMLDOMNode to get data node. And again the same to get first album node. Having album node you can use it's nextSibling property to get next album node. So, I hope it's clear how to get all albums and tracks.

By the way, you can use selectSingleNode("/code/data/album") from you document node.

Having IXMLDOMNode you can query IXMLDOMElement interface and its getAttribute method.

With best regards,
Andrew
GeneralRe: MSXML DOM help Pin
johnnyXP27-Aug-05 5:58
johnnyXP27-Aug-05 5:58 
Questionis this piece of mysql code correct? Pin
includeh1027-Aug-05 2:38
includeh1027-Aug-05 2:38 
AnswerRe: is this piece of mysql code correct? Pin
Johnny ²28-Aug-05 5:01
Johnny ²28-Aug-05 5:01 
Questioncall remote components Pin
Ganesh_T27-Aug-05 2:03
Ganesh_T27-Aug-05 2:03 
QuestionRe: call remote components Pin
Bob Stanneveld27-Aug-05 3:13
Bob Stanneveld27-Aug-05 3:13 
QuestionUsing C++ std lib isalnum Pin
Franz Klein26-Aug-05 22:45
Franz Klein26-Aug-05 22:45 
AnswerRe: Using C++ std lib isalnum Pin
Chris Losinger27-Aug-05 5:15
professionalChris Losinger27-Aug-05 5:15 
QuestionAdd handlers to menu items added at run time Pin
Aditya Rao26-Aug-05 21:52
Aditya Rao26-Aug-05 21:52 
QuestionRe: Add handlers to menu items added at run time Pin
Jose Lamas Rios27-Aug-05 18:06
Jose Lamas Rios27-Aug-05 18:06 
QuestionExcel Automation Pin
Identity Undisclosed26-Aug-05 21:52
Identity Undisclosed26-Aug-05 21:52 
AnswerRe: Excel Automation Pin
Kreatief28-Aug-05 23:32
Kreatief28-Aug-05 23:32 
Questionuse mysql in c++ Pin
includeh1026-Aug-05 19:36
includeh1026-Aug-05 19:36 
AnswerRe: use mysql in c++ Pin
Garth J Lancaster26-Aug-05 19:46
professionalGarth J Lancaster26-Aug-05 19:46 
GeneralRe: use mysql in c++ Pin
includeh1026-Aug-05 20:12
includeh1026-Aug-05 20:12 
GeneralRe: use mysql in c++ Pin
Garth J Lancaster28-Aug-05 0:05
professionalGarth J Lancaster28-Aug-05 0:05 
QuestionGDI+ randomly select point on a drawn circle Pin
mpastchenko26-Aug-05 14:36
mpastchenko26-Aug-05 14:36 
AnswerRe: GDI+ randomly select point on a drawn circle Pin
Chris Losinger26-Aug-05 15:53
professionalChris Losinger26-Aug-05 15:53 

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.