JPH07160703A - Structured document editing device - Google Patents

Structured document editing device

Info

Publication number
JPH07160703A
JPH07160703A JP5293182A JP29318293A JPH07160703A JP H07160703 A JPH07160703 A JP H07160703A JP 5293182 A JP5293182 A JP 5293182A JP 29318293 A JP29318293 A JP 29318293A JP H07160703 A JPH07160703 A JP H07160703A
Authority
JP
Japan
Prior art keywords
document
sgml
action information
stores
type definition
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
JP5293182A
Other languages
Japanese (ja)
Inventor
Shigeya Senda
滋也 千田
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.)
Ricoh Co Ltd
Original Assignee
Ricoh Co Ltd
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 Ricoh Co Ltd filed Critical Ricoh Co Ltd
Priority to JP5293182A priority Critical patent/JPH07160703A/en
Publication of JPH07160703A publication Critical patent/JPH07160703A/en
Pending legal-status Critical Current

Links

Landscapes

  • Document Processing Apparatus (AREA)

Abstract

PURPOSE:To show a user an edited picture in more natural arrangement and display. CONSTITUTION:An editor receives an SGML document 1 as the input and stores the edited result of an editing processing part 7 in a document holding part 6 in an SGML document form as the output. In the case of a new document, the editor makes the user designate the DTD and reads in only the DTD. When the editor reads in the SGML document and the DTD, the input is analyzed by an SGML parser 3. This parser 3 generates a finite automaton(DFA) 5 correspondingly to the DTD as the analysis result and stores it in a DTD holding part 4. A tree structure corresponding to the document structure is internally generated as the analysis result of the SGML document itself and is stored in the document holding part 6. A display device is determined based on action information corresponding to elements defined by document type definition.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は、構造文書編集装置に関
し、より詳細には、編集画面をより自然な表示配置でユ
ーザに見せることができるようにした構造文書編集装置
に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a structural document editing apparatus, and more particularly, to a structural document editing apparatus capable of showing an editing screen to a user in a more natural display layout.

【0002】[0002]

【従来の技術】従来の構造文書編集装置について記載し
た公知文献としては、例えば、特開平2−247772
号公報がある。この公報のものは、ユーザがタブ表示を
必要とするかどうかに係わりなく、文書階層の要素論理
構造を操作することを可能にし、標準一般化マークアッ
プ言語(SGML)によって定義されるようなテキスト
やグラフィック・イメージ又は他のデータを含む階層的
文書構造の要素をマークするものである。すなわち、構
造文書編集において、カーソルのある位置のエレメント
を含む構造の階層を表示するものである。
2. Description of the Related Art As a known document describing a conventional structured document editing apparatus, for example, Japanese Patent Laid-Open No. 2-247772.
There is a gazette. This publication allows users to manipulate the elemental logical structure of the document hierarchy regardless of whether tab display is required, and text as defined by the Standard Generalized Markup Language (SGML). It marks elements of a hierarchical document structure, including graphics, graphics images or other data. That is, in the structure document editing, the hierarchy of the structure including the element at the position of the cursor is displayed.

【0003】SGML規格は、構造化文書の交換を標準
化するための規格である。文書の構造は文書型定義(D
TD,Document Type Definition)によって定義され
る。DTDで規定された文書構造にしたがって文書を作
成する場合、プレーンテキストとしてタグを内容と同時
に入力し、バッチ処理によってSGML文書を処理する
か、専用のエディット機能を持つ構造化文書エディタを
利用する必要がある。
The SGML standard is a standard for standardizing the exchange of structured documents. Document structure is document type definition (D
TD, Document Type Definition). When creating a document according to the document structure specified by DTD, it is necessary to input the tag as plain text at the same time as the content and process the SGML document by batch processing, or use a structured document editor with a dedicated edit function. There is.

【0004】[0004]

【発明が解決しようとする課題】従来の構造化文書エデ
ィタでは、タグの表現として画面上に開始タグ,終了タ
グを文書の文字並びと同時に表現する方法がとられてい
る。この方法では、 1.タグの範囲が一目では分から難い、 2.タグの階層関係が一目では分かり難い、 3.構造単位の編集操作が難しい などの欠点がある。
In the conventional structured document editor, a method of expressing the start tag and the end tag on the screen at the same time as the character arrangement of the document is used as the expression of the tag. In this method: It is difficult to understand the tag range at a glance. It is difficult to understand the hierarchical relationship of tags at a glance. It has drawbacks such as difficulty in editing structural units.

