|
-
September 20th, 2004, 11:51 PM
#1
XML n00b needs help
Gday
I've been allocated the wonderful task of teaching myself XML.
Basically what I want is, without going into too much detail, be able to save a bunch of variables into an xml string, which may be then written into a file or sent via udp or whatever. I'm using VC++. I can't tell the difference between xml and a freight train.
Where do I begin? The MSXML SDK assumes you're a guru at everything and assumes you want to do the most complicated functions with xml. I need some basic core concepts backed up with some sample code that works. Any help/tips/pointers/directions?
Thanks a bunch and have a GREAT day!
Microsoft LVP - Least Valuable Professional
Please rate this post... Pleeeeeeaaassee!!! 
-
September 21st, 2004, 04:32 AM
#2
Re: XML n00b needs help
Well I suppose http://www.w3schools.com XML tutorials would be a resonable place to start.
The biggest problem encountered while trying to design a system that was completely foolproof,
was, that people tended to underestimate the ingenuity of complete fools.
Douglas Adams
-
October 4th, 2004, 02:00 PM
#3
-
October 4th, 2004, 09:42 PM
#4
Re: XML n00b needs help
That one is using msxml.dll whereas mine uses msxml4.dll. Thanks anyway.
Microsoft LVP - Least Valuable Professional
Please rate this post... Pleeeeeeaaassee!!! 
-
October 7th, 2004, 07:08 AM
#5
Re: XML n00b needs help
Take a look at this, its pretty easy.
-
October 7th, 2004, 11:46 PM
#6
Re: XML n00b needs help
Nice article, thanks mate.
Microsoft LVP - Least Valuable Professional
Please rate this post... Pleeeeeeaaassee!!! 
-
October 8th, 2004, 08:04 AM
#7
Re: XML n00b needs help
If you're not keen on learning the finer points of DOM you could use a data binding tool. There are some free ones for Java (JAXB or Castor) but for C++ you would need a commercial app like Liquid Technologies XML Data Binding Wizard. This generates you an OO interface in C++ to code against and validates the XML against your Schema without having to deal with a DOM SDK.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|