blob: a1279c7ade9458b2c2036d59eae67462323d4ac0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
;*=====================================================================*/
;* serrano/prgm/project/skribe/doc/user/xmle.skb */
;* ------------------------------------------------------------- */
;* Author : Manuel Serrano */
;* Creation : Wed Sep 3 11:20:49 2003 */
;* Last change : Tue Apr 6 06:27:51 2004 (serrano) */
;* Copyright : 2003-04 Manuel Serrano */
;* ------------------------------------------------------------- */
;* The documentation of the XML engine */
;*=====================================================================*/
;; @indent: (put 'doc-engine 'skribe-indent 'skribe-indent-function)@
;*---------------------------------------------------------------------*/
;* Document */
;*---------------------------------------------------------------------*/
(section :title "XML engine" :file #t
(mark "xml-engine")
(index "XML" :note "Engine")
(p [The XML engine...])
(subsection :title "The XML customization"
(doc-engine 'xml
`()
:source "skribilo/engine/xml.scm")))
|