【0005】これを解決するために、木構造で表現し、
タグをノードとして表現することで、文書を表現するこ
とが考えられる。この場合、論理構造を直接的に表現し
ている半面、実際のレイアウトが施された場合のイメー
ジとかなり食い違う可能性がある。ユーザが意識すべき
なのは、文書型定義でどのように定義されているかでは
なく、それがどういう意味であるかである。
In order to solve this, a tree structure is used,
It is possible to express a document by expressing tags as nodes. In this case, while the logical structure is directly expressed, there is a possibility that it may be inconsistent with the image when the actual layout is performed. What the user should be aware of is not what the document type definition defines, but what that means.

【0006】 [0006]

【0007】上記のような文書インスタンスがある場
合、このようにインデントされた表示では確かにエレメ
ントの階層は分かり易い(chapter の下に title とp
があること)が、 上記のように表現された方がユーザにとっては分かり易
く入力しやすい。このような表示を得るためには、何等
かの表示用の情報が必要である。
When there is a document instance as described above, the hierarchy of elements is certainly easy to understand in such an indented display (title and p under chapter).
There is) The above expression is easier for the user to understand and input. In order to obtain such a display, some display information is required.

【0008】本発明は、このような実情に鑑みてなされ
たもので、(1)各エレメント毎にどのような処理を行
うかを格納し、表示に反映させることで、ユーザに理解
しやすい出力を得ること(請求項1〜4)。また、
(2)構造化文書の利点として作成した文書をデータベ
ース化するなどの二次的な利用が期待できることがあげ
られる。データベースなどのデータとして利用する場
合、特定の項目が必ず埋まっている必要がある場合があ
る。項目が埋まる必要があることを外部の情報としても
ち(アクション情報)、これを利用してエディタで文書
を作成する際に、必ず項目が埋まるようにユーザに促す
ことにより、二次利用しやすい文書を作成できること
(請求項5)。また、(3)文書型定義は、文書の構造
は与えるが、その内容についての制約を与えることがで
きない。例えば、日付などの項目が入ることが分かって
いるエレメントがある時、エディタ上で日付でない表現
が項目として入らないように制限できると便利である。
こういった構造文書の要素の制限をエレメント毎に設定
する情報を外部に用意(アクション情報)し、エディタ
上でその情報をもとに入力時に制限を設ける(請求項
6)。このように、制限を設けることで作成される文書
の項目に特定のフォーマットの内容が入っていることが
期待でき、データベース化するなどの文書の利用がやり
やすくなるようにした構造文書編集装置を提供すること
を目的としている。
The present invention has been made in view of the above circumstances. (1) An output that is easy to understand for a user is stored by storing what kind of processing is to be performed for each element and reflecting it in the display. (Claims 1 to 4). Also,
(2) The advantage of structured documents is that they can be expected to be used for secondary purposes such as creating documents in a database. When using it as data in a database, it may be necessary for certain items to be filled in. It has external information that items need to be filled (action information), and when using this to create a document with an editor, by prompting the user to fill the items without fail, a document that can be easily used for secondary use. Can be created (Claim 5). Further, (3) the document type definition gives the structure of the document, but cannot give a constraint on its content. For example, when there is an element that is known to contain items such as dates, it is convenient to be able to restrict non-date expressions from being entered as items on the editor.
Information for setting the restriction of the element of the structured document for each element is prepared externally (action information), and the restriction is set at the time of input based on the information on the editor (claim 6). In this way, it is possible to expect that the contents of a specific format will be included in the items of the document created by setting restrictions, and a structured document editing device that makes it easy to use the document such as creating a database It is intended to be provided.

【0009】[0009]

【課題を解決するための手段】本発明は、上記目的を達
成するために、(1)SGML文書を解析し、文書型定
義に対応して有限オートマトンと内部に文書構造に対応
する木構造を作成するSGMLパーザと、該SGMLパ
ーザにより作成された有限オートマトンを格納する文書
定義保持部と、前記SGMLパーザによる作成された木
構造を格納する文書保持部と、アクション情報を格納す
るアクション情報格納部と、画面表示の指示を行う編集
処理部とを有し、文書型定義に基づく文書インスタンス
について、文書型定義で定義されたエレメントに対応し
たアクション情報を元に表示位置を決定すること、或い
は、(2)文書型定義に基づく文書インスタンスについ
て、文書型定義で定義されたエレメントに対応したアク
ション情報を元に表示内容を決定すること、或いは、
(3)文書型定義に基づく文書インスタンスについて、
文書型定義で定義されたエレメントに対応したアクショ
ン情報を元に表示要素をあらたに生成すること、或い
は、(4)文書型定義に基づく文書インスタンスについ
て、文書型定義で定義されたエレメントに対応したアク
ション情報を元に文書内容を生成し、表示すること、或
いは、(5)文書型定義に基づく文書インスタンスにつ
いて、文書型定義で定義されたエレメントに対応したア
クション情報を元に文書の必須項目を認定し、文書編集
終了時などで必須項目が空欄であるとき、空欄であるこ
とを知らせること、或いは、(6)文書型定義に基づく
文書インスタンスについて、文書型定義で定義されたエ
レメントに対応したアクション情報を元に、文書要素に
入り得る文字種などの内容を制限することを特徴とした
ものである。
In order to achieve the above object, the present invention (1) analyzes an SGML document and creates a finite state automaton corresponding to the document type definition and a tree structure corresponding to the document structure inside. An SGML parser to be created, a document definition holding unit that stores a finite state automaton created by the SGML parser, a document holding unit that stores the tree structure created by the SGML parser, and an action information storage unit that stores action information. And an edit processing unit for instructing screen display, and for the document instance based on the document type definition, determining the display position based on the action information corresponding to the element defined in the document type definition, or (2) For the document instance based on the document type definition, based on the action information corresponding to the element defined in the document type definition To determine the shows content, or,
(3) Regarding the document instance based on the document type definition,
Generate a new display element based on the action information corresponding to the element defined in the document type definition, or (4) correspond to the element defined in the document type definition for the document instance based on the document type definition. Generate and display the document contents based on the action information, or (5) for the document instance based on the document type definition, specify the required items of the document based on the action information corresponding to the elements defined in the document type definition. Approve and notify that the required field is blank when the required field is blank at the end of document editing, or (6) Document instance based on the document type definition corresponds to the element defined in the document type definition. The feature is that the content such as the character type that can be included in the document element is limited based on the action information.

