Annotation of gpl/axl/test/tls.dtd, revision 1.1.1.1

1.1       misho       1: <!--
                      2:    DTD for the TLS Transport Security Profile, as of 2000-09-04
                      3: 
                      4: 
                      5:    Refer to this DTD as:
                      6: 
                      7:      <!ENTITY % TLS PUBLIC "-//IETF//DTD TLS//EN"
                      8:                 "http://xml.resource.org/profiles/TLS/tls.dtd">
                      9:      %TLS;
                     10:    -->
                     11: 
                     12: 
                     13: <!--
                     14:   TLS messages, exchanged as application/beep+xml
                     15: 
                     16:      role       MSG         RPY         ERR
                     17:     ======      ===         ===         ===
                     18:     I or L      ready       proceed     error
                     19:    -->
                     20: 
                     21: 
                     22: <!ELEMENT ready       EMPTY>
                     23: <!ATTLIST ready
                     24:           version     CDATA              "1">
                     25: 
                     26: <!ELEMENT proceed     EMPTY>

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