previous | start | next

The Primordial Document: Coarse-grained markup

<?xml version="1.0"?>
<coarse>
  <variant type="html">
    <html>
      <title>World Wide Web Consortium Works to Bridge "Digital Divide"</title>
      <body>
        <p>21st October 2000</p>
        <p>
          The White House has invited Judy Brewer, Director of the Web Accessibility Initiative (WIA) of the World
          Wide Web Consortium (W3C), to speak at its Digital Divide Event on Accessible Technologies on
          21st October 2000 in Flint, Michigan. 
        </p>
      </body>
    </html>
  </variant>

  <variant type="wml">
    <wml>
      <card title="W3C Bridges Digital Divide">
        <p mode="nowrap">21/10/2000<p/>
        <p mode="wrap">
          Judy Brewer, Director of the Web Accessibility Initiative of the W3C, will speak at the White House
          sponsored Digital Divide Event on Accessible Technologies on 21/10/2000 in Flint, Michigan.
        </p>
      </card>
    </wml>
  </variant>

  <variant type="vxml">
    <vxml version="1.0">
      <meta name="title" content="The World Wide Web Consortium Works to Bridge the Digital Divide"/>
      <form>
        <initial>
          <audio src="http://www.w3.org/voice/news.wav">
            The White House has invited Judy Brewer, Director of the Web Accessibility Initiative of the World
            Wide Web Consortium, to speak at its Digital Divide Event on Accessible Technologies on the 21st
            of October in Flint, Michigan. 
          </audio>
        </initial>
      </form>
    </vxml>
  </variant>
</coarse>