You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by mi...@apache.org on 2004/08/02 02:22:15 UTC

cvs commit: cocoon-lenya/src/webapp/lenya/pubs/oscom/xslt searchURL.xsl

michi       2004/08/01 17:22:15

  Added:       src/webapp/lenya/pubs/oscom/xslt searchURL.xsl
  Log:
  search URL configuration separated
  
  Revision  Changes    Path
  1.1                  cocoon-lenya/src/webapp/lenya/pubs/oscom/xslt/searchURL.xsl
  
  Index: searchURL.xsl
  ===================================================================
  <?xml version="1.0"?>
  <!--
    Copyright 1999-2004 The Apache Software Foundation
  
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at
  
        http://www.apache.org/licenses/LICENSE-2.0
  
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
  -->
  
  <!-- $Id: searchURL.xsl,v 1.1 2004/08/02 00:22:15 michi Exp $ -->
  
  <xsl:stylesheet version="1.0"
    xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  >
  
  <!--
  <xsl:variable name="searchURL">/search/go</xsl:variable>
  -->
  <xsl:variable name="searchURL">/lenya/oscom/search-live/lucene</xsl:variable>
  
  </xsl:stylesheet>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-cvs-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-cvs-help@cocoon.apache.org