1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

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

This commit is contained in:
Jelmer Vernooij 2005-03-20 19:09:48 +00:00 committed by Gerald W. Carter
parent 1435e91e53
commit 4d7803626b

View File

@ -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>