XML Update

http://www.w3.org/2000/Talks/www9-xml/

Dan Connolly
9th International World Wide Web Conference
Amsterdam, May 2000

Background: XML in Web Architecture

Background: Recommendations

Work in Progress: Working Groups

XML Linking in Brief

generalize HTML A, IMG, LINK

<my:crossReference
  xmlns:xlink="http://www.w3.org/1999/xlink"
  xmlns:my="http://me.com/"
  xlink:type="simple"
  xlink:href="students.xml"
  xlink:role="studentlist" xlink:title="Student List"
  xlink:show="new" xlink:actuate="onRequest">
    Current List of Students
</my:crossReference>

XPointer in Brief

XML Base in Brief

generalized form of HTML <base>

<ol xml:base="/hotpicks">
  <li><a href="pick1.xml">Hot Pick #1</a></li>
  <li><a href="pick2.xml">Hot Pick #2</a></li>
  <li><a href="pick3.xml">Hot Pick #3</a></li>
</ol>

XML Information Set in Brief

XInclude in Brief

General purpose inclusion of (part of) one document in another:

<x xmlns:xinclude="...">
  <xinclude:include href="something.xml"/>
</x>

Work in Progress: Status

Plans: XML and Protocols