projects
/
anna.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0be3fb
)
Fix broken link to w3 URL. Add alternative xpath resources (courtesy of whom we reali...
author
Eduardo Ramos Testillano
<
[email protected]
>
Sat, 8 Apr 2017 12:26:59 +0000
(14:26 +0200)
committer
Eduardo Ramos Testillano
<
[email protected]
>
Sat, 8 Apr 2017 12:26:59 +0000
(14:26 +0200)
include/anna/xml/XPath.hpp
patch
|
blob
|
history
diff --git
a/include/anna/xml/XPath.hpp
b/include/anna/xml/XPath.hpp
index
a374862
..
7de0950
100644
(file)
--- a/
include/anna/xml/XPath.hpp
+++ b/
include/anna/xml/XPath.hpp
@@
-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: