DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Guillermo Guest

    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.

  2. #2
    Danny Kalev Guest

    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.



Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


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


Sponsored Links