Adds full support to the libxml action

Issue #1148
This commit is contained in:
Felipe Zimmerle
2016-05-18 09:47:30 -03:00
parent a9e6716c6a
commit 1f45d6cea8
7 changed files with 124 additions and 32 deletions

View File

@@ -37,9 +37,8 @@ class XmlNS : public Action {
bool init(std::string *error);
private:
std::string m_name;
std::string m_value;
std::string m_scope;
std::string m_href;
};