Difference between revisions of "Type XML"
Jump to navigation
Jump to search
(Created page with "{| style="float:right;border:1px solid black" |+ Details | Defined Constant | <code>Type_XML</code> |- | File Type Value | 208 |- | Parent Type | [[Type_ASCII_Text|ASCII Text]...") |
|||
| Line 30: | Line 30: | ||
=Details= | =Details= | ||
XML may come in the form of [https://en.wikipedia.org/wiki/ASCII ASCII], [https://en.wikipedia.org/wiki/UTF-8 UTF-8] or [https://en.wikipedia.org/wiki/Unicode Unicode] encoding. | XML may come in the form of [https://en.wikipedia.org/wiki/ASCII ASCII], [https://en.wikipedia.org/wiki/UTF-8 UTF-8] or [https://en.wikipedia.org/wiki/Unicode Unicode] encoding. | ||
| + | |||
| + | * [https://www.w3.org/TR/xml/ Specification] | ||
Revision as of 19:56, 18 January 2024
| Defined Constant | Type_XML
|
| File Type Value | 208 |
| Parent Type | ASCII Text |
| Carve | Yes |
| Format Details | No |
| MIME Type | text/xml
|
| Filename Extension | xml
|
Description
XML text
Details
XML may come in the form of ASCII, UTF-8 or Unicode encoding.