In this article Brian Kelly describes the sixth International World Wide Web conference which took place in California from 7-11th April 1997. This article appears in the Web version of Ariadne only.
The Sixth International World Wide Web Conference took place from 7-11th April 1997 in Santa Clara, California, USA. I attended the conference in my capacity as the JISC representative on the W3C (the World Wide Web Consortium).
About 1,800 people attended the conference. This figure was down on the last two years, due possibly to the close proximity of other conferences - the Javasoft conference attracted about 8,000 delagates and the Microsoft Hardware Engineering conference about 15,000 delegates. Both of these conference took place the week before the WWW 6 conference.
The main part of the conference took place from Tuesday, 8th April to Thursday, 10th April. Over these two days there were a number of Technical Sessions, covering themes such as Caching, Beyond HTML, Database Query Techniques and Usability Issues. In addition to the Technical Programme (which was based on refereed papers) there were also a number of Plenary Talks, Industrial Sessions, Business Presentations, W3C Presentations Collaborative Events and Birds of a Feather sessions.
On Tuesday, 7th April there were a number of half-day Tutorial and Workshop sessions. The conference Developer's Day was held on Friday, 11th April. On the same day the first History Track took place.
Two years ago the major talking point at the WWW conference was Java. This year Java seems to be accepted as the language for developing Web applications. The major new talking point was XML, the Extensible Markup Language.
XML has emerged from the SGML community as a lightweight version of SGML, designed for use on the network. Using XML information service providers, or even individual authors, can define the structure for their documents. Currently it is not possible using HTML to define a rich structure for an information resource. We do not have (and will not expect HTML to have) tags such as <STAFF-NUM>, <ISBN> or <LATITUDE>.
With XML it will be possible to define such elements. The definition of the elements (known as the DTD or Document Type Definition) can be sent along with the document. This is known as a valid XML document. An example is shown below:
<?XML version="1.0" encoding="UTF-8" ?> <!DOCTYPE greeting [ <!ELEMENT greeting (PCDATA)> ]> <greeting>Hello World!</greeting>
However the DTD does not have to be defined. The following is an example of a well-formed XML document.
<greeting>Hello World!</greeting>
Note that there are a number of rules which a well-formed XML document must satisfy, such as:
As XML is an extensible markup language it can be used to define rich structures in documents. The big question, however, is how and whether browsers will support XML. As the XML FAQ says "with a few small changes an HTML browser like Netscape Navigator or Microsoft Internet Explorer would be able to read XML (the designers of XML would really like the authors of Navigator and Internet Explorer to make those changes)".
Further information on XML is given in the XML FAQ [1] Cougar
Cougar is the codename for the next version of HTML. The Cougar specification [2] is due to be released in the summer. It contains a number of components, some of which have already been released:
Unlike the HTML 3.0 specification, Cougar is being developed in conjunction with the major software vendors (including Microsoft, Netscape, Sun, IBM, etc.) Microsoft, in particular, were well represented at the WWW 6 conference and their presentation of Internet Explorer 4.0 in the Industrial Session emphasised their implementation of various aspects of Cougar.
There were several interesting papers presented at the conference. A brief summary of some of the papers presented insessions I attended is given below.
Sougata Mukherjea's paper on "Towards An Advanced Multimedia Oriented Retrieval Engine" [10] will be of interest to developers of information gateways. The paper describes a search engine which can be used for searching for images, as shown in Figure 1.
Figure 1: The AMORE Interface
Figure 2: The WebWriterII Interface
Constantinos Phanouriou's paper on "Transforming Command-Line Driven Systems to Web Applications" [12] will interest programmers who have developed large applications which they wish to port to the Web. This paper was another example of a utility which had been written using Java.
The proceedings for the WWW 6 conference are available on the Web [13]. Unfortunately, unlike the previous WWW conference, speakers slides were not made available in a central location.
As part of an online conference I will be hosting about the WWW 6 conference I have created a Web page which contains a number of trip reports and speakers' slides [14].
Material on this page is copyright Ariadne/original authors. This article last updated/links checked on 18-May-1997