|
-
Jan 1st, 2003, 07:09 PM
#1
Thread Starter
New Member
XML Operations?
How would I got about calling information from a XML file or text file into a program? I want to use XML as a data storage unit for my program but cant figure out how.
Thanks for your time.
- Rayn
-
Jan 1st, 2003, 08:08 PM
#2
Have you tried searching the internet for XML read/write class libraries?
Personally I don't like XML as data storage method. It's ASCII nature wastes a lot of disk space.
Unless you want humans to be able to directly read the format...
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Jan 1st, 2003, 10:18 PM
#3
Thread Starter
New Member
What would be the best way for storage besides XML and text files?
-
Jan 2nd, 2003, 05:45 AM
#4
Binary.
Of course it depends on your data.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Jan 2nd, 2003, 03:33 PM
#5
Fanatic Member
If you need an XML parser, have a look at Xerces . It's Apache's open source XML parser. It also has a DOM interface.
I prefer it over Microsoft's XML parser, since it's proprietary, and also over libxml, since it seems to be aimed at Linux too much and I couldn't find a working DOM wrapper for C++.
Good luck!
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
|