Mailing List Archive

httpd-2.4/manual/mod/mod_authnz_ldap.xml
Hello,

When executing build.sh validate-xml

Line 527: mod_authnz_ldap.xml:527:37: Element type "SITENAME" must be
declared.

mod_authnz_ldap.xml is not a valid XML document


Document becomes valid if I replace:

&lt;LocationMatch ^/dav/(?<SITENAME>[^/]+)/&gt;

by

&lt;LocationMatch ^/dav/(?&lt;SITENAME&gt;[^/]+)/&gt;

... but I don't understand why.

So I let you do the correction.

Lucien


---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org