You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by st...@locus.apache.org on 2000/01/24 00:10:31 UTC

cvs commit: xml-cocoon/docs faq.xml installing.xml technologies.xml

stefano     00/01/23 15:10:31

  Modified:    docs     faq.xml installing.xml technologies.xml
  Log:
  fixes
  
  Revision  Changes    Path
  1.12      +13 -14    xml-cocoon/docs/faq.xml
  
  Index: faq.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/docs/faq.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- faq.xml	2000/01/12 15:57:50	1.11
  +++ faq.xml	2000/01/23 23:10:30	1.12
  @@ -24,6 +24,15 @@
   </faq>
   
   <faq>
  + <question>How come Apache is not redirecting requests to Cocoon?</question>
  + <answer>There is a bug in mod_jserv that makes it dependent on its configuration
  + position. If you use <em>ApJServHandler</em> you should change this to more
  + standard <em>Action and AddHandler</em>. If you installed an old version
  + of Cocoon, read again the installation instructions to find a solutions for
  + this problem. (thanks to Dan Egnor for finding and solving the problem).</answer>
  +</faq>
  +
  +<faq>
    <question>How do I pipe my servlet output into Cocoon?</question>
    <answer>
     <p>Simple answer: <em>you don't!!!</em> read <connect href="dynamic.xml">the page
  @@ -147,15 +156,6 @@
   </faq>
   
   <faq>
  - <question>Why %lt;xsl:import%gt; and %lt;xsl:include%gt; don't work with Xalan?</question>
  - <answer>
  -  <p>This is a problem in the way that Xalan handles DOM-based stylesheets, it will be
  -  fixed as soon as Cocoon moves on a SAX based architecture. As a work around, you can
  -  consider using XT which has no problems.</p>
  - </answer>
  -</faq>
  -
  -<faq>
    <question>I see that Cocon 1.x has starting to incorporate features planned for 
    Cocoon 2.x, why?</question>
    <answer>
  @@ -230,13 +230,12 @@
   </faq>
   
   <faq>
  -<question>What is VoiceML and how do I browse VML?</question>
  +<question>What is VoxML and how do I browse VML?</question>
   <answer>
  -  <p>VoiceML and VML are the same and stand for "Voice Markup Language". 
  -    For more information, please refer to the 
  -    <link href="http://www.voiceml.org">VoiceML Official web site</link>. 
  +  <p>VoxML is a voice markup language, designed to allow direct integration 
  +    between voice recognition/synthesis software and web technologies. 
       The Cocoon VML samples have been tested with the 
  -    <link href="http://www.voiceml.org">Motorola VoxML SDK 1.1</link>(for windows)
  +    <link href="http://www.voxml.org">Motorola VoxML SDK 1.1</link>(for windows)
       which is freely available.</p>
   </answer>
   </faq>
  
  
  
  1.16      +15 -6     xml-cocoon/docs/installing.xml
  
  Index: installing.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/docs/installing.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- installing.xml	2000/01/20 00:18:10	1.15
  +++ installing.xml	2000/01/23 23:10:30	1.16
  @@ -313,10 +313,11 @@
       to your <code>mod_jserv.conf</code> or <code>jserv.conf</code> file:
      </p>
       
  -   <source>ApJServAction .xml /servlet/org.apache.cocoon.Cocoon</source>
  +<source>Action cocoon /servlet/org.apache.cocoon.Cocoon
  +AddHandler cocoon xml</source>
     
      <p>
  -    where <em>.xml</em> is the file extention you want to map to the servlet
  +    where <em>xml</em> is the file extention you want to map to the servlet
       and <em>/servlet/</em> is the mount point of your servlet zone (and the
       above is the standard name for servlet mapping for Apache JServ).
      </p>
  @@ -343,12 +344,14 @@
       extentions like this:
      </p>
      
  -<source>ApJServAction .xml1 /zone1/org.apache.cocoon.Cocoon
  -ApJServAction .xml2 /zone2/org.apache.cocoon.Cocoon</source>           
  +<source>Action cocoon1 /zone1/org.apache.cocoon.Cocoon
  +Action cocoon1 /zone2/org.apache.cocoon.Cocoon
  +AddHandler cocoon1 xml1
  +AddHandler cocoon2 xml2</source>
   
      <p>
  -    where <em>.xml1</em> is handled by the Cocoon residing on <em>zone1</em>
  -    and <em>.xml2</em> is handled by the Cocoon residing on <em>zone2</em>
  +    where <em>xml1</em> is handled by the Cocoon residing on <em>zone1</em>
  +    and <em>xml2</em> is handled by the Cocoon residing on <em>zone2</em>
       which have different configurations and thus different behavior.
      </p>
     </s2>
  @@ -598,6 +601,12 @@
      <td>Apache 1.3.9</td>
      <td>Apache JServ 1.1b3</td>
      <td>Sun JDK 1.1.7</td>
  +  </tr>
  +  <tr>
  +   <td>FreeBSD 3.4</td>
  +   <td>Apache 1.3.9</td>
  +   <td>Apache JServ 1.0</td>
  +   <td>Blackdown JDK 1.1.8</td>
     </tr>
     <tr>
      <td>SCO OpenServer 5</td>
  
  
  
  1.6       +1 -1      xml-cocoon/docs/technologies.xml
  
  Index: technologies.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/docs/technologies.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- technologies.xml	1999/12/23 01:27:42	1.5
  +++ technologies.xml	2000/01/23 23:10:30	1.6
  @@ -25,7 +25,7 @@
   
   <s1 title="What is this XML?">
   
  -  <p>XML (<link href="http://www.w3.org/XML/">eXtended Markup
  +  <p>XML (<link href="http://www.w3.org/XML/">eXtensible Markup
     Language</link>) is a subset of SGML (<link
     href="http://www.oasis-open.org/cover/general.html">Standard
     Generalized Mark-up Language</link>).  SGML is the grandparent of