JPH10171704A - Display device for hyper-text data - Google Patents

Display device for hyper-text data

Info

Publication number
JPH10171704A
JPH10171704A JP8342589A JP34258996A JPH10171704A JP H10171704 A JPH10171704 A JP H10171704A JP 8342589 A JP8342589 A JP 8342589A JP 34258996 A JP34258996 A JP 34258996A JP H10171704 A JPH10171704 A JP H10171704A
Authority
JP
Japan
Prior art keywords
data
hypertext
link tag
display device
link
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP8342589A
Other languages
Japanese (ja)
Inventor
Hiroshi Ishii
石井  博
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
NEC Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Corp filed Critical NEC Corp
Priority to JP8342589A priority Critical patent/JPH10171704A/en
Publication of JPH10171704A publication Critical patent/JPH10171704A/en
Pending legal-status Critical Current

Links

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

PROBLEM TO BE SOLVED: To make it possible to change data arrangement on a network node in each node without exerting influence upon other nodes and to reduce labor for the additional updating processing of final information by registering a data identifier(ID) corresponding to data to be linked in hyper-text data in a data management table in its node and specifying a corresponding URL linked address in optional data. SOLUTION: A local resource retrieving part 40 extracts data ID from a link tag received from a link tag detection part 20 and judges whether data corresponding to a resource indicated by the link tag exists in a local resource or not by referring to a data management table. When the data exist, a link substitution part 30 rewrites a part corresponding to the extracted link tage in hyper-text data so as to point out the local resource. A hyper-text data display control part 50 controls a network control part 60 or a local resource control part 70, acquires necessary data and displays the data on a display device.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明が属する技術分野】本発明は、ハイパーテキスト
で利用される種々のデータを表示するハイパーテキスト
データ表示装置に関し、特にネットワーク上に分散され
たデータにリンクして文書中に表示するハイパーテキス
トデータ表示装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a hypertext data display device for displaying various data used in hypertext, and more particularly, to hypertext data displayed in a document by linking to data distributed on a network. It relates to a display device.

【0002】[0002]

【従来の技術】この種の従来のハイパーテキストデータ
表示装置としては、例えば、特開平3−4354号公報
に開示された装置がある。同公報には、複数のノード
(ハイパーテキスト表示装置)をネットワークにて接続
した分散処理システムが記載されている。図4を参照す
ると、分散処理システム上の各ノードにおいて、当該ノ
ードのファイル106に蓄積された情報の内容を判別す
るための情報がファイル104に蓄積され、ファイル1
04の内容がデータ検索プログラム105を介して検索
端末に表示される。また、ノード別情報判別プログラム
107によって、最終情報が当該ノードに無いと判定さ
れると、オペレーティングシステム113の制御の下、
ネットワーク制御プログラム110が、ノード管理テー
ブル109を参照し、必要な最終情報が蓄積されている
他のノードに対して最終情報転送要求を送る。転送され
た最終情報は、ファイル104に蓄積され、検索端末装
置に表示される。
2. Description of the Related Art As a conventional hypertext data display device of this kind, there is, for example, a device disclosed in Japanese Patent Laid-Open Publication No. Hei 3-4354. This publication describes a distributed processing system in which a plurality of nodes (hypertext display devices) are connected via a network. Referring to FIG. 4, in each node on the distributed processing system, information for determining the content of the information stored in the file 106 of the node is stored in the file 104, and
04 is displayed on the search terminal via the data search program 105. If the node-by-node information determination program 107 determines that the final information is not present in the node, under the control of the operating system 113,
The network control program 110 refers to the node management table 109 and sends a final information transfer request to another node in which necessary final information is stored. The transferred final information is stored in the file 104 and displayed on the search terminal device.

【0003】また、従来のハイパーテキストデータ表示
装置の他の例として、文献「RFC1886,Hype
rtext Markup Language(HTM
L),Internet Engineering T
ask Force(IETF)」に開示されたHTM
L表示装置がある。同文献に記載されたHTMLは、ハ
イパーテキストデータ内に、他のデータへのリンクを辿
るためのポインタを埋め込むハイパーリンクを提供す
る。
As another example of a conventional hypertext data display device, a document "RFC1886, Hyper"
rtext Markup Language (HTM
L), Internet Engineering T
HTM disclosed in "ask Force (IETF)"
There is an L display device. The HTML described in the document provides a hyperlink in which a pointer for tracing a link to other data is embedded in the hypertext data.

【0004】HTMLでは、ハイパーリンクの方法とし
て、アンカーとインライン画像という手段を用いてい
る。アンカーは、HTMLデータ内のリンク元となるオ
ブジェクトに対して、リンク先のポインタを指定する。
アンカーのリンク先は、HTMLと、画像やテキストな
どの任意のデータのポインタを、「<A HREF=”
pointer”>object</A>」の形式で指
定する。文字列pointerの部分に任意のデータの
ポインタが記述され、また、文字列objectの部分
に任意の文字列を記述したりインライン画像などの表示
オブジェクトを指定する記述を行う。表示装置にHTM
Lデータが表示された状態で、操作者がアンカーとして
指定されたリンク元のオブジェクトを選択する操作をす
ると、表示装置はアンカーのリンク先のデータにアクセ
スしデータの種類に応じた処理を行う。
[0004] In HTML, as a hyperlink method, an anchor and an inline image are used. The anchor designates a pointer of a link destination for the link source object in the HTML data.
The link destination of the anchor indicates a pointer of HTML and arbitrary data such as an image or a text by “<A HREF =”.
pointer "> object <// A>". A pointer of arbitrary data is described in a character string pointer, and an arbitrary character string is described in a character string object, and a description for specifying a display object such as an inline image is performed. HTM for display device
When the operator performs an operation of selecting a link source object designated as an anchor while the L data is displayed, the display device accesses data at a link destination of the anchor and performs a process according to the type of data.

【0005】一方、インライン画像は、HTMLデータ
内に、リンク先の画像データのポインタを、「<IMG
SRC=“image”>」という形式で指定する。
文字列imageには、画像データへのポインタを記述
する。インライン画像では、HTMLデータの表示の際
に指定された画像データが、ページ中の1つの画像とし
て表示に組み込まれる。
On the other hand, in the case of an in-line image, a pointer of linked image data is set in HTML data by "<IMG".
SRC = “image”> ”.
A pointer to image data is described in the character string image. In an inline image, image data designated when displaying HTML data is incorporated in the display as one image in a page.

【0006】また、HTMLでは、データへのポインタ
を記述する方法として、文献「RFC1738,Uni
form Resource Locators(UR
L),Internet Engineering T
ask Force(IETF)」で開示されている方
法をもちいている。したがって、URLでは、ハイパー
テキストデータへのポインタを、データが配置されてい
るノードに関する情報と共に記述できる。URLを用い
て、ハイパーリンクデータ内で参照されるデータは、ネ
ットワーク上で一意に定められる。そのため、ハイパー
リンクデータ内のURLで示されるリンクを順次たどっ
ていくことで目的のデータへ到達することができる。
[0006] In HTML, as a method of describing a pointer to data, a document "RFC1738, Uni" is used.
form Resource Locators (UR
L), Internet Engineering T
Ask Force (IETF) ". Therefore, in the URL, a pointer to the hypertext data can be described together with information on the node where the data is located. Using the URL, data referred to in the hyperlink data is uniquely determined on the network. Therefore, the target data can be reached by sequentially following the link indicated by the URL in the hyperlink data.

【0007】[0007]

【発明が解決しようとする課題】しかし、上述した従来
のハイパーテキスト表示装置には、以下のような欠点が
あった。
However, the conventional hypertext display device described above has the following disadvantages.

【0008】特開平3−4354号公報に開示された技
術では、情報分散処理システム上に分散して配置されて
いるノード管理テーブルを一元的に管理する必要があっ
た。また、各ノード上に実際に配置されている最終情報
と、ノード管理テーブルの内容は常に整合がとられてい
なければならないため、新たな最終情報を任意のノード
に追加する度に、すべてのノード上のノード管理テーブ
ルを更新する必要があった。このため、最終情報の追加
および更新の処理が煩雑となるという問題があった。
In the technique disclosed in Japanese Patent Laid-Open Publication No. Hei 3-4354, it is necessary to centrally manage the node management tables distributed on the information distribution processing system. In addition, since the final information actually arranged on each node and the contents of the node management table must always be consistent, every time new final information is added to any node, all nodes The upper node management table needed to be updated. For this reason, there is a problem that the process of adding and updating the final information becomes complicated.

【0009】HTMLを用いる従来技術では、ハイパー
リンクデータ自身に埋め込まれた全てのデータをネット
ワーク上で一意に定義するURLの記述に従って、ネッ
トワークを経由してデータにアクセスがなされるため、
前記特開平3−4354号公報に開示された従来技術で
問題となっていたノード管理テーブルの更新に関わるデ
ータの追加及び更新の処理が煩雑になるという問題点は
解消される。
In the prior art using HTML, data is accessed via a network in accordance with the description of a URL that uniquely defines all data embedded in the hyperlink data itself on the network.
The problem that the process of adding and updating data relating to the update of the node management table, which has been a problem in the prior art disclosed in Japanese Patent Application Laid-Open No. 3-4354, becomes complicated.

【0010】しかし、ネットワーク上に、頻繁に参照さ
れるデータがある場合には、ネットワークのトラフィッ
クが増大してしまうという問題点があった。実際に、H
TMLファイルにおいて、見出し部分を強調するために
アイコンを用いた場合などには、当該アイコンの画像を
表示するために、複数のHTMLファイルから同一のア
イコンの画像データを参照する状況が発生し、些末なデ
ータに関して多大なトラフィックを生じさせることとな
っていた。
[0010] However, there is a problem that the traffic of the network increases when there is frequently referred data on the network. In fact, H
In a case where an icon is used to emphasize a heading in a TML file, a situation occurs in which a plurality of HTML files refer to the same icon image data in order to display an image of the icon. This would generate a lot of traffic for the data.

【0011】本発明のハイパーテキストデータ表示装置
は、上記従来技術の欠点を解決し、ネツトワークノード
上でのデータの配置を、他のノードに影響を与えること
なくノード単位で変更することを可能にすると共に、ネ
ットワーク上の他ノードにおいて参照が集中するデータ
を、自ノード内のデータで代替することを可能にするこ
とにより、不要なネットワークのトラフィックを低減す
るハイパーテキストデータ表示装置を提供することにあ
る。
The hypertext data display device of the present invention solves the above-mentioned disadvantages of the prior art, and can change the arrangement of data on a network node on a node-by-node basis without affecting other nodes. To provide a hypertext data display device that can reduce unnecessary network traffic by allowing data in its own node to substitute for data in which reference is concentrated in other nodes on the network. It is in.

【0012】[0012]

【課題を解決するための手段】上記の目的を達成する本
発明は、ネットワーク上に分散されたデータにリンク
し、ハイパーテキストで利用される種々のデータを表示
するハイパーテキストデータ表示装置において、前記ハ
イパーテキストデータからリンクタグを検出し抽出する
リンクタグ検出手段と、抽出された前記リンクタグによ
り指し示されるリソースに相当するデータがローカルフ
ァイル装置に格納されているかどうかを調べるローカル
リソース検索手段と、前記ローカルリソース検索手段に
よる検索の結果、前記ローカルファイル装置に該当する
データが検出された場合、対応する前記リンクタグのポ
インタを、検出されたデータに対応するローカルリソー
スを指し示すポインタに置換するリンクタグ置換手段
と、前記リンクタグ置換手段により必要なリンクタグの
ポインタの置換処理を施されたハイパーテキストデータ
に基づいて、前記ネットワーク上のリモートホスト及び
前記ローカルファイルから必要なデータを取得し、前記
ハイパーテキストデータを所定の表示装置に表示する表
示制御手段とを備えることを特徴とする。
SUMMARY OF THE INVENTION The present invention, which achieves the above object, provides a hypertext data display device for linking data distributed on a network and displaying various data used in hypertext. Link tag detecting means for detecting and extracting a link tag from hypertext data, local resource searching means for checking whether data corresponding to the resource indicated by the extracted link tag is stored in a local file device, As a result of the search by the local resource search means, when data corresponding to the local file device is detected, a link tag for replacing a pointer of the corresponding link tag with a pointer indicating a local resource corresponding to the detected data. Replacement means and the link tag placement The necessary data is obtained from the remote host and the local file on the network based on the hypertext data on which the replacement of the pointer of the link tag required by the means is performed, and the hypertext data is displayed on a predetermined display device. Display control means for displaying.

