Difference between revisions of "Type XML"

From truxwiki.com
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]...")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
{| style="float:right;border:1px solid black"
 
{| style="float:right;border:1px solid black"
|+ Details
+
|+ [[Type_MP3|<<]] Details [[Type_ZIP|>>]]
 
| Defined Constant
 
| Defined Constant
 
| <code>Type_XML</code>
 
| <code>Type_XML</code>
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]

Latest revision as of 05:14, 22 May 2024

<< Details >>
Defined Constant Type_XML
File Type Value 208
Parent Type ASCII Text
Carve Yes
Format Details No
MIME Type text/xml
Filename Extension xml

Extensible Markup Language

Description

XML text

Details

XML may come in the form of ASCII, UTF-8 or Unicode encoding.