topical media & game development

talk show tell print

basic-xml-03-namespace3.xml / xml



  <?xml version="1.0"?>
  <person xmlns="http://sernaferna.com/pers">
    <name>
      <title>Sir</title>
      <first>John</first>
      <middle>Fitzgerald Johansen</middle>
      <last>Doe</last>
    </name>
    <position>Vice President of Marketing</position>
    <résumé>
      <html xmlns="http://www.w3.org/1999/xhtml">
        <head><title>Resume of John Doe</title></head>
        <body>
        <h1>John Doe</h1>
        <p>John's a great guy, you know?</p>
        </body>
      </html>
    </résumé>
  </person>


(C) Æliens 20/2/2008

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.