Partial translation
[anna.git] / include / anna / xml / XPath.hpp
index a374862..7281cff 100644 (file)
@@ -25,9 +25,10 @@ namespace anna {
 namespace xml {
 
 /**
-   XPath es un lenguaje para encontrar informaciĆ³n dentro de un documento XML.
+   XPath is a language to navigate an XML document.
 
-   \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: