]> source.dussan.org Git - poi.git/commitdiff
A couple of questions to start with. tags/pre-new-crysalsa@352307
authorGlen Stampoultzis <glens@apache.org>
Tue, 2 Apr 2002 06:31:28 +0000 (06:31 +0000)
committerGlen Stampoultzis <glens@apache.org>
Tue, 2 Apr 2002 06:31:28 +0000 (06:31 +0000)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352307 13f79535-47bb-0310-9956-ffa450edef68

src/documentation/xdocs/book.xml
src/documentation/xdocs/faq.xml

index 096de9d6eb96b02ff5c9e115944d379981f2f777..1c6f4546a5f12acbec9fc9f4c25a7f3b0f449708 100644 (file)
@@ -15,6 +15,7 @@
     <menu-item label="2.0 Vision" href="plan/POI20Vision.html"/>
     <menu-item label="Who we are" href="who.html"/>    
     <menu-item label="Changes" href="changes.html"/>
+    <menu-item label="FAQ" href="faq.html"/>
   </menu>
   
   <menu label="Sub-Projects">
index d3c74b66c906e699e2834d57fdce4b092206713d..a90a20f27fcb8521d70358e7763e9c8d54548dd5 100644 (file)
@@ -6,9 +6,6 @@
   <question>
     What is the HSSF "eventmodel"? 
   </question>
-  <question>
-    When will all the documentation be ported to the new site?
-  </question>
   <answer>
     <p>
       The HSSF eventmodel package is a new API for reading XLS files more efficiently.  It does 
       tenfold.  It is based on the AWT event model in combination with SAX.  If you need read-only
       access to a given XLS file, this is the best way to do it.  
     </p>
-<!--    <note>This is a note.</note>-->
   </answer>
+
+</faq>
+<faq>
+    <question>
+      Why can't read the document I created using Star Office 5.1?
+    </question>
   <answer>
     <p>
-      Soon, very soon.
+      Star Office 5.1 writes some records using the older BIFF standard.  This causes some problems
+      with POI which supports only BIFF8.
     </p>
   </answer>