【0013】請求項2の本発明のハイパーテキストデー
タ表示装置は、前記ローカルリソース検索手段が、前記
ローカルファイルに格納されたデータを管理するデータ
管理テーブルを備え、該データ管理テーブルを参照し
て、前記リンクタグにより指し示されるリソースに相当
するデータがローカルファイル装置に格納されているか
どうかを調べることを特徴とする。
According to a second aspect of the present invention, in the hypertext data display device, the local resource search means includes a data management table for managing data stored in the local file, and with reference to the data management table, It is characterized in that it is checked whether data corresponding to the resource indicated by the link tag is stored in a local file device.

【0014】請求項3の本発明のハイパーテキストデー
タ表示装置は、前記データ管理テーブルが、データの識
別に用いる識別子と、該データが配置されるノードを含
めて記述された該データのポインタとを対にして管理す
ることを特徴とする。
According to a third aspect of the present invention, in the hypertext data display device, the data management table includes an identifier used for identifying data and a pointer of the data described including a node where the data is arranged. It is characterized by being managed in pairs.

【0015】[0015]

【発明の実施の形態】以下、本発明の実施例について図
面を参照して詳細に説明する。
Embodiments of the present invention will be described below in detail with reference to the drawings.

【0016】図1は、本発明の1実施例によるハイパー
テキストデータ表示装置の構成を示すブロック図であ
る。
FIG. 1 is a block diagram showing a configuration of a hypertext data display device according to one embodiment of the present invention.

【0017】図示のように、本実施例のハイパーテキス
トデータ表示装置は、ハイパーテキストデータ入力部1
0と、リンクタグ検出部20と、リンクタグ置換部30
と、ローカルリソース検出部40と、ハイパーテキスト
データ表示部50と、ネットワーク制御部60と、ロー
カルリソース制御部70と、ネットワークで接続された
リモートホスト80と、ローカルファイル装置90とを
備える。なお、図1には本実施例の特徴的な構成のみを
記載し、他の一般的な構成については記載を省略してあ
る。
As shown in the drawing, the hypertext data display device of this embodiment has a hypertext data input unit 1.
0, a link tag detection unit 20, and a link tag replacement unit 30
, A local resource detection unit 40, a hypertext data display unit 50, a network control unit 60, a local resource control unit 70, a remote host 80 connected via a network, and a local file device 90. In FIG. 1, only the characteristic configuration of the present embodiment is described, and the description of other general configurations is omitted.

【0018】ハイパーテキストデータ入力部10は、例
えばRAM等のメモリとネットワークや種々のファイル
システムに対するインターフェースとで実現され、ネッ
トワーク上の所定のファイルシステムやローカルなファ
イルシステムから所望のハイパーテキストデータを入力
して記憶する。
The hypertext data input unit 10 is realized by a memory such as a RAM and an interface to a network or various file systems, and inputs desired hypertext data from a predetermined file system or a local file system on the network. And memorize.

【0019】リンクタグ検出部20は、プログラム制御
されたCPUで実現され、ハイパーテキスト入力部10
に記憶されているハイパーテキストデータの文字列から
リンクタグ部分を検出し抽出してローカルリソース検索
部40に送る。
The link tag detecting section 20 is realized by a CPU controlled by a program, and is connected to the hypertext input section 10.
The link tag portion is detected and extracted from the character string of the hypertext data stored in.

【0020】ローカルリソース検索部40は、プログラ
ム制御されたCPUとRAM等のメモリとで実現され、
内部にデータ管理テーブル41を備える。図2に、デー
タ管理テーブル41の1例を示す。データ管理テーブル
41は、ネットワークを介さずに当該ハイパーテキスト
データ表示装置に接続されたローカルファイル装置90
内に記憶されているデータの一覧を、データ毎に、デー
タ識別子とURLとの対として格納する。ここで、デー
タ識別子とは、URLにおいてデータへのアクセス方法
及び配置に関する情報を除いた部分であり、ファイル名
もしくはデータ名に相当する部分である。データ識別子
には、任意の文字列を与えることができる。例えば、ロ
ーカルファイル装置90内のデータファイルのファイル
名をデータ識別子としても良い。
The local resource search unit 40 is realized by a program-controlled CPU and a memory such as a RAM.
A data management table 41 is provided inside. FIG. 2 shows an example of the data management table 41. The data management table 41 stores a local file device 90 connected to the hypertext data display device without using a network.
Is stored as a pair of a data identifier and a URL for each data. Here, the data identifier is a portion of the URL excluding information on an access method and arrangement of data, and is a portion corresponding to a file name or a data name. An arbitrary character string can be given to the data identifier. For example, the file name of the data file in the local file device 90 may be used as the data identifier.

【0021】ローカルリソース検索部40は、リンクタ
グ検出部20から受け取ったリンクタグからデータ識別
子を取り出し、データ管理テーブル41を参照して、リ
ンクタグが指し示すリソースに相当するデータがローカ
ルリソースの中に存在するかどうかを判定する。データ
がローカルリソースの中に存在する場合は、リンク置換
部30が、ハイパーテキストデータ中の抽出したリンク
タグに該当する部分を、ローカルリソースを差し示すよ
うに書き換える。一方、データがローカルリソースの中
に存在しない場合は、リンクタグの書き換えを行わな
い。リンクタグの置換処理を施されたハイパーテキスト
データは、ハイパーテキストデータ表示部50に送られ
る。
The local resource search unit 40 extracts a data identifier from the link tag received from the link tag detection unit 20, refers to the data management table 41, and stores data corresponding to the resource indicated by the link tag in the local resources. Determine if it exists. When the data exists in the local resource, the link replacing unit 30 rewrites the portion corresponding to the extracted link tag in the hypertext data so as to indicate the local resource. On the other hand, if the data does not exist in the local resource, the link tag is not rewritten. The hypertext data subjected to the link tag replacement processing is sent to the hypertext data display unit 50.

【0022】ハイパーテキストデータ表示制御部50
は、プログラム制御されたCPUで実現され、ネットワ
ーク制御部60もしくはローカルリソース制御部70を
制御し、必要なデータを取得して表示装置に表示する。
すなわち、リンクタグがネットワーク上のファイルシス
テムに存在するリソースを指し示す場合は、ネットワー
ク制御部60を制御してリモートホスト80からデータ
を取得する。リンクタグがローカルリソースを指し示す
場合は、ローカルリソース制御部70を制御してローカ
ルファイル装置90からデータを取得する。
Hypertext data display control unit 50
Is realized by a program-controlled CPU, controls the network control unit 60 or the local resource control unit 70, acquires necessary data, and displays it on a display device.
That is, when the link tag indicates a resource existing in the file system on the network, the network control unit 60 is controlled to acquire data from the remote host 80. When the link tag indicates a local resource, the local resource control unit 70 is controlled to acquire data from the local file device 90.

【0023】次に、図3のフローチャートを参照して本
実施例の動作について説明する。
Next, the operation of this embodiment will be described with reference to the flowchart of FIG.

【0024】まず、ハイパーテキストデータ入力部10
により、所定のファイルシステムからHTMLデータを
取得する(ステップS301)。そして、リンクタグ検
出部20により、アンカーまたはインライン画像のリン
クタグを検出する(ステップS302)。リンクタグが
検出されなかった場合、ハイパーテキスト表示部50に
よりハイパーテキストデータ入力部10に記憶されてい
るハイパーテキストデータを表示して処理を終了する
(ステップS309)。
First, the hypertext data input unit 10
As a result, HTML data is obtained from a predetermined file system (step S301). Then, the link tag detection unit 20 detects the link tag of the anchor or the inline image (step S302). If no link tag is detected, the hypertext display unit 50 displays the hypertext data stored in the hypertext data input unit 10 and ends the processing (step S309).

