<?xml version='1.0' encoding='UTF-8'?>
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-dkg-xml2rfc-test-leading-whitespace-00" updates="" obsoletes="" category="info" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3" xml:lang="en">

  <front> 
    <title abbrev="Testing Leading Whitespace">Testing Leading Whitespace in Artwork for XML2RFC</title>
    <author initials="D. K." surname="Gillmor" fullname="Daniel Kahn Gillmor" role="editor">
      <address>
        <email>dkg@fifthhorseman.net</email>
      </address>
    </author>
    <area>TEST</area>
    <workgroup>test</workgroup>
    <abstract>
      <t>XML2RFC should produce uniform whitespace in textual artwork elements.</t>
    </abstract>
  </front>
  <middle>
    <section anchor="utf8">
      <name>Test with UTF-8</name>
      <t>This artwork contains some non-ASCII UTF-8 chars:</t>
      <artwork><![CDATA[
└┬╴Root of the tree
 ├─╴Child A
 └─╴Child B
]]></artwork>
    </section>
    <section anchor="us-ascii">
      <name>Test with US-ASCII</name>
      <t>This artwork contains only US-ASCII:</t>
      <artwork><![CDATA[
\-+- Root of the tree
  +-- Child A
  \-- Child B
]]></artwork>
    </section>
    <section anchor="no-leading-space">
      <name>Test without leading whitespace</name>
      <t>This artwork has no leading whitespace</t>
      <artwork><![CDATA[
A └┬╴Root of the tree
B  ├─╴Child A
C  └─╴Child B
]]></artwork>
    </section>
  </middle>
  <back>
  </back>
</rfc>
