Skip to content
>_ TrueFileSize.com

Sample XML Files — Free Download for Testing

Download free sample XML files — from basic structures to SOAP envelopes, RSS feeds, sitemaps, and XSD schemas. Sizes from 1KB to 5MB for testing parsers, validators, and integrations.

sample-simple.xml

153 B
xml
Download

sample-100-records.xml

11.5 KB

100 rows

xml
Download

sample-1000-records.xml

114 KB

1,000 rows

xml
Download

sample-soap.xml

216 B
xml
Download

sample-rss.xml

3.1 KB
xml
Download

sample-sitemap.xml

457 B
xml
Download

sample-config.xml

222 B
xml
Download

sample-svg.xml

156 B
xml
Download

sample-with-attributes.xml

4.4 KB
xml
Download

sample-namespace.xml

260 B
xml
Download

sample-schema.xsd

453 B
xsd
Download

sample-large.xml

1.12 MB
xml
Download

Common XML formats

FormatUseFile
RSS / AtomBlog/podcast syndication feedssample-rss.xml
SOAPWeb service messaging protocolsample-soap.xml
SVGScalable vector graphicssample-svg.xml
SitemapSearch engine site mapsample-sitemap.xml
ConfigApp configuration (Maven, Spring)sample-config.xml
XSDXML Schema Definitionsample-schema.xsd

Sample XML preview

<?xml version="1.0" encoding="UTF-8"?>
<catalog>
  <book id="bk101">
    <author>Gambardella, Matthew</author>
    <title>XML Developer's Guide</title>
    <genre>Computer</genre>
    <price>44.95</price>
  </book>
</catalog>

XML vs JSON in 2025

JSON preferred for

  • REST APIs (standard since ~2010)
  • Frontend/JavaScript applications
  • Configuration files (package.json, tsconfig)
  • NoSQL databases (MongoDB, Firebase)

XML still dominant in

  • Enterprise systems (SOAP, WSDL)
  • Configuration files (Maven, Spring, Android)
  • Microsoft Office formats (DOCX, XLSX)
  • RSS/Atom feeds, sitemaps, SVG

Use cases for sample XML files

  • Testing XML parsers (DOM, SAX, StAX)
  • Validating XML against XSD schemas
  • Testing SOAP API integrations
  • Verifying RSS/Atom feed readers
  • Testing sitemap generation and parsing
  • Verifying namespace handling in XML processors

Technical specifications

EncodingUTF-8
VersionsXML 1.0 (most common)
ValidationXSD schema included
NamespacesNamespace variant included
Size range1 KB to 5 MB

Frequently Asked Questions

Other data formats