From 6428cfd56db7b111a5c4bcec80838bae74275209 Mon Sep 17 00:00:00 2001 From: Jacques Distler Date: Fri, 8 Sep 2006 02:18:21 -0500 Subject: [PATCH] Suppress extraneous namespace declarations in output file strip elements --- themes/common/atom.xml.xslt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/themes/common/atom.xml.xslt b/themes/common/atom.xml.xslt index 769f0a8..83dad26 100644 --- a/themes/common/atom.xml.xslt +++ b/themes/common/atom.xml.xslt @@ -2,7 +2,9 @@ xmlns:atom="http://www.w3.org/2005/Atom" xmlns:indexing="urn:atom-extension:indexing" xmlns:planet="http://planet.intertwingly.net/" - xmlns="http://www.w3.org/1999/xhtml"> + xmlns:xhtml="http://www.w3.org/1999/xhtml" + xmlns="http://www.w3.org/1999/xhtml" + exclude-result-prefixes="planet xhtml"> @@ -10,6 +12,10 @@ + + + +