ENCYCLOPEDIA 4U .com



Encyclopedia Home Page

Google
  Web Encyclopedia4u.com

 

Transclusion

In computer science, some hypertext systems, including Ted Nelson's Xanadu Project, had the capability for documents to include sections of other documents by reference, called transclusion. For example, an article about a country might include a chart or a paragraph describing that country's agricultural exports from a different article about agriculture. Rather than copying the included data and storing it in two places, a transclusion allows it to be stored only once (and perhaps corrected and updated if the link type supported that) and viewed in different contexts. The reference also serves to link both articles.

Present HTML has a limited form of transclusion. For instance, it's possible to refer to an image, which the web browser will retrieve and draw on the page; see chipmunk for an example. Also, a document can contain an "iframe," or inline frame, that refers to another document. As of January 2002, Weather.com uses this technique to build its weather forecast page from several small documents. Future versions of HTML may support deeper transclusion of portions of documents referenced through XML's XPath.

Can anybody describe the copyright implications of "framing" with respect to transclusion?

The practice of including data from other sites, such as links to images, etc., is something usually frowned upon because of the use of bandwidth and computing power required from the remote computer system.

However, there is one major exception to this rule: Web advertising, where the advertiser prefers to serve the advertisement themselves, rather than having their content served for them by the parent web-site. In this way, they can directly verify the existence of a remote browser performing a page view, rather than having to trust the publisher of the parent content. (See also: hit counter, web bug).

In Ted Nelson's original proposal for hypertext, outlined in his book, Literary Machines, micropayments would be automatically exacted from the reader for all the text, no matter how many snippets of content are taken from various places. This actually strengthens copyright, because it guarantees that authors are paid and guarantees that no one is ever misquoted.

A side note

There are other technologies that have similar abilities of including external components such as ASP (active server pages), JSP (java server pages), PHP, and the use of SSI (server-side includes).





Content on this web site is provided for informational purposes only. We accept no responsibility for any loss, injury or inconvenience sustained by any person resulting from information published on this site. We encourage you to verify any critical information with the relevant authorities.



Copyright © 2005 Par Web Solutions All Rights reserved.
| Privacy

This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Transclusion".