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

<!--
   DTD for the TLS Transport Security Profile, as of 2000-09-04


   Refer to this DTD as:

     <!ENTITY % TLS PUBLIC "-//IETF//DTD TLS//EN"
                "http://xml.resource.org/profiles/TLS/tls.dtd">
     %TLS;
   -->


<!--
  TLS messages, exchanged as application/beep+xml

     role       MSG         RPY         ERR
    ======      ===         ===         ===
    I or L      ready       proceed     error
   -->


<!ELEMENT ready       EMPTY>
<!ATTLIST ready
          version     CDATA              "1">

<!ELEMENT proceed     EMPTY>

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