I tried to send this yesterday, but it doesn't look like it went through...
I apologize if it goes twice


Hello,

I'm totally new to XML, and was told that it would be an easy way to parse a
file that contains data for my objects into C++.  I've been attempting to do
that using SAX, using the SAX2Print example, and am getting stuck...  

For example, if my XML file is:
<Apple>
        <color>
        red
        </color>
</Apple>

and I have defined a class Fruit that has char color;

When I find the tag <Apple> in my XML file, I want to create an instance of
an object Fruit* Apple = new Fruit();  and then read the color red into the
color variable.  

Is there a simple way to do this?  Any advice would be helpful.

Thanks!

Anna


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to