-
C++ question about parsing an xml file to an object
i need to take object an make xml file with its name, attributes, values....
how can i do it?
and i need to take an xml file an parse it to that object (take the values
of the properties and set them)
the problem is that i need it hand made, no microsoft parser or other....
(for, while, etc...)
Thanks in advance....Guillermo.
-
Re: C++ question about parsing an xml file to an object
your probably need to write an XML praser by yourself as well as an XML
generator. Are you *sure* you really ant to do it by yourself? It's not
impossible but I can't figure out why you'd want to do that when you can
download the source code of several open source parsers and generators.
Danny
Guillermo wrote:
> i need to take object an make xml file with its name, attributes, values....
> how can i do it?
> and i need to take an xml file an parse it to that object (take the values
> of the properties and set them)
> the problem is that i need it hand made, no microsoft parser or other....
> (for, while, etc...)
> Thanks in advance....Guillermo.
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
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks