summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2011-05-31 11:04:05 +0100
committerSimon MacMullen <simon@rabbitmq.com>2011-05-31 11:04:05 +0100
commit2d38bce657b47c4081c60a2c29f1e0b756f61ac9 (patch)
treed00c1e6c31c4070b76ac77fac28cc351a7cd2be8
parentba598037cc46d056276a19c6b5d8acf3c103e790 (diff)
downloadrabbitmq-server-2d38bce657b47c4081c60a2c29f1e0b756f61ac9.tar.gz
Remove more pointless namespaces.
-rw-r--r--docs/examples-to-end.xsl4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/examples-to-end.xsl b/docs/examples-to-end.xsl
index d9686ada..a0a74178 100644
--- a/docs/examples-to-end.xsl
+++ b/docs/examples-to-end.xsl
@@ -1,9 +1,5 @@
<?xml version='1.0'?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- xmlns:exsl="http://exslt.org/common"
- xmlns:ng="http://docbook.org/docbook-ng"
- xmlns:db="http://docbook.org/ns/docbook"
- exclude-result-prefixes="exsl ng db"
version='1.0'>
<xsl:output doctype-public="-//OASIS//DTD DocBook XML V4.5//EN" doctype-system="http://www.docbook.org/xml/4.5/docbookx.dtd" />