Web Development
widl.txt
Associated article: The WIDL Specification
Tags: Web Development
Published source code accompanying the article by Lynn Monson in which he examines WIDL, short for "Web Interface Definition Language," is an XML file format for describing programmatic interfaces to the web. Borrowing from the object community's ORB ideas, WIDL describes an abstract interface to a "service" existing on the web. Also see WIDL.ZIP.
The WIDL Specification by Lynn Monson Listing One <?XML VERSION="1.0"?> <!DOCTYPE WIDL SYSTEM "widl.dtd"> <WIDL NAME="Quote" VERSION="2.0"> <!-- ---------------------------------------------- --> <SERVICE ...


