vgritsenko    02/01/30 14:34:13

  Modified:    src/java/org/apache/cocoon/components/deli deli.xconf
               src/webapp sitemap.xmap
               src/webapp/docs/samples sample-static.xml
  Log:
  Comment out deli examples - Deli fails to initialize with latest Xerces.
  
  Revision  Changes    Path
  1.5       +2 -1      
xml-cocoon2/src/java/org/apache/cocoon/components/deli/deli.xconf
  
  Index: deli.xconf
  ===================================================================
  RCS file: 
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/deli/deli.xconf,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- deli.xconf        30 Jan 2002 16:42:50 -0000      1.4
  +++ deli.xconf        30 Jan 2002 22:34:13 -0000      1.5
  @@ -1,4 +1,5 @@
  -  <!-- Deli support -->
  +  <!-- Deli support
     <deli class="org.apache.cocoon.components.deli.DeliImpl">
       <parameter name="deli-config-file" 
value="resources/deli/config/deliConfig.xml"/>
     </deli>
  +  -->
  
  
  
  1.21      +2 -1      xml-cocoon2/src/webapp/sitemap.xmap
  
  Index: sitemap.xmap
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/webapp/sitemap.xmap,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- sitemap.xmap      29 Jan 2002 20:00:00 -0000      1.20
  +++ sitemap.xmap      30 Jan 2002 22:34:13 -0000      1.21
  @@ -692,7 +692,7 @@
   
   
      <!-- ================  Hello  =========================== -->
  -
  +   <!-- FIXME
      <map:match pattern="deli.html">
        <map:generate src="docs/samples/hello-page.xml"/>
        <map:transform src="stylesheets/deli_test.xsl" type="xslt">
  @@ -708,6 +708,7 @@
        </map:transform>
        <map:serialize type="wml"/>
      </map:match>
  +   -->
   
      <map:match pattern="hello.html">
       <map:generate src="docs/samples/hello-page.xml"/>
  
  
  
  1.2       +2 -2      xml-cocoon2/src/webapp/docs/samples/sample-static.xml
  
  Index: sample-static.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/webapp/docs/samples/sample-static.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- sample-static.xml 15 Jan 2002 19:06:37 -0000      1.1
  +++ sample-static.xml 30 Jan 2002 22:34:13 -0000      1.2
  @@ -27,7 +27,7 @@
       system identifiers.
      </sample>
     </group>
  -
  +  <!-- FIXME
     <group name="CC/PP and UAProf">
       <sample name="Quick Start" href="documents/developing/deliquick.html">
        Read this to find out how to enable DELI before trying the test pages.
  @@ -39,7 +39,7 @@
          Test page for WAP clients.
       </sample>
     </group>
  -
  +  -->
     <group name="Static Content">
      <sample name="Formatting Objects" href="fo">
       This is an example of XML-FO document translated into PDF by Apache FOP.
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to