to be honest, I think the rss skin should go away, and the
WebRss topics should contain the rss specific content..
t42p:/usr/lib/cgi-bin/TWikiRelease04x00# svn diff templates/view.xml.tmpl lib/TWiki/UI/View.pm tools/MANIFEST
Index: templates/view.xml.tmpl
===================================================================
--- templates/view.xml.tmpl (revision 0)
+++ templates/view.xml.tmpl (revision 0)
@@ -0,0 +1 @@
+
Property changes on: templates/view.xml.tmpl
___________________________________________________________________
Name: svn:executable
+ *
Index: lib/TWiki/UI/View.pm
===================================================================
--- lib/TWiki/UI/View.pm (revision 10974)
+++ lib/TWiki/UI/View.pm (working copy)
@@ -257,6 +257,9 @@
} elsif( $skin =~ /\brss/ ) {
$contentType = 'text/xml';
$minimalist = 1;
+ } elsif( $skin =~ /\bxml/ ) {
+ $contentType = 'text/xml';
+ $minimalist = 1;
} elsif( $raw eq 'text' || $raw eq 'all' ) {
$contentType = 'text/plain';
} else {
Index: tools/MANIFEST
===================================================================
--- tools/MANIFEST (revision 10974)
+++ tools/MANIFEST (working copy)
@@ -884,6 +884,7 @@
templates/twiki.tmpl 0440
templates/view.plain.tmpl 0440
templates/view.print.tmpl 0440
+templates/view.xml.tmpl 0440
templates/view.rss.tmpl 0440
templates/view.rssatom.tmpl 0440
templates/view.text.tmpl 0440