unknown.xml 579 B

1234567891011
  1. <?xml version="1.0"?>
  2. <article xmlns="http://example.org/unknown">
  3. <section>
  4. <sectioninfo/>
  5. <title>Paragraphs with inline markup</title>
  6. <para>Paragraphs are separated by blank lines and are left-aligned.</para>
  7. <para>Paragraphs are <emphasis>separated</emphasis> by blank lines and are left-aligned.</para>
  8. <para>Paragraphs contain text and may contain inline markup: <emphasis>emphasis</emphasis>, <emphasis Role="strong">strong emphasis</emphasis>, or <emphasis>both <emphasis Role="strong">stacked.</emphasis></emphasis>.</para>
  9. </section>
  10. </article>