diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2011-06-06 11:23:53 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2011-06-06 11:23:53 +0100 |
| commit | 0607022c1339d8cb26e4f3146e4680c546f8c358 (patch) | |
| tree | d00327545097c2527ec5a7c630b225c2ac7708e7 /docs | |
| parent | 05d4f15c22ce96db22d10bd11c79dda98f120b74 (diff) | |
| parent | c906c9a2fb83beeb6de94576d640cefc1f9058b5 (diff) | |
| download | rabbitmq-server-git-0607022c1339d8cb26e4f3146e4680c546f8c358.tar.gz | |
Merge bug24128
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/examples-to-end.xsl | 4 | ||||
| -rw-r--r-- | docs/usage.xsl | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/docs/examples-to-end.xsl b/docs/examples-to-end.xsl index d9686adac8..a0a741785f 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" /> 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"/> |