【0010】[0010]

【作用】SGMLパーザは、SGML文書を解析し、文
書型定義に対応して有限オートマトン(DFA)と、内
部に文書構造に対応する木構造を作成する。有限オート
マトンは文書定義保持部に格納し、木構造は文書保持部
に格納する。編集処理部により画面表示の指示を行う。
The SGML parser analyzes the SGML document and creates a finite state automaton (DFA) corresponding to the document type definition and a tree structure corresponding to the document structure inside. The finite state automaton is stored in the document definition holding unit, and the tree structure is stored in the document holding unit. The edit processing unit gives an instruction for screen display.

【0011】[0011]

【実施例】図1は、本発明による構造文書編集装置の構
成図で、図中、1はSGML文書、2はアクション情
報、3はSGMLパーザ、4はDTD保持部、5はDF
A(有限オートマトン)、6は文書保持部、7は編集処
理部、8は文書木構造、9はアクション情報保持部、1
0は表示入力部である。
FIG. 1 is a block diagram of a structural document editing apparatus according to the present invention. In the figure, 1 is an SGML document, 2 is action information, 3 is an SGML parser, 4 is a DTD holding unit, and 5 is a DF.
A (finite automaton), 6 is a document holding unit, 7 is an edit processing unit, 8 is a document tree structure, 9 is an action information holding unit, 1
Reference numeral 0 is a display input unit.

【0012】エディタの入力はSGML文書内にはDT
Dの指定またはDTDそのものが記述されている。エデ
ィタはSGML文書を、入力として受取り、編集処理部
7の編集結果を出力としてSGML文書形式で文書保持
部6に格納する。新規文書の場合、使用者にDTDを指
定してもらい、DTDのみを読み込む。エディタがSG
ML文書・DTDを読み込む場合、まず、入力をSGM
Lパーザ3で解析する。該SGMLパーザ3は解析結果
としてDTDに対応して有限オートマトン(DFA)5
を作成し、DTD保持部4に格納する(図2)。DFA
は各タグの下位のノードの可能な並びを表現する。
The input of the editor is DT in the SGML document.
Designation of D or DTD itself is described. The editor receives the SGML document as an input, and stores the edit result of the edit processing unit 7 in the document holding unit 6 in the SGML document format as an output. In the case of a new document, the user is asked to specify the DTD and only the DTD is read. Editor is SG
When reading an ML document / TDD, first input SGM.
Analyze with L parser 3. The SGML parser 3 has a finite state automaton (DFA) 5 corresponding to DTD as an analysis result.
Is created and stored in the DTD holding unit 4 (FIG. 2). DFA
Represents the possible sequence of nodes under each tag.

【0013】図2は、1つのタグ“kaigi”についての
DFAを示す図である。DTDで定義される各タグ毎に
DFAが作成される。後の処理では、それを利用してS
GML文書の解析を続ける。SGML文書自体の解析の
結果として、図3に示すような内部に文書構造に対応す
る木構造を作成する。作成した木構造は文書保持部6に
格納される。木構造の各ノードには種別毎に情報が保持
されている。
FIG. 2 is a diagram showing the DFA for one tag "kaigi". A DFA is created for each tag defined by DTD. In subsequent processing, it will be used S
Continue parsing the GML document. As a result of the analysis of the SGML document itself, a tree structure corresponding to the document structure is created inside as shown in FIG. The created tree structure is stored in the document holding unit 6. Information is stored for each type in each node of the tree structure.

