Fix broken link to w3 URL. Add alternative xpath resources (courtesy of whom we reali...
authorEduardo Ramos Testillano <eduardo.ramos.testillano@ericsson.com>
Sat, 8 Apr 2017 12:26:59 +0000 (14:26 +0200)
committerEduardo Ramos Testillano <eduardo.ramos.testillano@ericsson.com>
Sat, 8 Apr 2017 12:26:59 +0000 (14:26 +0200)
include/anna/xml/XPath.hpp

index a374862..7de0950 100644 (file)
@@ -27,7 +27,8 @@ namespace xml {
 /**
    XPath es un lenguaje para encontrar informaciĆ³n dentro de un documento XML.
 
-   \see http://www.w3schools.com/xpath/default.asp
+   \see https://www.w3schools.com/xml/xpath_intro.asp
+   \see http://www.whoishostingthis.com/resources/xpath
 */
 class XPath : Parser {
 public: