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 | 565e7c0d4b53de2fa4dbce8ea89ec14e7ca262be (patch) | |
| tree | 5d23c403635004ec0d38869cf43769b8b0b23413 /docs/usage.xsl | |
| parent | 4c3b56b7be499d5ad3570c56c6fca6048a8cfdeb (diff) | |
| download | rabbitmq-server-git-565e7c0d4b53de2fa4dbce8ea89ec14e7ca262be.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/usage.xsl')
| -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 a6cebd93bf..586f830327 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"/> |