【0014】タグ:タグ名,属性 データ:文字列データ processing instruction:文字列データ また、ノードに共通の情報も格納されている。 可視状態:ノードが画面上で表示されるべきか ハイライト:画面上でハイライトすべきか ノードポインタ:親,子供,兄弟の各ノードへのポイン
タ情報 これらの情報の使用法は後述する。
Tag: tag name, attribute data: character string data processing instruction: character string data Further, information common to the nodes is also stored. Visible state: Should the node be displayed on the screen? Highlight: Should it be highlighted on the screen? Node pointer: Pointer information to parent, child, and sibling nodes. The usage of this information will be described later.

【0015】図4に、図2,図3に対応するSGML文
書のDTDの一部を示す図である。また、図5は、図4
のDTDを使用した文書の例の一部を示す図である。図
6は、アクション情報の例を示す図である。アクション
情報の内容は、文書インスタンス,DTDの読み込み時
に読み込まれ、アクション情報保持部9に格納される。
この実施例では、lispふうの記述によってアクション情
報がかかれる( )の最初の< >で囲まれた部分に書か
れる。これをトリガーと呼ぶ。エレメントのうち、トリ
ガーに書かれた条件に一致するエレメントは、その後の
記述に書かれた動作が行われる。
FIG. 4 is a diagram showing a part of the DTD of the SGML document corresponding to FIGS. 2 and 3. In addition, FIG.
It is a figure which shows a part of example of the document using the DTD of FIG. FIG. 6 is a diagram showing an example of action information. The content of the action information is read at the time of reading the document instance and DTD, and is stored in the action information holding unit 9.
In this embodiment, the action information is written by the description of the lisp style, and the action information is written in the part enclosed by <> at the beginning of (). This is called a trigger. Among the elements, the element that matches the condition written in the trigger is subjected to the operation described in the subsequent description.

【0016】例えば、<chapter>はエレメントchapter
と一致し、その場合、前の要素とは垂直方向に配置さ
れ、章番号を表示することを示す。showは画面上に何を
表示するかを示す。fore-align/back-alignは、自分の
前/後ろに対してどういう配置を行うかを示す。表示部
では、fore-align/back-alignなど、表示位置に関する
指定を解釈し、要素を配置していく(請求項1)。その
際、各表示内容についてもアクション記述が参照され
る。show属性を参照して表示する文字のフォントを決定
する(請求項2)。また、属性としてpost-insertなど
があれば、表示オブジェクトを別に生成する(請求項
3)。
For example, <chapter> is the element chapter
Indicates that the previous element should be placed vertically and the chapter number should be displayed. show indicates what to display on the screen. “Fore-align / back-align” indicates what kind of alignment is performed with respect to the front / back of the user. The display unit interprets the designation regarding the display position such as fore-align / back-align and arranges the elements (claim 1). At that time, the action description is also referred to for each display content. The font of the displayed character is determined by referring to the show attribute (claim 2). If there is post-insert as an attribute, a display object is separately generated (claim 3).

【0017】図7は、表示部において表示上のオブジェ
クトを生成する動作を説明するためのフローチャートで
ある。以下、各ステップに従って順に説明する。まず、
文書木構造を行き掛け順でたどって1つのエレメントを
取り出す(step1)。次に、ノードがないかどうかを判断
し(step2)、ノードがなければ、処理を終了する。ノー
ドがあれば、次にアクション情報からノードに対する指
定を取り出す(step3)。fore-align/back-alignより前の
表示オブジェクトとの相対位置を計算する(step4)。次
に、front/show属性を元に表示オブジェクトを生成する
(step5)。次に、post-inset属性があれば対応する表示
オブジェクトを生成し、前記step1に戻る。これは、編
集処理部により画面表示の指示があった時に呼び出され
る。これらの処理により描かれた画面例を図8に示す。
FIG. 7 is a flow chart for explaining the operation of generating an object on the display in the display section. Hereinafter, each step will be described in order. First,
One element is extracted by tracing the document tree structure in the order of arrival (step 1). Next, it is judged whether or not there is a node (step 2), and if there is no node, the processing is ended. If there is a node, then the specification for the node is extracted from the action information (step 3). Calculate the relative position with the display object before fore-align / back-align (step 4). Next, create a display object based on the front / show attribute
(step5). Next, if there is a post-inset attribute, a corresponding display object is generated, and the process returns to step 1. This is called when a screen display instruction is given by the edit processing unit. An example of a screen drawn by these processes is shown in FIG.

