OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[xml-dev] access the content




	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