xref: /haiku/src/data/mime_db/text/xml (revision c100e05085f4b54c180fbccbe51dbe54954d9bec)
1
2resource(0, "BEOS:TYPE") #'MIMS' "application/x-vnd.Be-meta-mime";
3
4resource(1, "META:TYPE") "text/xml";
5
6resource(2, "META:SNIFF_RULE") #'CSTR' array {
7	"0.2 (\"<?xml\")"
8};
9
10resource(2, "META:S:DESC") #'MSDC' "XML file";
11
12resource(3, "META:EXTENS") message(234) {
13	"extensions" = "xml",
14	"type" = "text/xml"
15};
16
17resource(4, "META:PREF_APP") #'MSIG' "application/x-vnd.beunited.pe";
18