computeRelativeLink ( fromName, toName )
Compute the relative link between fromName and toName.
Both fromName and toName are strings refering to URL targets.
This method computes the relative positions of the two nodes
and returns a string which, if used as the HREF in a link in
fromName will point directly to toName.
|