File:  [ELWIX - Embedded LightWeight unIX -] / gpl / axl / test / tls.dtd
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

    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>