diff options
| author | Matthew Sackman <matthew@rabbitmq.com> | 2011-06-02 11:01:47 +0100 |
|---|---|---|
| committer | Matthew Sackman <matthew@rabbitmq.com> | 2011-06-02 11:01:47 +0100 |
| commit | f60aa1e22a41c4416fcf92238557fbadc0b47407 (patch) | |
| tree | 0c393a6498e3a751bb179d874d54d796da49ebee /docs | |
| parent | c2a311575a52fabdfd110e1071bf4b8d2bacdc79 (diff) | |
| parent | 1dbc4d1d0fdc0870353168f47cb674c6dde48ebf (diff) | |
| download | rabbitmq-server-git-f60aa1e22a41c4416fcf92238557fbadc0b47407.tar.gz | |
Merging default into bug23554
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"/> |
