![]() |
Methods of interaction
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>
Forms in 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
11 of 20 |
