Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

book.xml 1.9KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE book PUBLIC "-//APACHE//DTD Cocoon Documentation Book V1.0//EN" "dtd/book-cocoon-v10.dtd">
  3. <book software="Poi"
  4. title="Poi Project Documentation"
  5. copyright="@year@ Poi Project"
  6. xmlns:xlink="http://www.w3.org/1999/xlink">
  7. <menu label="Main">
  8. <menu-item label="Jakarta" href="http://jakarta.apache.org"/>
  9. </menu>
  10. <menu label="About">
  11. <menu-item label="Index" href="index.html"/>
  12. <menu-item label="History" href="historyandfuture.html"/>
  13. <menu-item label="Future" href="historyandfuture.html"/>
  14. <menu-item label="Download" href="http://sourceforge.net/project/showfiles.php?group_id=32701"/>
  15. <menu-item label="1.0 Vision" href="plan/POI10Vision.html"/>
  16. <menu-item label="2.0 Vision" href="plan/POI20Vision.html"/>
  17. <menu-item label="Who we are" href="who.html"/>
  18. <menu-item label="Changes" href="changes.html"/>
  19. <menu-item label="Todo" href="todo.html"/>
  20. </menu>
  21. <menu label="Sub-Projects">
  22. <menu-item label="Overview" href="overview.html"/>
  23. <menu-item label="POIFS" href="poifs/index.html"/>
  24. <menu-item label="HSSF" href="hssf/index.html"/>
  25. <menu-item label="HDF" href="hdf/index.html"/>
  26. <menu-item label="POI-Utils" href="utils/index.html"/>
  27. </menu>
  28. <menu label="References">
  29. <menu-item label="Live Sites" href="livesites.html"/>
  30. <menu-item label="XLS spec [PDF]" href="http://sc.openoffice.org/excelfileformat.pdf"/>
  31. <menu-item label="Apache Cocoon" href="http://xml.apache.org/cocoon/"/>
  32. </menu>
  33. <menu label="Get Involved">
  34. <menu-item label="Contributing" href="contrib.html"/>
  35. <menu-item label="Bug Database" href="https://sourceforge.net/tracker/?atid=406288&amp;group_id=32701&amp;func=browse"/>
  36. <menu-item label="CVS" href="http://jakarta.apache.org/site/cvsindex.html"/>
  37. <menu-item label="Mail Lists" href="http://jakarta.apache.org/site/mail.html"/>
  38. </menu>
  39. </book>