File:  [ELWIX - Embedded LightWeight unIX -] / gpl / axl / test / test5.xml
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jun 8 07:09:12 2011 UTC (13 years ago) by misho
Branches: axl, MAIN
CVS tags: HEAD, AXL0_6_7, AXL0_6_1
3th party - XML

<?xml version="1.0"?>
<!-- testing DTD choice support -->
<choices>
  <p>This is a test example</p>
  <ul>
    <li>This is a value..</li>
    <li>This is another value...</li>
 </ul>
 <table>
    <tr>
       <td>110</td><td>120</td>
    </tr>
    <tr>
       <td>110</td><td>120</td>
    </tr>
 </table>
<inside>
  <element>
    <first>10</first>
  </element>
  <element>
    <second>10</second>
  </element>
  <element>
    <third>10</third>
  </element>
  <element>
    <fourth>value</fourth>
    <fourth>value</fourth>
    <fourth>value</fourth>
    <fourth>value</fourth>
  </element>
</inside>
</choices>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>