【0018】エレメントtitleはshow属性がnoであ
る。これは、表示しないことを意味するが、エレメント
を操作する際、表示オブジェクトに対して操作を行うよ
うにしたいため、空の小さな表示オブジェクトを画面上
に生成しておき、他のエディタのエレメントに対する操
作を行えるようにしておく。また、titleはfore-align
/back-alignともにhorizontalで前のオブジェクトに対
して水平におかれ、自分の子供である#CDATA(文
字内容)も水平に配置される。
The element title has a show attribute of no. This means not to display, but when operating the element, we want to operate on the display object, so create a small empty display object on the screen and save it for the element of another editor. Be prepared to operate. Also, title is fore-align
Both / back-align are horizontal and are placed horizontally with respect to the previous object, and their child, #CDATA (character content) is also placed horizontally.

【0019】図9は、文書保持部に対する読み込み処理
を示すフローチャートである。以下、各ステップに従っ
て順に説明する。まず、パーザを呼び出し、DTD文書
木構造を作成する(step1)。次に、文書木構造の各ノー
ドについて1つ取り出す(step2)。次にノードの内容が埋
まっているかどうかを判断し(step3)、埋まっていなけ
れば、次に、そのノードに当てはまるアクション情報に
default属性があるかどうかを判断する(step4)。defaul
t属性があれば、次に、デフォールトの内容を指定に従
って挿入する(step5)。このように、default属性は文書
が読み込まれた際、自動的に項目を埋める処理を指定す
る(請求項4)。default属性をもつアクション情報の例
を図10に示す。図10の例は、エレメントtodayの内
容が空である時、それを自動的に埋めるものである。
FIG. 9 is a flowchart showing a reading process for the document holding unit. Hereinafter, each step will be described in order. First, the parser is called to create a DTD document tree structure (step 1). Next, one is taken out for each node of the document tree structure (step 2). Next, it is judged whether or not the content of the node is filled (step 3). If it is not filled, then the action information applicable to that node is set.
Determine whether there is a default attribute (step 4). defaul
If there is a t attribute, then the default contents are inserted as specified (step 5). In this way, the default attribute designates the process of automatically filling the items when the document is read (claim 4). FIG. 10 shows an example of action information having a default attribute. In the example of FIG. 10, when the content of the element today is empty, it is automatically filled.

【0020】図11は、必須属性チェックのフローチャ
ートである。以下、各ステップに従って、順に説明す
る。まず、文書木構造の各ノードいついて、require属
性が指定されて、かつ内容が空のものを探す(step1)。
次に、そういうものが存在するかどうかを判断し(step
2)、存在すれば、ワーニングメッセージを出力する(ste
p3)。存在しなければ、通常の文書保存処理を行う(step
4)。このように、文書の保存処理において、属性requir
eがチェックされる。requireの指定されたエレメントに
ついて、項目が埋まっていない時、ユーザにワーニング
メッセージを表示し、そのことを知らせる(請求項
5)。
FIG. 11 is a flowchart of the essential attribute check. Hereinafter, each step will be described in order. First, search each node of the document tree structure for which the require attribute is specified and the content is empty (step 1).
Next, determine if such a thing exists (step
2) If it exists, output a warning message (ste
p3). If it does not exist, normal document saving processing is performed (step
Four). In this way, in the document saving process, the attribute requir
e is checked. A warning message is displayed to the user to notify the user when an item is not filled for the element designated as require (claim 5).

【0021】図12は、制限属性処理のフローチャート
である。以下、各ステップに従って順に説明する。ま
ず、入力の終了したノードにrestrict属性があるかどう
かを判断し(step1)、restrict属性があれば、次に、内
容が制限に従っていたかどうかを判断し(step2)、従っ
ていないならば、ワーニングメッセージを出力する(ste
p3)。このように、文書編集中において属性restrictが
解釈される。表示オブジェクト中の文字列編集の動作が
終ったと見なされた時点で、制限に適合しているかチェ
ックが行われる(請求項6)。
FIG. 12 is a flowchart of the restriction attribute process. Hereinafter, each step will be described in order. First, it is judged whether or not the input node has the restrict attribute (step1), and if there is the restrict attribute, then it is judged whether the content complies with the restriction (step2). Output message (ste
p3). In this way, the attribute restrict is interpreted during document editing. When it is considered that the operation of editing the character string in the display object is finished, it is checked whether the restriction is met (claim 6).

【0022】[0022]

