Home : Tutorials : XML and Related Technologies


to the main page about the tutorial  THE XML REVOLUTION  -  TECHNOLOGIES FOR THE FUTURE WEB back up next

Problems with HTML links

The HTML link model:
HTML links

Construction of a hyperlink:

  • <a name="here"> is placed at the destination
  • <a href="URL#here"> is placed at the source


Problems when using the HTML model for general XML:

  • Link recognition:

    • in HTML, links are recognized by element names (a, img, ..)
      - we want a generic XML solution
    • the "semantics" of a link is defined in the HTML specification
      - we want to identify abstract semantic features, e.g. link actuation

  • Limitations:

    • an anchor must be placed at every link destination (problem with read-only documents)
      - we want to express relative locations (XPointer!)
    • the link definition must be at the same location as the link source (outbound)
      - we want inbound and third-party links
    • only individual nodes can be linked to
      - we want links to whole tree fragments
    • a link always has one source and one destination
      - we want links with multiple sources and destinations
The usual point: generic solutions allow generic tools!

back COPYRIGHT © 2000-2003 ANDERS MØLLER & MICHAEL I. SCHWARTZBACH next


Home : Tutorials : XML and Related Technologies

 

Copyright© 1998-2004 All Rights Reserved. No portion of this site may be reproduced or redistributed without prior written permission from VistaEdge Technologies

All registered trademarks appearing on this site are the property of their respective owners. Java is a trademark or registered trademark of Sun Microsystems, Inc. in the United States and other countries. This site is not connected to Sun Microsystems, Inc. and is not sponsored by Sun Microsystems, Inc.