Annotation of gpl/axl/test/tls.dtd.h, revision 1.1

1.1     ! misho       1: /**
        !             2:  * C inline representation for DTD tls.dtd, created by axl-knife
        !             3:  */
        !             4: #ifndef __TLS_DTD_H__
        !             5: #define __TLS_DTD_H__
        !             6: #define TLS_DTD "\n\
        !             7: <!--                                                              \
        !             8:    DTD for the TLS Transport Security Profile, as of 2000-09-04   \
        !             9:                                                                   \
        !            10:                                                                   \
        !            11:    Refer to this DTD as:                                          \
        !            12:                                                                   \
        !            13:      <!ENTITY % TLS PUBLIC '-//IETF//DTD TLS//EN'                 \
        !            14:                 'http://xml.resource.org/profiles/TLS/tls.dtd'>   \
        !            15:      %TLS;                                                        \
        !            16:    -->                                                            \
        !            17:                                                                   \
        !            18:                                                                   \
        !            19: <!--                                                              \
        !            20:   TLS messages, exchanged as application/beep+xml                 \
        !            21:                                                                   \
        !            22:      role       MSG         RPY         ERR                       \
        !            23:     ======      ===         ===         ===                       \
        !            24:     I or L      ready       proceed     error                     \
        !            25:    -->                                                            \
        !            26:                                                                   \
        !            27:                                                                   \
        !            28: <!ELEMENT ready       EMPTY>                                      \
        !            29: <!ATTLIST ready                                                   \
        !            30:           version     CDATA              '1'>                     \
        !            31:                                                                   \
        !            32: <!ELEMENT proceed     EMPTY>                                      \
        !            33: \n"
        !            34: #endif

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