Support for <filter type="query_rewrite">, as used in config5.xml
authorMike Taylor <mike@indexdata.com>
Thu, 30 Mar 2006 11:21:18 +0000 (11:21 +0000)
committerMike Taylor <mike@indexdata.com>
Thu, 30 Mar 2006 11:21:18 +0000 (11:21 +0000)
etc/config.xsd

index 1ffea7b..1757d5e 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- $Id: config.xsd,v 1.14 2006-03-30 11:16:17 mike Exp $ -->
+<!-- $Id: config.xsd,v 1.15 2006-03-30 11:21:18 mike Exp $ -->
 <!--
        This Schema prescribes the format of YP2 configuration files.
        Invoke it like this:
@@ -94,6 +94,9 @@
          </xs:element>
         </xs:sequence>
 
+       <!-- type="http_file" -->
+       <xs:element ref="config:xslt"/>
+
       </xs:choice>
       <xs:attribute name="id" type="xs:NCName"/>
       <xs:attribute name="refid" type="xs:NCName"/>
             <xs:enumeration value="session_shared"/>
             <xs:enumeration value="template"/>
             <xs:enumeration value="http_file"/>
+            <xs:enumeration value="query_rewrite"/>
           </xs:restriction>
         </xs:simpleType>
       </xs:attribute>
   <xs:element name="mimetypes" type="xs:string"/>
   <xs:element name="documentroot" type="xs:string"/>
   <xs:element name="prefix" type="xs:string"/>
+  <xs:element name="xslt" type="xs:string"/>
 
   <!-- ### This is used differently depending on whether it occurs
        within a "virt_db" or "multi" filter: for the former, it