|
<?xml version="1.0"
encoding="utf-8" ?> <article> <section> <title>Section 1</title> Body 1. <section> </section> <title>Section 2</title> Body 2. </section> </article> |
<?xml version="1.0" encoding="UTF-8"?>
<article><toc> <entry>Section 1</entry> <entry>Section 2</entry></toc> <section> <title>Section 1</title> Body 1. <section> </section> <title>Section 2</title> Body 2. </section> </article> |