【0025】一方、リンクタグが検出されたならば、リ
ンク元のオブジェクトとリンク先のポインタをローカル
リソース検出部40へ送る。ローカルリソース検出部4
0は、まず、リンクタグからデータ識別子部分を抽出
し、同一のデータ識別子がデータ管理テーブル41内に
存在するかどうかを検索する(ステップS304)。デ
ータ管理デーブル41内に同一のデータ識別子が検出さ
れた場合、ハイパーテキストデータ入力部10に格納さ
れているハイパーテキストデータの処理中のリンクタグ
のポインタを、データ管理テーブル41における対応す
るローカルリソースを指し示すポインタに置換する(ス
テップS305、306)。
On the other hand, when the link tag is detected, the link source object and the link destination pointer are sent to the local resource detection unit 40. Local resource detector 4
0 first extracts a data identifier portion from the link tag and searches whether the same data identifier exists in the data management table 41 (step S304). When the same data identifier is detected in the data management table 41, the pointer of the link tag in the processing of the hypertext data stored in the hypertext data input unit 10 is set to the corresponding local resource in the data management table 41. The pointer is replaced with the pointed-to pointer (steps S305 and S306).

【0026】データ管理デーブル41内に同一のデータ
識別子が検出されなかった場合、何ら処理を行わずにス
テップ307へ進む(ステップS305)。
If the same data identifier is not detected in the data management table 41, the process proceeds to step 307 without performing any processing (step S305).

【0027】次に、ハイパーテキスト表示制御部50の
制御によりネットワーク制御部60及びローカルリソー
ス制御部70が動作し、上記の処理が施されたハイパー
テキストデータに関し、リンクタグのポインタに従っ
て、リモートホスト80またはローカルファイル装置9
0から、リンクされている画像等の表示に必要なリンク
先のデータが取得される(ステップS307)。そし
て、ハイパーテキスト表示制御部50により、取得され
たデータが表示装置に表示される(ステップS30
8)。
Next, the network control unit 60 and the local resource control unit 70 operate under the control of the hypertext display control unit 50, and the remote host 80 operates in accordance with the pointer of the link tag with respect to the hypertext data processed as described above. Or local file device 9
From 0, data of a link destination required for displaying a linked image or the like is obtained (step S307). Then, the acquired data is displayed on the display device by the hypertext display control unit 50 (step S30).
8).

【0028】なお、データ管理テーブル41に登録する
データ識別子及びURLと、当該登録内容に対応するロ
ーカルファイル装置90のデータは、適宜追加および変
更できる。
The data identifier and URL registered in the data management table 41 and the data of the local file device 90 corresponding to the registered contents can be added or changed as appropriate.

【0029】以上好ましい実施例をあげて本発明を説明
したが、本発明は必ずしも上記実施例に限定されるもの
ではない。
Although the present invention has been described with reference to the preferred embodiments, the present invention is not necessarily limited to the above embodiments.

【0030】[0030]

【発明の効果】以上説明したように、本発明のハイパー
テキストデータ表示装置は、ハイパーテキストデータ内
でリンクされているデータに関して、該当するデータ識
別子を自ノード内のデータ管理テーブルに登録し、対応
するURLのリンク先を任意のデータに指定することに
より、ハイパーテキストデータそのものを変更すること
なくリンク先を変更することができる。このため、リモ
ートネットワークノード上でのデータの配置を他のノー
ドに影響を与えることなくノード単位で変更可能とな
り、一元的に管理する必要のあるノード管理テーブルを
設けたり、各ノード上のデータの配置を変更する度にノ
ード管理テーブルを更新したりする必要がなく、最終情
報の追加および更新の処理に要する手間を削減できる。
As described above, the hypertext data display device of the present invention registers the corresponding data identifier in the data management table in its own node for the data linked in the hypertext data, and By specifying the link destination of the URL to be used as arbitrary data, the link destination can be changed without changing the hypertext data itself. For this reason, the arrangement of data on a remote network node can be changed on a node-by-node basis without affecting other nodes, and a node management table that needs to be centrally managed can be provided, and data on each node can be stored. It is not necessary to update the node management table every time the arrangement is changed, and it is possible to reduce the time and effort required for adding and updating final information.

