giacomo [[EMAIL PROTECTED]] wrote:

> >   <faq>
> >    <question>
> >     Windows 95/98 tells me that I don't have enough environment- memory?
> >    </question>
> >    <answer>
> >     This is another neat feature from DOS- times.
> >     To increase enviroment-space add the following line to your
> >     config.sys (and restart):
> >     shell=c:\command.com /E:4096 /P
> >    </answer>
> >   </faq>
> 
> Thanks for the faq entry. I've commited it right away.

Sorry, 
but the answer-tag in my FAQ-Post is not valid to the
faq-v10.dtd, which I did not read before posting to the list.

Please apply the following Patch:

Index: xdocs/faq.xml
===================================================================
RCS file: /home/cvspublic/xml-cocoon2/xdocs/faq.xml,v
retrieving revision 1.2
diff -u -r1.2 faq.xml
--- xdocs/faq.xml       2001/06/14 19:39:28     1.2
+++ xdocs/faq.xml       2001/06/15 22:25:27
@@ -156,11 +156,12 @@
  <question>
   Windows 95/98 tells me that I don't have enough environment- memory?
  </question>
- <answer>
+ <answer><p>
   This is another neat feature from DOS- times.
   To increase enviroment-space add the following line to your
-  config.sys (and restart):
-  shell=c:\command.com /E:4096 /P
+  config.sys (and restart):<br/>
+  <code>shell=c:\command.com /E:4096 /P</code>
+  </p>
  </answer>
 </faq>
 </faqs>







---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to