【発明の効果】以上の説明から明らかなように、本発明
によると、以下のような効果がある。 (1)請求項1に対応する効果:文書型定義に基づく文
書インスタンスについて、文書型定義で定義されたエレ
メントに対応したアクション情報を元に表示位置を決定
するので、編集画面をより自然な配置でユーザに見せる
ことができる。 (2)請求項2に対応する効果:文書型定義に基づく文
書インスタンスについて、文書型定義で定義されたエレ
メントに対応したアクション情報を元に表示する内容を
決定するので、編集画面をより自然な表示でユーザに見
せることができる。 (3)請求項3に対応する効果:文書型定義に基づく文
書インスタンスについて、文書型定義で定義されたエレ
メントに対応したアクション情報を元に表示要素をあら
たに生成するので、編集画面により自然な表示でユーザ
に見せることができる。 (4)請求項4に対応する効果:文書型定義に基づく文
書インスタンスについて、文書型定義で定義されたエレ
メントに対応したアクション情報を元に文書内容を生成
し、表示するので、入力の手間を省くことができる。 (5)請求項5に対応する効果:文書型定義に基づく文
書インスタンスについて、文書型定義で定義されたエレ
メントに対応したアクション情報を元に文書の必須項目
を認定し、文書編集終了時などで必須項目が空欄である
とき、それを使用者に知らせるので、必要な項目を漏れ
無く指定することができる。 (6)請求項6に対応する効果:文書型定義に基づく文
書インスタンスについて、文書型定義で定義されたエレ
メントに対応したアクション情報を元に、文書要素に入
り得る文字種などの内容を制限するので、誤った入力の
ない文書を作ることができる。
As is apparent from the above description, the present invention has the following effects. (1) Effect corresponding to claim 1: With respect to the document instance based on the document type definition, the display position is determined based on the action information corresponding to the element defined in the document type definition, so that the editing screen is arranged more naturally. Can be shown to the user with. (2) Effect corresponding to claim 2: For the document instance based on the document type definition, the content to be displayed is determined based on the action information corresponding to the element defined by the document type definition, so that the editing screen is more natural. It can be shown to the user on the display. (3) Effect corresponding to claim 3: With respect to the document instance based on the document type definition, the display element is newly generated based on the action information corresponding to the element defined in the document type definition. It can be shown to the user on the display. (4) Effect corresponding to claim 4: For the document instance based on the document type definition, the document content is generated and displayed based on the action information corresponding to the element defined by the document type definition. It can be omitted. (5) Effect corresponding to claim 5: For the document instance based on the document type definition, the required items of the document are identified based on the action information corresponding to the element defined in the document type definition, and when the document editing is completed, etc. When the required item is blank, the user is informed of it, so that the required item can be specified without omission. (6) Effect corresponding to claim 6: With respect to the document instance based on the document type definition, the content such as the character type that can be included in the document element is limited based on the action information corresponding to the element defined in the document type definition. , You can create documents without incorrect input.

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

【図1】 本発明による構造文書編集装置の一実施例を
説明するための構成図である。
FIG. 1 is a configuration diagram for explaining an embodiment of a structural document editing device according to the present invention.

【図2】 本発明におけるDFAを示す図である。FIG. 2 is a diagram showing a DFA in the present invention.

【図3】 本発明における文書保持部の木構造を示す図
である。
FIG. 3 is a diagram showing a tree structure of a document holding unit in the present invention.

【図4】 本発明におけるDTDの例を示す図である。FIG. 4 is a diagram showing an example of DTD in the present invention.

【図5】 本発明におけるSGMLの文書例を示す図で
ある。
FIG. 5 is a diagram showing an example of an SGML document according to the present invention.

【図6】 本発明におけるアクション情報例を示す図で
ある。
FIG. 6 is a diagram showing an example of action information according to the present invention.

【図7】 本発明における表示処理のフローチャートで
ある。
FIG. 7 is a flowchart of a display process according to the present invention.

【図8】 図7における画面例を示す図である。FIG. 8 is a diagram showing an example of a screen in FIG.

【図9】 本発明における読み込み処理のフローチャー
トである。
FIG. 9 is a flowchart of a reading process according to the present invention.

【図10】 図9におけるアクション情報例を示す図で
ある。
FIG. 10 is a diagram showing an example of action information in FIG. 9.

【図11】 本発明における必須属性チェックのフロー
チャートである。
FIG. 11 is a flowchart of essential attribute check in the present invention.

【図12】 本発明における制限属性処理のフローチャ
ートである。
FIG. 12 is a flowchart of a restriction attribute process according to the present invention.

【符号の説明】[Explanation of symbols]

1…SGML文書、2…アクション情報、3…SGML
パーザ、4…DTD保持部、5…DFA(有限オートマ
トン)、6…文書保持部、7…編集処理部、8…文書木
構造、9…アクション情報保持部、10…表示入力部。
1 ... SGML document, 2 ... action information, 3 ... SGML
Parser, 4 ... DTD holding unit, 5 ... DFA (finite automaton), 6 ... Document holding unit, 7 ... Editing processing unit, 8 ... Document tree structure, 9 ... Action information holding unit, 10 ... Display input unit.

Claims (6)