【0031】また、自ノード内のローカルファイル装置
に格納されているデータに関しては、リモートノード上
にあるリンク先を自ノード内のローカルファイル装置上
のデータに変更することにより、当該データをリモート
ノードから取得する必要がなくなる。これにより、ネッ
トワーク上の他ノードにおいて参照が集中するデータを
自ノード内のデータで代替することができ、不要なネッ
トワーク上のトラフイックを低減することができる。
Further, as for the data stored in the local file device in the own node, the link destination on the remote node is changed to the data on the local file device in the own node, so that the data is changed to the remote node. No need to get from. As a result, data in which reference is concentrated in another node on the network can be replaced with data in the own node, and unnecessary traffic on the network can be reduced.

【図面の簡単な説明】[Brief description of the drawings]

【図1】 本発明の1実施例によるハイパーテキストデ
ータ表示装置の構成を示すブロック図である。
FIG. 1 is a block diagram showing a configuration of a hypertext data display device according to one embodiment of the present invention.

【図2】 ローカルリソース検索部に備えられたデータ
管理テーブルの例を示す図である。
FIG. 2 is a diagram illustrating an example of a data management table provided in a local resource search unit.

【図3】 本実施例の動作を示すフローチャートであ
る。
FIG. 3 is a flowchart illustrating the operation of the present embodiment.

【図4】 従来のハイパーテキストデータ表示装置の構
成を示すブロック図である。
FIG. 4 is a block diagram showing a configuration of a conventional hypertext data display device.

【符号の説明】 10 ハイパーテキストデータ入力部 20 リンクタグ検出部 30 リンクタグ置換部 40 ローカルリソース検索部 41 データ管理テーブル 50 ハイパーテキストデータ表示制御部 60 ネットワーク制御部 70 ローカルリソース制御部 80 リモートホスト 90 ローカルファイル装置[Description of Signs] 10 Hypertext data input unit 20 Link tag detection unit 30 Link tag replacement unit 40 Local resource search unit 41 Data management table 50 Hypertext data display control unit 60 Network control unit 70 Local resource control unit 80 Remote host 90 Local file device

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 ネットワーク上に分散されたデータにリ
ンクし、ハイパーテキストで利用される種々のデータを
表示するハイパーテキストデータ表示装置において、 前記ハイパーテキストデータからリンクタグを検出し抽
出するリンクタグ検出手段と、 抽出された前記リンクタグにより指し示されるリソース
に相当するデータがローカルファイル装置に格納されて
いるかどうかを調べるローカルリソース検索手段と、 前記ローカルリソース検索手段による検索の結果、前記
ローカルファイル装置に該当するデータが検出された場
合、対応する前記リンクタグのポインタを、検出された
データに対応するローカルリソースを指し示すポインタ
に置換するリンクタグ置換手段と、 前記リンクタグ置換手段により必要なリンクタグのポイ
ンタの置換処理を施されたハイパーテキストデータに基
づいて、前記ネットワーク上のリモートホスト及び前記
ローカルファイルから必要なデータを取得し、前記ハイ
パーテキストデータを所定の表示装置に表示する表示制
御手段とを備えることを特徴とするハイパーテキストデ
ータ表示装置。
1. A hypertext data display device that links data distributed on a network and displays various data used in hypertext, wherein a link tag is detected and extracted from the hypertext data. Means, a local resource search means for checking whether data corresponding to the resource indicated by the extracted link tag is stored in a local file device, and a search result by the local resource search means, the local file device When the data corresponding to is detected, a link tag replacement unit that replaces a pointer of the corresponding link tag with a pointer that indicates a local resource corresponding to the detected data, and a link tag required by the link tag replacement unit. Pointer placement Display control means for acquiring necessary data from the remote host and the local file on the network based on the processed hypertext data, and displaying the hypertext data on a predetermined display device. Characterized hypertext data display device.
【請求項2】 前記ローカルリソース検索手段が、前記
ローカルファイルに格納されたデータを管理するデータ
管理テーブルを備え、該データ管理テーブルを参照し
て、前記リンクタグにより指し示されるリソースに相当
するデータがローカルファイル装置に格納されているか
どうかを調べることを特徴とする請求項1に記載のハイ
パーテキストデータ表示装置。
2. The local resource search means includes a data management table for managing data stored in the local file, and refers to the data management table to refer to data corresponding to a resource indicated by the link tag. 2. The hypertext data display device according to claim 1, wherein it is determined whether or not is stored in a local file device.
【請求項3】 前記データ管理テーブルが、データの識
別に用いる識別子と、該データが配置されるノードを含
めて記述された該データのポインタとを対にして管理す
ることを特徴とする請求項2に記載のハイパーテキスト
データ表示装置。
3. The data management table manages a pair of an identifier used for identifying data and a pointer of the data described including a node where the data is arranged. 3. The hypertext data display device according to 2.
JP8342589A 1996-12-06 1996-12-06 Display device for hyper-text data Pending JPH10171704A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP8342589A JPH10171704A (en) 1996-12-06 1996-12-06 Display device for hyper-text data

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP8342589A JPH10171704A (en) 1996-12-06 1996-12-06 Display device for hyper-text data

