From 6d19d019e4adb751feb727a1aee91ca61de07e6d Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 21 Jun 2004 20:26:59 +0000 Subject: All yodl macros are used now :-) Not all docbook tags are supported at the moment (tables, author information, verbatim stuff, bibliographies..) but that will follow later. It took me under 45 minutes to write all this; XSL is neat! :-) (This used to be commit cf5843dd160cca5c61c43580c62111beb3ab7545) --- docs/xslt/yodl.xsl | 216 +++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 211 insertions(+), 5 deletions(-) (limited to 'docs') diff --git a/docs/xslt/yodl.xsl b/docs/xslt/yodl.xsl index 96fd718454..9752858bce 100644 --- a/docs/xslt/yodl.xsl +++ b/docs/xslt/yodl.xsl @@ -1,7 +1,9 @@ @@ -22,6 +24,100 @@ + + article( + + )( + FIXME + )( + + ) + + + + + report( + + )( + FIXME + )( + + ) + + + + + book( + + )( + FIXME + )( + + ) + + + + + + + chapter( + + ) + + + lchapter( + + )( + + ) + + + + + + + + ( + + ) + + + + + + + + + paragraph( + + ) + + + + + + + + + part( + + ) + + + + + nchapter( + + ) + + + + + code( + + ) + + em( @@ -76,21 +172,36 @@ - - + + + - + startdit() dit() - + + + enddit() + + startit() + + it() + + + + + + endit() + + startdit() @@ -103,6 +214,101 @@ enddit() + + footnote( + + ) + + + + gettocstring() + + + + + url( + + )( + + ) + + + + lref( + + )( + + ) + + + + printindex() + + + + + + sect( + + + lsect( + + )( + + + + ) + + + + + + + subsect( + + + lsubsect( + + )( + + + + ) + + + + + + + subsubsect( + + + lsubsubsect( + + )( + + + + ) + + + + + + + subsubsubsect( + + + lsubsubsubsect( + + )( + + + + ) + + + -- cgit