diff --git a/doc/modsecurity2-apache-reference.xml b/doc/modsecurity2-apache-reference.xml
index 6a108498..16d910ba 100644
--- a/doc/modsecurity2-apache-reference.xml
+++ b/doc/modsecurity2-apache-reference.xml
@@ -2814,6 +2814,22 @@ SecRule REQBODY_PROCESSOR "!^XML$" skip:2
SecRule XML:/employees/employee/name/text() Fred
SecRule XML:/xq:employees/employee/name/text() Fred \
xmlns:xq=http://www.example.com/employees
+
+ To learn more about XPath we suggest the following
+ resources:
+
+
+
+ XPath
+ Standard
+
+
+
+ XPath
+ Tutorial
+
+