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-unsubscr...@httpd.apache.org
For additional commands, e-mail: docs-h...@httpd.apache.org

Reply via email to