From 71eb6e17a42c8af818a753cde81221b15bc203e9 Mon Sep 17 00:00:00 2001 From: ivanr Date: Fri, 8 Jun 2007 15:48:02 +0000 Subject: [PATCH] Added XPath references. --- doc/modsecurity2-apache-reference.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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 + +