오픈 소스 소프트웨어 개발 및 다운로드

View /format.xml

file info

category(Tag)
/icho/ (パッケージのルートディレクトリ)
file name
format
마지막 업데이트
2005-03-09 01:47
type
Plain Text
editor
哀 / Hiro
description
拡張子とそれに対応するコンテントタイプ (MIME タイプ・メディアタイプ) の定義。スクリプトは XSLT プロセス結果を出力する際に HTTP ヘッダを書き換えるために参照する。
language
Japanese
translate
<?xml version="1.0" encoding="utf-8"?>
<Icho
	xmlns="http://icho.orz.cc/schema/system#"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://icho.orz.cc/schema/system# http://icho.orz.cc/schema/system.xsd"
	>
	<hasFormats>
		<format extention=".txt"         contentType="text/plain"/>
		<format extention=".css"         contentType="text/css"/>
		<format extention=".html"        contentType="text/html"/>
		<format extention=".xsl"         contentType="text/xsl"/>
		<format extention=".xml"         contentType="application/xml"/>
		<format extention=".xhtml"       contentType="application/xhtml+xml"/>
		<format extention=".rdf"         contentType="application/rdf+xml"/>
		<format extention=".foaf"        contentType="application/rdf+xml"/>
		<format extention=".feed.rss10"  contentType="application/rdf+xml"/>
		<format extention=".feed.rss20"  contentType="application/xml"/>
		<format extention=".feed.atom04" contentType="application/atom+xml"/>
	</hasFormats>
</Icho>