【特許請求の範囲】[Claims] 【請求項1】 SGML文書を解析し、文書型定義に対
応して有限オートマトンと内部に文書構造に対応する木
構造を作成するSGMLパーザと、該SGMLパーザに
より作成された有限オートマトンを格納する文書定義保
持部と、前記SGMLパーザによる作成された木構造を
格納する文書保持部と、アクション情報を格納するアク
ション情報格納部と、画面表示の指示を行う編集処理部
とを有し、文書型定義に基づく文書インスタンスについ
て、文書型定義で定義されたエレメントに対応したアク
ション情報を元に表示位置を決定することを特徴とする
構造文書編集装置。
1. An SGML parser which analyzes an SGML document and creates a finite state automaton corresponding to a document type definition and a tree structure corresponding to the document structure therein, and a document which stores the finite state automaton created by the SGML parser. The document type definition includes a definition holding unit, a document holding unit that stores the tree structure created by the SGML parser, an action information storage unit that stores action information, and an edit processing unit that instructs screen display. A structural document editing device, characterized in that a display position of a document instance based on is determined based on action information corresponding to an element defined by a document type definition.
【請求項2】 SGML文書を解析し、文書型定義に対
応して有限オートマトンと内部に文書構造に対応する木
構造を作成するSGMLパーザと、該SGMLパーザに
より作成された有限オートマトンを格納する文書定義保
持部と、前記SGMLパーザによる作成された木構造を
格納する文書保持部と、アクション情報を格納するアク
ション情報格納部と、画面表示の指示を行う編集処理部
とを有し、文書型定義に基づく文書インスタンスについ
て、文書型定義で定義されたエレメントに対応したアク
ション情報を元に表示内容を決定することを特徴とする
構造文書編集装置。
2. An SGML parser that analyzes an SGML document and creates a finite automaton corresponding to the document type definition and a tree structure corresponding to the document structure inside, and a document that stores the finite automaton created by the SGML parser. The document type definition includes a definition holding unit, a document holding unit that stores the tree structure created by the SGML parser, an action information storage unit that stores action information, and an edit processing unit that instructs screen display. A structured document editing device, characterized in that display contents of a document instance based on are determined based on action information corresponding to elements defined by a document type definition.
【請求項3】 SGML文書を解析し、文書型定義に対
応して有限オートマトンと内部に文書構造に対応する木
構造を作成するSGMLパーザと、該SGMLパーザに
より作成された有限オートマトンを格納する文書定義保
持部と、前記SGMLパーザによる作成された木構造を
格納する文書保持部と、アクション情報を格納するアク
ション情報格納部と、画面表示の指示を行う編集処理部
とを有し、文書型定義に基づく文書インスタンスについ
て、文書型定義で定義されたエレメントに対応したアク
ション情報を元に表示要素をあらたに生成することを特
徴とする構造文書編集装置。
3. An SGML parser that analyzes an SGML document and creates a finite state automaton corresponding to a document type definition and a tree structure corresponding to the document structure therein, and a document that stores the finite state automaton created by the SGML parser. The document type definition includes a definition holding unit, a document holding unit that stores the tree structure created by the SGML parser, an action information storage unit that stores action information, and an edit processing unit that instructs screen display. A structural document editing device, which newly generates a display element based on action information corresponding to an element defined by a document type definition, for a document instance based on.
【請求項4】 SGML文書を解析し、文書型定義に対
応して有限オートマトンと内部に文書構造に対応する木
構造を作成するSGMLパーザと、該SGMLパーザに
より作成された有限オートマトンを格納する文書定義保
持部と、前記SGMLパーザによる作成された木構造を
格納する文書保持部と、アクション情報を格納するアク
ション情報格納部と、画面表示の指示を行う編集処理部
とを有し、文書型定義に基づく文書インスタンスについ
て、文書型定義で定義されたエレメントに対応したアク
ション情報を元に文書内容を生成し、表示することを特
徴とする構造文書編集装置。
4. An SGML parser that analyzes an SGML document and creates a finite state automaton corresponding to a document type definition and a tree structure corresponding to the document structure therein, and a document that stores the finite state automaton created by the SGML parser. The document type definition includes a definition holding unit, a document holding unit that stores the tree structure created by the SGML parser, an action information storage unit that stores action information, and an edit processing unit that instructs screen display. A structured document editing device characterized by generating and displaying document contents based on action information corresponding to an element defined by a document type definition, for a document instance based on.
【請求項5】 SGML文書を解析し、文書型定義に対
応して有限オートマトンと内部に文書構造に対応する木
構造を作成するSGMLパーザと、該SGMLパーザに
より作成された有限オートマトンを格納する文書定義保
持部と、前記SGMLパーザによる作成された木構造を
格納する文書保持部と、アクション情報を格納するアク
ション情報格納部と、画面表示の指示を行う編集処理部
とを有し、文書型定義に基づく文書インスタンスについ
て、文書型定義で定義されたエレメントに対応したアク
ション情報を元に文書の必須項目を認定し、文書編集終
了時などで必須項目が空欄であるとき、空欄であること
を知らせることを特徴とする構造文書編集装置。
5. An SGML parser which analyzes an SGML document and creates a finite state automaton corresponding to a document type definition and a tree structure corresponding to a document structure therein, and a document which stores the finite state automaton created by the SGML parser. The document type definition includes a definition holding unit, a document holding unit that stores the tree structure created by the SGML parser, an action information storage unit that stores action information, and an edit processing unit that instructs screen display. Regarding the document instance based on, certify the required items of the document based on the action information corresponding to the elements defined in the document type definition, and notify that the required items are blank when the required items are blank at the end of document editing, etc. A structured document editing device characterized by the above.
【請求項6】 SGML文書を解析し、文書型定義に対
応して有限オートマトンと内部に文書構造に対応する木
構造を作成するSGMLパーザと、該SGMLパーザに
より作成された有限オートマトンを格納する文書定義保
持部と、前記SGMLパーザによる作成された木構造を
格納する文書保持部と、アクション情報を格納するアク
ション情報格納部と、画面表示の指示を行う編集処理部
とを有し、文書型定義に基づく文書インスタンスについ
て、文書型定義で定義されたエレメントに対応したアク
ション情報を元に、文書要素に入り得る文字種などの内
容を制限することを特徴とする構造文書編集装置。
6. An SGML parser that analyzes an SGML document and creates a finite state automaton corresponding to a document type definition and a tree structure corresponding to the document structure therein, and a document that stores the finite state automaton created by the SGML parser. The document type definition includes a definition holding unit, a document holding unit that stores the tree structure created by the SGML parser, an action information storage unit that stores action information, and an edit processing unit that instructs screen display. A document instance based on the above, based on action information corresponding to an element defined in a document type definition, a structured document editing apparatus which limits contents such as a character type that can be included in the document element.
JP5293182A 1993-11-24 1993-11-24 Structured document editing device Pending JPH07160703A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP5293182A JPH07160703A (en) 1993-11-24 1993-11-24 Structured document editing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP5293182A JPH07160703A (en) 1993-11-24 1993-11-24 Structured document editing device

