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 2003/08/15 11:55:34 UTC

cvs commit: cocoon-lenya/src/webapp/lenya/resources/misc/bxeng/inc config.xml

michi       2003/08/15 02:55:34

  Added:       src/webapp/lenya/resources/misc/bxeng/inc config.xml
  Log:
  BXENG URL config
  
  Revision  Changes    Path
  1.1                  cocoon-lenya/src/webapp/lenya/resources/misc/bxeng/inc/config.xml
  
  Index: config.xml
  ===================================================================
  <?xml version="1.0" ?>
  <!-- $Id: config.xml,v 1.1 2003/08/15 09:55:34 michi Exp $ -->
  <config>
      <files>
          <input>
              <!-- The XML-document with the actual data -->
              <file name="BX_xmlfile" isParam="true">xml</file>
              <!-- The XSL-document which transforms the xml to the output format -->
              <file name="BX_xslfile">test.xsl</file>
          </input>
          
          <!-- You can't provide a different "method" than http.get for the following files -->
          <css>
              <!-- Document specific css
                  This is the one, which you should adjust.
               -->
               <file>css/site.css</file>
            
          </css>
          
          <scripts>
          <!-- These are the to be included js files 
              the important .js files are included by bxeLoader.js, but you should
              not have to worry about them. 
              You can also add your own js-files here.
              -->
             <file>js/bxehtmltb.js</file>
             <file>js/jsdav.js</file>
             <file>td/webdav.js</file>
             <file>mozile/mozilekb.js</file>
  
          </scripts>
          
          
      </files>
  
  </config>
  
  
  

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