How to retrieve text value in c++ using libxml?
XML file:
<?xml version="1.0" encoding="UTF-8"?>
<Help xmlns="http://www.example.org/File" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.example.org/File File.xsd ">
<Text>Test</Text>
</Help>
This XmlSoft has a great set of examples for libxml2 demonstrating how to do most common tasks.