File:  [ELWIX - Embedded LightWeight unIX -] / gpl / axl / test / tls.dtd.h
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, 4 months ago) by misho
Branches: axl, MAIN
CVS tags: HEAD, AXL0_6_7, AXL0_6_1
3th party - XML

    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>