From fc5ad178dbe7ab92e2fed298f74804d4fe9c8073 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 21 Jun 2004 19:53:41 +0000 Subject: XSL script for converting DocBook XML to Yodl, almost done :-) (This used to be commit b9404cd05db77efbb81fc59925aaff59d45416fa) --- docs/xslt/yodl.xsl | 108 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 108 insertions(+) create mode 100644 docs/xslt/yodl.xsl (limited to 'docs') diff --git a/docs/xslt/yodl.xsl b/docs/xslt/yodl.xsl new file mode 100644 index 0000000000..96fd718454 --- /dev/null +++ b/docs/xslt/yodl.xsl @@ -0,0 +1,108 @@ + + + + + + + + + manpage( + + )()( + + )(package)() + + + + + + em( + + ) + + + + bf( + + ) + + + + manpagename( + + )( + + ) + + + + manpagesynopsis() + + + + + + manpagedescription() + + + manpageoptions() + + + manpagefiles() + + + manpageseealso() + + + manpagediagnostics() + + + manpagebugs() + + + manpageauthor() + + + manpagesection( + + ) + + + + + + + + + + startdit() + + dit() + + + + enddit() + + + + startdit() + + dit( + + ) + + + + enddit() + + + + + -- cgit