topical media & game development

talk show tell print

server-php-xml-class-sax-filters-applications.xml / xml



  <?xml version="1.0" ?>
  <!-- This XML file is an example -->
  <apps>
  <application id="1">
          <name>Editor</name>
          <author>John</author>
          <bugs>
                  <bug>
                          <!-- This is one bug -->
                          <desc>Foo</desc>
                          <sev>2</sev>
                  </bug>
                  <bug>
                          <desc>Bar</desc>
                          <sev>3</sev>
                  </bug>
          </bugs>
  </application>
  <application id="2">
          <name>Compiler</name>
          <author>Peter</author>
          <bugs>
                  <bug>
                  <desc>Foo Bar</desc>
                          <sev>5</sev>
                  </bug>
          </bugs>
  </application>
  </apps>
  
  


(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.