From 313a0c688d0fbca77c2a3605f973409b295bbca9 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 11 Jun 2005 18:41:19 +0000 Subject: Split up main stylesheet (necessary for new examples code) (This used to be commit f74d0fc39ac4570d378ff797b260851fe9da34b6) --- docs/xslt/expand-sambadoc.xsl | 199 +--------------------------------------- docs/xslt/expand-smbconfdoc.xsl | 171 ++++++++++++++++++++++++++++++++++ docs/xslt/strip-references.xsl | 42 +++++++++ 3 files changed, 215 insertions(+), 197 deletions(-) create mode 100644 docs/xslt/expand-smbconfdoc.xsl create mode 100644 docs/xslt/strip-references.xsl (limited to 'docs/xslt') diff --git a/docs/xslt/expand-sambadoc.xsl b/docs/xslt/expand-sambadoc.xsl index cdc84e6d21..87806a2aa2 100644 --- a/docs/xslt/expand-sambadoc.xsl +++ b/docs/xslt/expand-sambadoc.xsl @@ -11,48 +11,11 @@ version="1.1"> + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -286,162 +249,4 @@ - - - - - - - - - - - - - - - - # - - - - - - - - - - - - - - - - - - - - ( - - ) - - - - - - - - - - - - - - - - - Example: - - - - - = - - - - - - - - - - - - - - Default: - - - - - = - - - - - - - - - - - - - - - No default - - - - - - - - - - - - - - - - - - - preferred - - - - - - - - - - - - - - - - - - - - This parameter is a synonym for . - - - - - - - - - preferred - - - - - - - - - - - - - diff --git a/docs/xslt/expand-smbconfdoc.xsl b/docs/xslt/expand-smbconfdoc.xsl new file mode 100644 index 0000000000..cd92990234 --- /dev/null +++ b/docs/xslt/expand-smbconfdoc.xsl @@ -0,0 +1,171 @@ + + + + + + + + + + + + + + + + + + + + # + + + + + + + + + + + + + + + + + + + + ( + + ) + + + + + + + + + + + + + + + + + Example: + + + + + = + + + + + + + + + + + + + + Default: + + + + + = + + + + + + + + + + + + + + + No default + + + + + + + + + + + + + + + + + + + preferred + + + + + + + + + + + + + + + + + + + + This parameter is a synonym for . + + + + + + + + + preferred + + + + + + + + + + + + + + diff --git a/docs/xslt/strip-references.xsl b/docs/xslt/strip-references.xsl new file mode 100644 index 0000000000..568aecafd2 --- /dev/null +++ b/docs/xslt/strip-references.xsl @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit