Annotation of gpl/axl/test/test5.xml, revision 1.1

1.1     ! misho       1: <?xml version="1.0"?>
        !             2: <!-- testing DTD choice support -->
        !             3: <choices>
        !             4:   <p>This is a test example</p>
        !             5:   <ul>
        !             6:     <li>This is a value..</li>
        !             7:     <li>This is another value...</li>
        !             8:  </ul>
        !             9:  <table>
        !            10:     <tr>
        !            11:        <td>110</td><td>120</td>
        !            12:     </tr>
        !            13:     <tr>
        !            14:        <td>110</td><td>120</td>
        !            15:     </tr>
        !            16:  </table>
        !            17: <inside>
        !            18:   <element>
        !            19:     <first>10</first>
        !            20:   </element>
        !            21:   <element>
        !            22:     <second>10</second>
        !            23:   </element>
        !            24:   <element>
        !            25:     <third>10</third>
        !            26:   </element>
        !            27:   <element>
        !            28:     <fourth>value</fourth>
        !            29:     <fourth>value</fourth>
        !            30:     <fourth>value</fourth>
        !            31:     <fourth>value</fourth>
        !            32:   </element>
        !            33: </inside>
        !            34: </choices>

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