Publications (1)

Publication Number Publication Date
JPH10171704A true JPH10171704A (en) 1998-06-26

Family

ID=18354944

Family Applications (1)

Application Number Title Priority Date Filing Date
JP8342589A Pending JPH10171704A (en) 1996-12-06 1996-12-06 Display device for hyper-text data

Country Status (1)

Country Link
JP (1) JPH10171704A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2016028341A (en) * 1999-12-30 2016-02-25 アラーニ、フェリド Method and device for accessing information source and service on web

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2016028341A (en) * 1999-12-30 2016-02-25 アラーニ、フェリド Method and device for accessing information source and service on web

Similar Documents

Publication Publication Date Title
JP4157708B2 (en) Method, apparatus, and computer program for providing content to client
US7370036B2 (en) Facilitating identification of entire web pages when each web page is rendered from multiple portions and interest is expressed based on content of the portions
EP0926606A2 (en) Document data linking apparatus
JPH10105453A (en) Data repeater, server and information terminal equipment
EP2035950A1 (en) A method of managing web services using integrated document
JP2002007129A (en) Method for updating software and system for the same
JP2001202283A (en) System for monitoring contents updating situation
JPH10222415A (en) Web brousing processor using update information
JP2940459B2 (en) Node / link search device
JP2000099136A (en) Network controller, equipment controller, and network system
JPH10171704A (en) Display device for hyper-text data
JPH10198614A (en) Hyper text document updating detecting method and client
JP3843390B2 (en) Web page browsing method and web page browsing program
JP2000172614A (en) Internet retrieving apparatus
EP0953921A2 (en) Device and method for information processing and storage medium containing a control program for information processing
JP5228529B2 (en) Data search program, data search device, and data search method
JP2002082936A (en) Contents data displaying device and contents data displaying system
JP2000035933A (en) File management method, file display method and storage medium
JP2000066945A (en) Document collection system, device and method and recording medium
JPH10134087A (en) Document requesting device and method for prefetching related document
JP2006318138A (en) Web system, server computer for web system, and computer program
JP2001022788A (en) Information retrieving device and recording medium recording information retrieval program
JP3551833B2 (en) Dynamic update processing method for information retrieval service
JPH11102337A (en) Data distribution route managing device
JP5181503B2 (en) Scenario creation program and scenario creation device

Legal Events

Date Code Title Description
FPAY Renewal fee payment

Year of fee payment: 11

Free format text: PAYMENT UNTIL: 20080613

FPAY Renewal fee payment

Year of fee payment: 12

Free format text: PAYMENT UNTIL: 20090613

EXPY Cancellation because of completion of term
FPAY Renewal fee payment

Free format text: PAYMENT UNTIL: 20090613

Year of fee payment: 12