Sample XML file (.xml)
XML Extensible Markup Language is a set of ruls for encoding documents in a human and machine readable format.
A sample xml file:
$ file sample.xml
sample.xml: XML document text
$ xmllint sample.xml
<?xml version="1.0" encoding="UTF-8"?>
<root>
<text id="1">Sample XML File</text>
</root>
Sample XML file: download here.
Tags: text xml