svn commit: samba-docs r436 - in trunk/xslt: .

jelmer at samba.org jelmer at samba.org
Sun Mar 20 19:09:48 GMT 2005


Author: jelmer
Date: 2005-03-20 19:09:48 +0000 (Sun, 20 Mar 2005)
New Revision: 436

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-docs&rev=436

Log:
Remove pretty formatting script (it is not used at all)

Removed:
   trunk/xslt/pretty-format.xsl


Changeset:
Deleted: trunk/xslt/pretty-format.xsl
===================================================================
--- trunk/xslt/pretty-format.xsl	2005-03-20 17:56:29 UTC (rev 435)
+++ trunk/xslt/pretty-format.xsl	2005-03-20 19:09:48 UTC (rev 436)
@@ -1,15 +0,0 @@
-<?xml version='1.0'?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
-	xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"
-	version="1.1">
-	
-	<xsl:output method="xml" encoding="UTF-8" doctype-public="-//OASIS//DTD DocBook XML V4.2//EN" indent="yes" doctype-system="http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"/>
-
-	<!-- This is needed to copy content unchanged -->
-	<xsl:template match="@*|node()|processing-instruction()">
-		<xsl:copy>
-			<xsl:apply-templates select="@*|node()|processing-instruction()"/>
-		</xsl:copy>
-	</xsl:template>
-
-</xsl:stylesheet>



More information about the samba-cvs mailing list