diff options
author | Simon MacMullen <simon@rabbitmq.com> | 2011-05-26 17:40:26 +0100 |
---|---|---|
committer | Simon MacMullen <simon@rabbitmq.com> | 2011-05-26 17:40:26 +0100 |
commit | 5dee225836413562c0717932acfee8b9348048c8 (patch) | |
tree | 5d23c403635004ec0d38869cf43769b8b0b23413 /docs | |
parent | 137c0553856888469b992df0ca537249bdb44c84 (diff) | |
download | rabbitmq-server-5dee225836413562c0717932acfee8b9348048c8.tar.gz |
What on earth were those namespaces imported for? They're not used for anything, and they help the build to fail if we can't contact docbook.org.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/usage.xsl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/usage.xsl b/docs/usage.xsl index a6cebd93..586f8303 100644 --- a/docs/usage.xsl +++ b/docs/usage.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" version='1.0'> <xsl:param name="modulename"/> |