Publications (1)

Publication Number Publication Date
JPH07160703A true JPH07160703A (en) 1995-06-23

Family

ID=17791481

Family Applications (1)

Application Number Title Priority Date Filing Date
JP5293182A Pending JPH07160703A (en) 1993-11-24 1993-11-24 Structured document editing device

Country Status (1)

Country Link
JP (1) JPH07160703A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6202072B1 (en) 1997-05-08 2001-03-13 Jusystem Corp. Method and apparatus for processing standard generalized markup language (SGML) and converting between SGML and plain text using a prototype and document type definition
US7120863B1 (en) 1999-11-15 2006-10-10 International Business Machines Corporation Method, system, and program for interfacing with elements in a document

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6202072B1 (en) 1997-05-08 2001-03-13 Jusystem Corp. Method and apparatus for processing standard generalized markup language (SGML) and converting between SGML and plain text using a prototype and document type definition
US7120863B1 (en) 1999-11-15 2006-10-10 International Business Machines Corporation Method, system, and program for interfacing with elements in a document

Similar Documents

Publication Publication Date Title
US7703004B2 (en) Systems and methods for automatically converting web pages to structured shared web-writable pages
US20040268304A1 (en) XML document editor
US7191395B2 (en) Method and system for stylesheet-centric editing
US7100112B1 (en) Dynamic properties of documents and the use of these properties
JP2713389B2 (en) How to manage multimedia document formats
JPH01180062A (en) Document shaping device
US9448987B2 (en) Inserting rules-driven paragraphs into user-designated locations in a document irrespective of modifications to the structure of the document
US5033008A (en) Dynamic selection of logical element data format as a document is created or modified
JPWO2005098663A1 (en) Information management device
JP3566457B2 (en) Structured document version management method and apparatus
EP1744255A1 (en) Document processing device and document processing method
US20070208995A1 (en) Document Processing Device and Document Processing Method
EP1837776A1 (en) Document processing device and document processing method
US5598518A (en) Text editing apparatus for rearranging sentences
US20090287994A1 (en) Document processing device and document processing method
JPH07160703A (en) Structured document editing device
US7464368B2 (en) Logical separation of code and content
JPWO2005098698A1 (en) Document processing device
JP2001344230A (en) Device and method for generating multimedia document, and recording medium with program for allowing computer to execute the method recorded thereon
JPH0816576A (en) Structured document editing device
KR20040090866A (en) XML Document Editor Using a Form and Computer-Readable Recording Medium
JPH11250055A (en) Structured document compilation method and device therefor, and medium for recording structured document compilation program
US7675527B2 (en) Multisource composable projection of text
JP3506087B2 (en) Style and data structure simultaneous creation device
EP1628227A1 (en) Data processing device, data processing method, data processing program, and computer-readable recording medium containing the data processing program