1
0
mirror of https://github.com/php/phd.git synced 2026-03-24 07:02:07 +01:00
Files
archived-phd/tests/data/example_numbering_001.xml
2024-06-05 00:13:00 +01:00

32 lines
565 B
XML

<chapter xml:id="example-numbering">
<section>
<example>
<title>- 1. example without an xml:id</title>
</example>
</section>
<section>
<example>
<title>- 2. example without an xml:id</title>
</example>
</section>
<section>
<example xml:id="third-example-id">
<title>- 3. example with an xml:id</title>
</example>
</section>
<section>
<example>
<title>- 4. example without an xml:id</title>
</example>
</section>
<section>
<example>
<title>- 5. example without an xml:id</title>
</example>
</section>
</chapter>