Click here to Skip to main content
15,917,568 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
Generalxml Problem Pin
Saksida Bojan22-May-05 9:14
Saksida Bojan22-May-05 9:14 
GeneralRe: xml Problem Pin
Christian Graus22-May-05 12:58
protectorChristian Graus22-May-05 12:58 
GeneralRe: xml Problem Pin
Saksida Bojan22-May-05 20:38
Saksida Bojan22-May-05 20:38 
GeneralRe: xml Problem Pin
Christian Graus23-May-05 1:18
protectorChristian Graus23-May-05 1:18 
GeneralRe: xml Problem Pin
Saksida Bojan24-May-05 20:07
Saksida Bojan24-May-05 20:07 
GeneralRe: xml Problem Pin
Christian Graus25-May-05 12:42
protectorChristian Graus25-May-05 12:42 
GeneralRe: xml Problem Pin
Saksida Bojan25-May-05 20:36
Saksida Bojan25-May-05 20:36 
Generalxml Problem Pin
Saksida Bojan22-May-05 9:05
Saksida Bojan22-May-05 9:05 
The xml File:

<cdlist>
<cdlist>
<cdid>11
<name>Halo - Combat Evolved
<type>Igre
<comment>



Code snipset:
XmlDocument *xmlCDList = new XmlDocument;<br />
xmlCDList->Load(strCDListFileName);<br />
XmlElement *nodRoot = xmlCDList->DocumentElement;<br />
<br />
XmlNodeList *nodCDListCDID = nodRoot->GetElementsByTagName(S"CDID");


Now the problem is:
nodCDListCDID->Count is always 0 (zero)

Can anybody help. And thanks in the advance
GeneralRe: xml Problem Pin
Shog923-May-05 12:29
sitebuilderShog923-May-05 12:29 
QuestionTextBox-&gt;ResetText () question??? Pin
richiemac20-May-05 1:12
richiemac20-May-05 1:12 
AnswerRe: TextBox-&gt;ResetText () question??? Pin
Saksida Bojan20-May-05 9:09
Saksida Bojan20-May-05 9:09 
GeneralTwo forms Pin
Saksida Bojan18-May-05 0:34
Saksida Bojan18-May-05 0:34 
GeneralRe: Two forms Pin
toxcct18-May-05 21:21
toxcct18-May-05 21:21 
GeneralRe: Two forms Pin
Saksida Bojan18-May-05 23:08
Saksida Bojan18-May-05 23:08 
GeneralRe: Two forms Pin
Christian Graus18-May-05 21:34
protectorChristian Graus18-May-05 21:34 
GeneralRe: Two forms Pin
Saksida Bojan18-May-05 23:06
Saksida Bojan18-May-05 23:06 
GeneralRe: Two forms Pin
toxcct18-May-05 23:19
toxcct18-May-05 23:19 
GeneralRe: Two forms Pin
Saksida Bojan19-May-05 8:04
Saksida Bojan19-May-05 8:04 
GeneralRe: Two forms Pin
Christian Graus19-May-05 12:44
protectorChristian Graus19-May-05 12:44 
GeneralRe: Two forms Pin
Saksida Bojan19-May-05 20:23
Saksida Bojan19-May-05 20:23 
GeneralRe: Two forms Pin
Anonymous20-May-05 6:55
Anonymous20-May-05 6:55 
GeneralRe: Two forms Pin
Saksida Bojan20-May-05 9:10
Saksida Bojan20-May-05 9:10 
GeneralRe: Two forms Pin
Lagwagon5620-May-05 10:35
Lagwagon5620-May-05 10:35 
GeneralRe: Two forms Pin
Saksida Bojan21-May-05 3:07
Saksida Bojan21-May-05 3:07 
GeneralRe: Two forms Pin
Anonymous21-May-05 5:22
Anonymous21-May-05 5:22 

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.