Interaction with Information


Methods of interaction

navigation in information space - selection of hyperlinks

We want to add links to XML like html's ...

Borrow it from the XLink definition using a Namespace declaration.

<Addresses xmlns:xlink="http://www.w3.org/1999/xlink"...>
...
<Note>We can now have a <a xlink:href="http://...">link</a></Note>
...
</Addresses>

The full address list

entry of information - Xforms

Forms in HTML:

XForms relation to HTML

XForms provide an alternative in XML
strictly seperate the data model from the acquisition interface
XML Schema defines the data types to be collected
declarative control of the user interface elements

XForms implementations are being developed currently