Click here to Skip to main content
15,909,324 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralC++ msxml tutorials Pin
Todd.Harvey19-Apr-02 5:38
Todd.Harvey19-Apr-02 5:38 
GeneralRe: C++ msxml tutorials Pin
Tom Archer24-Apr-02 2:31
Tom Archer24-Apr-02 2:31 
GeneralRe: C++ msxml tutorials Pin
Christian Graus24-Apr-02 2:36
protectorChristian Graus24-Apr-02 2:36 
GeneralRe: C++ msxml tutorials Pin
Tom Archer24-Apr-02 2:44
Tom Archer24-Apr-02 2:44 
GeneralRe: C++ msxml tutorials Pin
Tom Archer24-Apr-02 2:45
Tom Archer24-Apr-02 2:45 
GeneralRe: C++ msxml tutorials Pin
Christian Graus24-Apr-02 11:27
protectorChristian Graus24-Apr-02 11:27 
GeneralRe: C++ msxml tutorials Pin
Christopher Duncan24-Apr-02 11:47
Christopher Duncan24-Apr-02 11:47 
GeneralRe: C++ msxml tutorials Pin
Todd.Harvey24-Apr-02 7:17
Todd.Harvey24-Apr-02 7:17 
you know, I've had so much trouble with path syntax and checking if GetNode type statements returned null or not, that I started putting together my own short list of XML "stuff", but it hasn't really evolved into a useful tutorial. The hardest thing for me is still that "I just want to get data out like it was Access or a *.ini file, or a flat file", and the XML DOM sometimes seems to make what should be easy , difficult. (once it works it is fantastic)

Your tutorial was very helpful to me and my current project - I started out attempting something like what was in C++ Journal in the January issue , where I specify all the structs/variables for our project in XML, and then I generate the C++ code from that, I generate the C++ code in to read all the variables and populate the structs from the XML file, I change an MFC dialog on the fly to get or set variables in the data in my config screen. I started thinking at the beginning - here I have these different ways of formatting what is essentially the same data - I have C++ code, I have *.h include files, I need *.ini files, I need to edit my MFC dialog - why can't I just feed it all off the XML and use that to unify these various data structures? I got it working, but explaining it to our engineers has got me to back off from trying to force them to use the generating features. But it is still very handy to have C++ code plus the min/max validation data, the comments that explain what that variable is, the list of potential values, etc. all in one place. Someday somebody is going to make some money by providing a tool where we can specify data in XML, because when a guy creates a new variable, if he knows what the max/min values are to be, wouldn't be great if he could spell all that out in one place, and then it would be useable in his program, and all the other developers were doing the same thing, and multiple variables weren't created for the same purpose, etc.

Oh well, sorry for the long text. I could not live without the tutorials at CodeGuru and CodeProject (at least as a Windows/MFC developer). Your tutorial was very easy to understand and helpful.
Laugh | :laugh:
GeneralRe: C++ msxml tutorials Pin
Tom Archer24-Apr-02 16:10
Tom Archer24-Apr-02 16:10 
GeneralRe: C++ msxml tutorials Pin
Tom Archer24-Apr-02 2:53
Tom Archer24-Apr-02 2:53 
GeneralDisplaying TIF files Pin
David Chamberlain17-Apr-02 3:25
David Chamberlain17-Apr-02 3:25 
GeneralRe: Displaying TIF files Pin
Michael A. Barnhart17-Apr-02 8:04
Michael A. Barnhart17-Apr-02 8:04 
GeneralRe: Displaying TIF files Pin
David Chamberlain18-Apr-02 3:16
David Chamberlain18-Apr-02 3:16 
Generalchild nodes Pin
Todd.Harvey16-Apr-02 12:02
Todd.Harvey16-Apr-02 12:02 
GeneralRe: child nodes Pin
Michael A. Barnhart16-Apr-02 16:44
Michael A. Barnhart16-Apr-02 16:44 
GeneralRe: child nodes Pin
Todd.Harvey16-Apr-02 17:09
Todd.Harvey16-Apr-02 17:09 
GeneralRe: child nodes Pin
Michael A. Barnhart17-Apr-02 0:47
Michael A. Barnhart17-Apr-02 0:47 
GeneralRe: child nodes Pin
Todd.Harvey17-Apr-02 8:19
Todd.Harvey17-Apr-02 8:19 
GeneralXML and Binary Data Pin
16-Apr-02 5:05
suss16-Apr-02 5:05 
GeneralRe: XML and Binary Data Pin
Michael A. Barnhart16-Apr-02 11:34
Michael A. Barnhart16-Apr-02 11:34 
GeneralRe: XML and Binary Data Pin
kenlefeb5-Jun-02 0:24
kenlefeb5-Jun-02 0:24 
GeneralXML Pin
Mazdak13-Apr-02 4:17
Mazdak13-Apr-02 4:17 
GeneralRe: XML Pin
MS le Roux13-Apr-02 9:36
MS le Roux13-Apr-02 9:36 
GeneralRe: XML Pin
Mazdak13-Apr-02 10:07
Mazdak13-Apr-02 10:07 
GeneralRe: XML Pin
Michael A. Barnhart16-Apr-02 11:38
Michael A. Barnhart16-Apr-02 11:38 

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.