diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2011-05-31 11:04:05 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2011-05-31 11:04:05 +0100 |
| commit | 98bbc39689ce4013e9a2c18b83a09eea67d415ef (patch) | |
| tree | d00c1e6c31c4070b76ac77fac28cc351a7cd2be8 /docs | |
| parent | 0f6772c73ad979d1e1dcb523f961701cbb44a110 (diff) | |
| download | rabbitmq-server-git-98bbc39689ce4013e9a2c18b83a09eea67d415ef.tar.gz | |
Remove more pointless namespaces.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/examples-to-end.xsl | 4 |
1 files changed, 0 insertions, 4 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" /> |
