[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[xml-dev] access the content
- From: Barta Andras <bartus@arago.elte.hu>
- To: xml-dev@lists.xml.org
- Date: Wed, 26 Sep 2001 17:54:50 +0200 (CEST)
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