Make second fix for symlink when srcdir=dstdir
[metaproxy-moved-to-github.git] / etc / config.xsd
index 1ffea7b..59dc8a9 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.16 2006-03-30 11:43:59 mike Exp $ -->
 <!--
        This Schema prescribes the format of YP2 configuration files.
        Invoke it like this:
@@ -94,6 +94,9 @@
          </xs:element>
         </xs:sequence>
 
+       <!-- type="query_rewrite" -->
+       <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