local-nosgml2x.dsl 981 B

1234567891011121314151617181920212223242526272829303132333435
  1. <!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
  2. <!ENTITY dbstyle PUBLIC "-//Gtk//DOCUMENT Gtk-doc HTML Stylesheet//EN" CDATA DSSSL>
  3. ]>
  4. <style-sheet>
  5. <style-specification use="gtk">
  6. <style-specification-body>
  7. ;; Don't split up the doc as much.
  8. (define (chunk-element-list)
  9. (list (normalize "preface")
  10. (normalize "chapter")
  11. (normalize "appendix")
  12. (normalize "article")
  13. (normalize "glossary")
  14. (normalize "bibliography")
  15. (normalize "index")
  16. (normalize "colophon")
  17. (normalize "setindex")
  18. (normalize "reference")
  19. (normalize "refentry")
  20. (normalize "part")
  21. (normalize "book") ;; just in case nothing else matches...
  22. (normalize "set") ;; sets are definitely chunks...
  23. ))
  24. </style-specification-body>
  25. </style-specification>
  26. <external-specification id="gtk" document="dbstyle">
  27. </style-sheet>
  28. <!--
  29. # arch-tag: web stylesheet for documentation
  30. -->