Archives
 
 
 
  Special
 
 
 
  About Us
 
 
 

Newsletter
Free E-mail Newsletter from BYTE.com

 
    
           
Visit the home page Browse the four-year online archive Download platform-neutral CPU/FPU benchmarks Find information for advertisers, authors, vendors, subscribers

ArticlesXML in Action


March 1998 / Cover Story / Weaving a Better Web / XML in Action

IBM's TaskGuide technology lets technical writers and user-interface developers generate "wizards" -- task-oriented dialogs that guide the user, automating the task -- without writing code. The XML-based system includes the option to create a recursive document, a wizard that builds another wizard. The following sample script defines a list of TV programs to be record ed; it generates the panel shown here .


<sguide> 
<title>Editlist Example</title>
<panel name=programs next=done no-image>
<p>Here's a sample editlist:</p>
<editlist
  name=programs
  type="progName(key), channel
   (format=integer),start, end, speed"
  headers="Program Name,Channel,
   Start Time,End Time, Tape Speed"
  add=addProgram
  edit=editProgram
  delete=deleteProgram 
  separator=^A
  ordered
  init="SportsCenter^A31^A11:00pm^
  A12:00am^ALP^ASeinfeld^A6^
  A9:00pm^A 9:30pm^ALP^A"
  >Your Favorite Programs
</editlist>
</panel>
...
</sguide>



Generation-XML List

screen_link (106 Kbytes)


Up to the Cover Story section contentsGo to previous article: XML in ActionGo to next article: What's Wrong with HTML
Flexible C++
Matthew Wilson
My approach to software engineering is far more pragmatic than it is theoretical--and no language better exemplifies this than C++.

more...

BYTE Digest

BYTE Digest editors every month analyze and evaluate the best articles from Information Week, EE Times, Dr. Dobb's Journal, Network Computing, Sys Admin, and dozens of other CMP publications—bringing you critical news and information about wireless communication, computer security, software development, embedded systems, and more!

Find out more

BYTE.com Store

BYTE CD-ROM
NOW, on one CD-ROM, you can instantly access more than 8 years of BYTE.
 
The Best of BYTE Volume 1: Programming Languages
The Best of BYTE
Volume 1: Programming Languages
In this issue of Best of BYTE, we bring together some of the leading programming language designers and implementors...

Copyright © 2005 CMP Media LLC, Privacy Policy, Your California Privacy rights, Terms of Service
Site comments: webmaster@byte.com
SDMG Web Sites: BYTE.com, C/C++ Users Journal, Dr. Dobb's Journal, MSDN Magazine, New Architect, SD Expo, SD Magazine, Sys Admin, The Perl Journal, UnixReview.com, Windows Developer Network