[Home] [By Thread] [By Date] [Recent Entries]
Hi! I'm new to xml, and libxml++, and I think I don't understand it clearly. I have an xml file like this: <?xml version="1.0"?> <root> <entry prop1="prop1" prop2="prop2">content</entry> </root> I can access the "entry" node, and even its properties, but I cannot access the content. I thought it can be done with entrynode->content(), but it is empty. - How can I access it, and - what is 'content', if not that. Thanks: Andras
|

Cart



