mirror of
https://github.com/readur/readur.git
synced 2026-01-07 15:00:25 -06:00
12 lines
360 B
XML
12 lines
360 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<document type="test">
|
|
<metadata>
|
|
<title>XML Test Document</title>
|
|
<format>xml</format>
|
|
<word_count>15</word_count>
|
|
</metadata>
|
|
<content>
|
|
<section>This XML document should be detected as XML format.</section>
|
|
<section>It contains structured markup for testing.</section>
|
|
</content>
|
|
</document> |