fixed opensearch, rss, xspf mime types in xsl:output
git-svn-id: http://yolanda.mister-muffin.de/svn@253 7eef14d0-6ed0-489d-bf55-20463b2d70db
This commit is contained in:
parent
eaeffc6fa2
commit
7d2e4100f3
3 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@
|
||||||
encoding="utf8"
|
encoding="utf8"
|
||||||
indent="yes"
|
indent="yes"
|
||||||
method="xml"
|
method="xml"
|
||||||
media-type="application/xml"
|
media-type="application/opensearchdescription+xml"
|
||||||
omit-xml-declaration="no"
|
omit-xml-declaration="no"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
encoding="utf8"
|
encoding="utf8"
|
||||||
indent="yes"
|
indent="yes"
|
||||||
method="xml"
|
method="xml"
|
||||||
media-type="application/xml"
|
media-type="application/rss+xml"
|
||||||
omit-xml-declaration="no"
|
omit-xml-declaration="no"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
encoding="utf8"
|
encoding="utf8"
|
||||||
indent="yes"
|
indent="yes"
|
||||||
method="xml"
|
method="xml"
|
||||||
media-type="application/xml"
|
media-type="application/xspf+xml"
|
||||||
omit-xml-declaration="no"
|
omit-xml-declaration="no"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue