- From: Len Bullard <cbullard@hiwaay.net>
 - Date: Thu, 27 Feb 1997 13:45:14 -0600
 - To: Tim Bray <tbray@textuality.com>
 - CC: w3c-sgml-wg@w3.org, xml-dev@ic.ac.uk
 
Something to consider from a company producing Web applications 
for cellular phones.  This is their web example for their 
Handheld Device Markup Language.   This snippet produces a menu.
              <HDML VERSION=0.1>
                <CHOICE NAME=card1 KEY=cust>
                  <ACTION TYPE="ACCEPT" LABEL="View" GOARGS=?mode=view>
                  <ACTION TYPE="SOFT1" LABEL="Fax" GOARGS=?mode=fax>
                  <LINE>Cust Status
                  <CE VALUE=ord>Orders
                  <CE VALUE=bal>Balance
                </CHOICE>
              </HDML>
Isn't this what the behavior= optional attribute is good for?
len bullard
Received on Thursday, 27 February 1997 14:56:33 UTC