[open-ils-commits] r10726 - trunk/Open-ILS/examples/apache
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Sep 29 11:27:59 EDT 2008
Author: erickson
Date: 2008-09-29 11:27:57 -0400 (Mon, 29 Sep 2008)
New Revision: 10726
Modified:
trunk/Open-ILS/examples/apache/eg_vhost.conf
Log:
some more xmlent settings for the xhtml files
Modified: trunk/Open-ILS/examples/apache/eg_vhost.conf
===================================================================
--- trunk/Open-ILS/examples/apache/eg_vhost.conf 2008-09-29 15:26:52 UTC (rev 10725)
+++ trunk/Open-ILS/examples/apache/eg_vhost.conf 2008-09-29 15:27:57 UTC (rev 10726)
@@ -99,10 +99,15 @@
<LocationMatch /xul/.*\.xhtml$>
Options +Includes
XMLEntEscapeScript "no"
+ XMLEntStripComments "yes"
+ XMLEntStripPI "yes"
+ XMLEntStripDoctype "yes"
+ XMLEntContentType "text/html; charset=utf-8"
AddOutputFilter INCLUDES;XMLENT .xhtml
allow from all
</LocationMatch>
+
<LocationMatch /xul/.*\.xul$>
Options +Includes
XMLEntContentType "application/vnd.mozilla.xul+xml"
More information about the open-ils-commits
mailing list