diff options
author | Ludovic Courtès | 2008-01-23 18:05:21 +0100 |
---|---|---|
committer | Ludovic Courtès | 2008-01-23 18:05:21 +0100 |
commit | 99a169d9d9dcf88433df17902e6f66afa1fcf1c4 (patch) | |
tree | efd3e0a6555b6a9b4fedaa29773e5870d46313a9 /doc/user/xmle.skb | |
parent | 727b76487f1d78a189836e89a5649e088dc823c4 (diff) | |
download | skribilo-99a169d9d9dcf88433df17902e6f66afa1fcf1c4.tar.gz skribilo-99a169d9d9dcf88433df17902e6f66afa1fcf1c4.tar.lz skribilo-99a169d9d9dcf88433df17902e6f66afa1fcf1c4.zip |
doc: Update & improve engine documentation.
* doc/user/engine.skb (Engines): Rewrote intro, fixed `resolve'.
(Functions dealing with engines): Renamed to...
(Manipulating Engines): New.
[Writing New Engines]: New.
* doc/user/{htmle,xmle,latexe}.skb: Add intro.
Diffstat (limited to 'doc/user/xmle.skb')
-rw-r--r-- | doc/user/xmle.skb | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/doc/user/xmle.skb b/doc/user/xmle.skb index bd01db3..93546b0 100644 --- a/doc/user/xmle.skb +++ b/doc/user/xmle.skb @@ -1,5 +1,6 @@ ;;; xmle.skb -- The documentation of the XML engine ;;; +;;; Copyright 2008 Ludovic Courtès <ludo@gnu.org> ;;; Copyright 2003, 2004 Manuel Serrano ;;; ;;; @@ -22,12 +23,16 @@ ;*---------------------------------------------------------------------*/ ;* Document */ ;*---------------------------------------------------------------------*/ -(section :title "XML engine" :file #t +(section :title "XML Engine" :file #t (mark "xml-engine") (index "XML" :note "Engine") - (p [The XML engine...]) + + (p [The XML engine produces a simple XML representation of Skribilo +documents that is essentially a one-to-one mapping of the input +document. For instance, ,(tt [chapter]) markups are turned into ,(tt +[<chapter>]) nodes, etc.]) - (subsection :title "The XML customization" + (subsection :title "XML Customization" (doc-engine 'xml `() |