JP2008097496A - Xml data generation method and program therefor - Google Patents
Xml data generation method and program therefor Download PDFInfo
- Publication number
- JP2008097496A JP2008097496A JP2006281223A JP2006281223A JP2008097496A JP 2008097496 A JP2008097496 A JP 2008097496A JP 2006281223 A JP2006281223 A JP 2006281223A JP 2006281223 A JP2006281223 A JP 2006281223A JP 2008097496 A JP2008097496 A JP 2008097496A
- Authority
- JP
- Japan
- Prior art keywords
- xml
- document
- data
- xml data
- dtd
- 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.)
- Granted
Links
Landscapes
- Document Processing Apparatus (AREA)
Abstract
Description
本発明は、文書構造の定義のためのデータと文書データ本体とを分離して取り扱うことができるXML(eXtensible Markup Language)データの生成方法、及びXMLデータの情報処理プログラムに関する。 The present invention relates to a method for generating XML (extensible Markup Language) data capable of separately handling data for defining a document structure and a document data body, and an information processing program for XML data.
近年、官公庁を初めとする様々な組織あるいは企業において、構造化文書の考え方に基づく文書管理が行われている。 In recent years, document management based on the concept of structured documents has been performed in various organizations or companies including government offices.
構造化文書データは、本来SGML(Standard Generalized Markup Language)がそのルーツであり、異なるプラットフォーム間でのデータ交換の標準という考え方からきており、このSGMLでは、文書データと、文書の構造・書式などに係る情報とを分離し、どんな環境からも等しく利用することができるデータを記述する手段を提供しようとするものでした。 Structured document data is originally derived from SGML (Standard Generalized Markup Language) and is based on the concept of data exchange between different platforms. In SGML, document data, document structure and format, etc. are used. It was intended to provide a means of describing data that could be separated from such information and used equally from any environment.
しかしながら、記述ルール・約束事があまりにも複雑で面倒なものであったため、広く実用化するまでには至らなかった。 However, the description rules and conventions were so complicated and troublesome that they were not widely put into practical use.
そんな中で、インターネットの急速な普及に伴ってHTML(Hyper Text Markup Language)が急速に広まり、このHTMLからさらにXML(eXtensible Markup Language)が生まれることとなった。 Under such circumstances, with the rapid spread of the Internet, HTML (Hyper Text Markup Language) spread rapidly, and further XML (extensible Markup Language) was born from this HTML.
このXMLは、前記のSGMLの文書構造の定義機能を簡素化し、前記のHTMLのウェブにおける利用環境を引き継いで生まれたものであり、インターネット環境の中で異なるプラットフォーム間におけるデータ交換の標準として、特に注目を集めている言語である。 This XML was born by simplifying the SGML document structure definition function and taking over the usage environment on the HTML web, and as a standard for data exchange between different platforms in the Internet environment. It is a language that has attracted attention.
これらのXMLを初めとする構造化データの利点は、文書の内容を構造化し、文書中に含まれる個々のデータに意味付けを行うことができるという点である。 The advantage of structured data such as XML is that the contents of a document can be structured and individual data contained in the document can be given meaning.
すなわち、文書に意味を持つタグ付けを行い、要素に分解し、個々の要素データを構造化して表現したものである。 In other words, the tagging having meaning is performed on the document, the document is decomposed into elements, and the individual element data is structured and expressed.
また、その要素の属性を定義することにより、文書構造の定義のためのデータと文書データ本体とを分離して取り扱うことができるようにしたものである。 Further, by defining the attribute of the element, the data for defining the document structure and the document data body can be handled separately.
このXMLなどの構造化データの利点を活用して、各種のアプリケーションデータの相互のデータ変換が可能となってきた。 Utilizing the advantages of structured data such as XML, it has become possible to convert various application data to each other.
現在、市販されている印刷用アプリケーションで作られるデータは、独自のファイル形式となっており、他のアプリケーションとの互換性はない。 Currently, data created by commercially available printing applications has a unique file format and is not compatible with other applications.
このため、表現されるレイアウトは同じであるにもかかわらず、使用するアプリケーションによって、まったく別のデータが作成されてしまう。 For this reason, even though the layout to be expressed is the same, completely different data is created depending on the application to be used.
そこで、XMLのように、文書構造の定義データと文書データ本体を分離して扱うことが可能な構造化データを基本データとして文書管理し、この構造化データから各種のアプリケーションデータに対して必要データを相互に変換できるようにし、そのための各変換プログラム環境を構築するというものである。 Therefore, document management is performed as basic data, such as XML, in which structured data that can be handled separately from the document structure definition data and the document data body. Can be converted to each other, and each conversion program environment for that purpose is constructed.
例えば、特開2000−76226号などがある。 For example, there exists Unexamined-Japanese-Patent No. 2000-76226.
また、前記の構造化データを用いて印刷の前段階である組版処理を行い、スタイル情報を定義して構造化データを効率良く組版できるようにしたものもある。 Also, there is a type in which the structured data is used to perform a typesetting process that is a pre-printing stage and style information is defined so that the structured data can be efficiently typeset.
例えば、特開2000−339307号などがある。 For example, there exists Unexamined-Japanese-Patent No. 2000-339307.
このように、文書データ管理に、XMLデータが有効であることが広く認識されるようになってきた。 Thus, it has been widely recognized that XML data is effective for document data management.
しかしながら、このXMLデータの作成には、XML文書の文書構造定義を理解し、本文内容を入力した上で、文書構造定義に沿った要素、属性を付加する(マークアップという)を行わねばならず、一般には熟練者による専用のXMLエディターでの入力作業が行なわれている。 However, in order to create this XML data, it is necessary to understand the document structure definition of the XML document, input the text content, and add elements and attributes in accordance with the document structure definition (referred to as markup). In general, an expert performs input work using a dedicated XML editor.
このようなXML文書作成の際に生じる問題を軽減乃至解消するため、XML文書の作成を広く普及しているワードプロセッサで行う試みが従来から行われてきた。 In order to reduce or eliminate such problems that occur when creating XML documents, attempts have been made to create XML documents using widely used word processors.
これは、ワードプロセッサでXMLの要素と属性に対応付けする規則を設定し、作業者が極力要素や属性を直接人力することがないようにし、作成されたワードプロセッサの文書をXML文書にプログラムを用いて変換するものであり、近年では、XML形式で文書ファイルを保存できるワードプロセッサもある。 This is done by setting a rule that associates XML elements and attributes with a word processor so that the operator does not directly manipulate the elements and attributes as much as possible, and the created word processor document is converted into an XML document using a program. In recent years, some word processors can store document files in XML format.
これらの変換プログラムやXML形式で保存されたXML文書は、要素を並列にしたものであることから、特開2005−352880号では、要素の親子関係を作り出すために、ワードプロセッサを使用してXML文書を作成するにあたり、XML文書の要素の親子関係の作成を、ワードブロセッサの表スタイルを使用し、親要素に対応する部分にこの表スタイルを指定し、文書ファイルからXML文書への変換のタグとして機能させるようにしたものが開示されている。
このように、文書データ管理に、XMLデータが有効であることが広く認識されるようになり、XMLデータによる文書管理が盛んに行なわれるようになってきている。 As described above, it is widely recognized that XML data is effective for document data management, and document management based on XML data has been actively performed.
このXMLデータの作成においては、XMLの詳しい知識を有しなくても、使い慣れたワープロでXMLデータを作成できることが好ましい。 In the creation of this XML data, it is preferable that the XML data can be created by a familiar word processor without having detailed knowledge of XML.
そして、ワープロ文書にタグ設定してXMLデータへの変換プログラムも開発されている。しかしながら、単純にワープロ文書にタグ設定を行い、XMLデータ化しても、特定のワープロと特定のXMLデータの間でのデータのやり取りにしかならない。 Also, a program for converting the XML data by tagging a word processor document has been developed. However, simply setting a tag in a word processor document and converting it to XML data only exchanges data between the specific word processor and the specific XML data.
XMLデータの有効な機能である文書構造の定義データと文書本体データとによる構造化文書となって始めてその有効性が発揮され、異なるアプリケーション間での相互の変換が可能となり、作成から編集、管理にいたるまでを総合的に管理できる文書データベースとして機能するものである。 It becomes effective only when it becomes a structured document using document structure definition data and document body data, which is an effective function of XML data, and enables mutual conversion between different applications, from creation to editing and management It functions as a document database that can be managed comprehensively.
特開2005−352880号では、要素の親子関係を作り出すために、ワードプロセッサの表スタイルを使用してXML文書を作成しているが、この場合には、親子関係の定義や属性などXMLの特別な知識が必要となる。 In Japanese Patent Laid-Open No. 2005-352880, an XML document is created using a table style of a word processor in order to create a parent-child relationship of elements. In this case, however, special XML specifications such as definitions and attributes of parent-child relationships are used. Knowledge is required.
本発明は、上記のような問題点に鑑みてなされたものであり、使い慣れたアプリケーションでXMLデータを作成することができ、文書作成者はXMLの特別な知識を必要とせずにXMLデータを作成することができ、かつ、同じアプリケーションで編集が容易にでき、高度な文書管理が可能である構造化されたXMLデータを作成することができるXMLデータ生成方法及びそのプログラムを提供することである。 The present invention has been made in view of the above-described problems, and can create XML data with a familiar application. The document creator can create XML data without requiring special knowledge of XML. The present invention provides an XML data generation method and program capable of creating structured XML data that can be edited with the same application and can be managed with a high degree of document management.
上記の問題を解決するために本発明の請求項1では、XMLデータの文書構造を定義するDTDの要素定義と、アプリケーションの有する文書作成機能に対応した要素定義とを対応させるための変換定義ファイルを作成し、該アプリケーションのための、該変換定義ファイルに基く文書属性入力項目が設けられたXML対応文書テンプレートを作成し、該XML対応文書テンプレートを用い、該アプリケーションによりXML対応文書を作成し、該XML対応文書を該DTDと該変換定義ファイルに従い、文書−XML変換プログラムでXMLデータを生成することを特徴とするXMLデータ生成方法としたものである。 In order to solve the above problem, in claim 1 of the present invention, a conversion definition file for associating an element definition of DTD that defines a document structure of XML data with an element definition corresponding to a document creation function of an application Create an XML-compatible document template provided with document attribute input items based on the conversion definition file for the application, and use the XML-compatible document template to create an XML-compatible document by the application. The XML data generation method is characterized in that the XML-compatible document is generated by a document-XML conversion program according to the DTD and the conversion definition file.
該変換定義ファイルは、各々のアプリケーションが有する、「タイトル」、「見出し」、「箇条書き」、「改ページ」、「太字」などの文書のスタイル設定や機能のすべての要素を、DTDに記載された要素定義であるタグ記述に対して完全に対応させるための対応関係が記載された相互変換用の定義ファイルである。 The conversion definition file describes all elements of document style settings and functions such as “title”, “heading”, “bullet”, “page break”, and “bold” in each DTD. It is a definition file for mutual conversion in which a correspondence relationship for completely corresponding to a tag description which is a defined element definition is described.
該XML対応文書テンプレートは、文書本文には直接記載されない、各文書に特有の情報、例えば、試験問題であれば、「学年」、「問題形式」、「難解度」などの属性情報を入力するための文書属性入力項目が設けられたテンプレートである。 The XML-compatible document template inputs information specific to each document that is not directly described in the document body, for example, attribute information such as “school year”, “question type”, “difficulty” in the case of a test question This is a template provided with document attribute input items.
また、請求項2では、前記の作成されたXML対応文書を前記のアプリケーションが有するXHTML出力機能を用いて出力し、出力されたXHTMLデータを前記のDTDと変換定義ファイルに従い、XHTML−XML変換プログラムでXMLデータを生成することを特徴とするXMLデータ生成方法としたものである。 According to a second aspect of the present invention, the generated XML-compatible document is output using the XHTML output function of the application, and the output XHTML data is converted into an XHTML-XML conversion program according to the DTD and the conversion definition file. The XML data generation method is characterized in that XML data is generated by the above method.
該XHTML出力機能は、近年、ワープロソフトに設けられるようになった機能であり、例えば、マイクロソフト社のワープロソフト「Word」では、「XMLドキュメント保存」の機能が設けられ、ワープロ文書をHTMLタグ付きテキストデータで出力できる。 The XHTML output function is a function that has recently been provided in word processing software. For example, the Microsoft word processing software “Word” has a function of “XML document storage”, and the word processing document is provided with an HTML tag. Output as text data.
また、請求項3では、前記の作成されたXML対応文書に対する非表示のナレッジ情報が記載されたファイルが作成され、前記のDTDに該ナレッジ情報が定義され、該ナレッジ情報とともにXML対応文書を変換プログラムでXMLデータに変換し、該ナレッジ情報を含むXMLデータを生成することを特徴とするXMLデータ生成方法としたものである。 According to a third aspect of the present invention, a file containing hidden knowledge information for the created XML compatible document is created, the knowledge information is defined in the DTD, and the XML compatible document is converted together with the knowledge information. The XML data generation method is characterized in that it is converted into XML data by a program and XML data including the knowledge information is generated.
該ナレッジ情報は、文書本文中には記載されない(すなわち非表示)が、その文書の独自の属性(作成種別・分類、使用の対象など)や、企画・管理者の独自の考えや評価(難易度、特徴、評価値など)などの情報である。このナレッジ情報を本文とともに管理することにより、文書の高度な分析、高度な文書の作成が可能となる。 The knowledge information is not described in the text of the document (that is, not displayed), but the original attribute of the document (creation type / classification, target of use, etc.) Degree, feature, evaluation value, etc.). By managing this knowledge information together with the text, advanced analysis of documents and creation of advanced documents are possible.
また、請求項4では、前記のナレッジ情報は、各文書のXMLデータに対するナレッジ項目が記録された表形式ファイルで作成され、XMLデータにリンクされて構成されることを特徴とするXMLデータ生成方法としたものである。 According to a fourth aspect of the present invention, the knowledge information is created in a tabular file in which knowledge items for the XML data of each document are recorded, and is linked to the XML data. It is what.
該表形式ファイルは、表形式で表示されるファイルであればいずれでも良く、例えば、マイクロソフト社の表計算ソフトの「Excel」のファイルなどが使用できる。 The tabular file may be any file displayed in a tabular format. For example, a file “Excel” of spreadsheet software from Microsoft Corporation may be used.
また、請求項5では、前記の変換プログラムは、請求項1から請求項3までのいずれかの項に記載のXML対応文書又はXHTMLデータに対して、変換定義ファイルに従い前記のDTDに定義されたデータについては構造化データに変換し、その他のデータはデータ構造を維持したまま変換することで、XML対応文書に含まれるすべてのデータをXMLデータに変換することを特徴とするXMLデータ生成プログラムとしたものである。 Further, in claim 5, the conversion program is defined in the DTD according to the conversion definition file for the XML-compatible document or XHTML data according to any one of claims 1 to 3. An XML data generation program characterized by converting all data contained in an XML-compatible document into XML data by converting data into structured data and converting other data while maintaining the data structure. It is a thing.
該その他のデータは、各アプリケーションの独自のファイル記述形態であり、共通性のないデータ構造や記述形式であり、このような独自のデータについては、各アプリケーションの記述をそのままの状態を維持するタグを設定して変換することで、データ形式を壊すことなく、双方向の変換を可能とするものである。 The other data is a file description format unique to each application, and has a data structure and description format having no commonality. For such unique data, a tag that maintains the description of each application as it is By setting and converting, bidirectional conversion is possible without destroying the data format.
また、請求項6では、前記の作成されたXML対応文書と、前記の文書構造用DTDに設定されたタグとの対応関係を比較し、DTDに定義されていない要素の有無をチェックするための要素定義チェック機能を有することを特徴とするXMLデータ生成プログラムとしたものである。 According to a sixth aspect of the present invention, the correspondence relationship between the created XML compatible document and the tag set in the document structure DTD is compared, and the presence or absence of an element not defined in the DTD is checked. This is an XML data generation program characterized by having an element definition check function.
該要素定義チェック機能は、DTDに記載されたタグ記述以外のタグを使用していないかどうかをチェックできるプログラムであればいずれでも良く、JAVA(登録商標)やC言語などによるプログラムで実現できる。 The element definition check function may be any program that can check whether or not a tag other than the tag description described in the DTD is used, and can be realized by a program such as JAVA (registered trademark) or C language.
本発明では以下の効果を奏する。 The present invention has the following effects.
1)使い慣れたアプリケーションでXMLデータを作成、編集できる。 1) XML data can be created and edited with a familiar application.
2)XMLの詳しい知識を必要とせずにXMLデータを作成、編集できる。 2) XML data can be created and edited without requiring detailed knowledge of XML.
3)再利用や管理に適した構造化されたXMLデータを容易に作成できる。 3) Structured XML data suitable for reuse and management can be easily created.
4)アプリケーションのデータと、XMLデータとの間で双方向変換が可能なXMLデータを作成できる。 4) XML data capable of bidirectional conversion between application data and XML data can be created.
5)変換定義ファイルにより、DTDに対応したアプリケーションの機能を効果的にXMLデータに変換できる。 5) The conversion definition file can effectively convert the function of the application corresponding to DTD into XML data.
6)要素定義チェック機能により、変換されたXMLデータに不適切なタグが無くなり、変換前にスタイルや機能の不具合を発見でき、作業効率を高め、信頼瀬の高いXMLデータを作成することができる。 6) The element definition check function eliminates inappropriate tags in the converted XML data, so that defects in styles and functions can be found before conversion, improving work efficiency and creating highly reliable XML data. .
7)非表示のナレッジ情報をデータ化でき、XMLデータとして編集、管理することができるので、高度な文書管理が可能となり、再利用価値が飛躍的に高まる。 7) Since the hidden knowledge information can be converted into data and edited and managed as XML data, advanced document management is possible, and the reuse value is dramatically increased.
本発明の実施の形態について図面を用いて説明する。
図1は、本発明によるXMLデータの生成方法を示すフロー図である。本例では、アプリケーションとしてマイクロソフト社のワープロソフトである「Word」を使用して文書を作成し、XMLデータとしてデータベース化する場合について説明する。
Embodiments of the present invention will be described with reference to the drawings.
FIG. 1 is a flowchart showing a method for generating XML data according to the present invention. In this example, a case will be described in which a document is created using “Word” which is Microsoft word processor software as an application and is made into a database as XML data.
S−1)DTDの解析
構築するXMLデータベースのために設計されたDTDを解析する。DTDファイルのタグの要素名、タグの属性名、または組み合わさったタグ群を調べる。
S-1) Analysis of DTD DTD designed for the XML database to be constructed is analyzed. The element name of the tag of the DTD file, the attribute name of the tag, or the combined tag group is examined.
図2にDTDの記載例を示す。(a)の「ルートタグ」は、XMLファイルのトップに配置される。(b)の「理論構造タグ」は、文章をグループに分ける。(c)の「リストタグ」は、文章に記載したい箇条書き項目の列挙をまとめる。(d)の「タイトルタグ」は、グループに分けた文章のタイトルに相当する箇所である。(e)の「インラインタグ 太字」は、指定箇所を太字という文字装飾に適用させる。 FIG. 2 shows an example of DTD description. The “root tag” in (a) is placed at the top of the XML file. The “theoretical structure tag” in (b) divides sentences into groups. The “list tag” in (c) summarizes the list of item items to be written in the text. The “title tag” in (d) is a portion corresponding to the title of a sentence divided into groups. The “inline tag bold” in (e) applies the designated part to the bold character decoration.
S−2)変換定義ファイルの作成
解析したDTDの要素名・属性名などをWordの段落スタイル、文字スタイル、またはWordアプリケーションの機能と対応させた変換定義ファイルを作成する。
S-2) Creation of Conversion Definition File A conversion definition file is created in which the analyzed DTD element name / attribute name and the like correspond to the Word paragraph style, character style, or Word application function.
図3(1)に示すように、Wordのスタイル・機能に対応したDTDタグを調べて、(2)に示すように、Wordのスタイル名とDTDのタグ記述の関係を設定する。 As shown in FIG. 3A, the DTD tag corresponding to the Word style / function is checked, and as shown in FIG. 3B, the relationship between the Word style name and the DTD tag description is set.
S−3)Wordテンプレートの作成
Wordの段落スタイル、文字スタイルを規定のスタイル名としてWordテンプレートに登録し、変換定義ファイルに基く、文書属性入力項目が設けられたWordテンプレートを作成する。例えば、試験問題文書などでは、図4に示すように、問題本文に対して「問題ID」、「教科」、「学年」、「単元」、「タイトル」などの属性項目を入力する。
S-3) Creation of Word Template The Word paragraph style and character style are registered in the Word template as prescribed style names, and a Word template provided with document attribute input items is created based on the conversion definition file. For example, in the test question document, as shown in FIG. 4, attribute items such as “question ID”, “subject”, “school year”, “unit”, and “title” are input to the question text.
S−4)テンプレートによる文書作成
前記のWordテンプレートを使用して、文書属性などを入力して所望の文書を作成する。例えば、試験問題文書などでは、図4に示すように、問題本文に対して「問題ID」、「教科」、「学年」、「単元」、「タイトル」などの属性項目を入力する。
S-4) Document Creation Using Template Using the Word template described above, a desired document is created by inputting document attributes and the like. For example, in the test question document, as shown in FIG. 4, attribute items such as “question ID”, “subject”, “school year”, “unit”, and “title” are input to the question text.
S−5)要素定義のチェック
作成された文書に対して、Word文書編集における規定スタイル以外使われていないかをチェックする。すなわち、DTDタグに記載されていないタグがないかをプログラム処理でチェックする。
S-5) Element definition check It is checked whether the created document is used except for the prescribed style in Word document editing. That is, it is checked by program processing whether there is any tag not described in the DTD tag.
S−6)WordによるXHTML出力
要素定義チェック済みの文書をWordのファイル保存機能の「XMLドキュメント」でXHTML出力する。
S-6) XHTML output element definition by Word The document that has been checked for definition is output as XHTML by “XML document” of Word file storage function.
S−7)XMLデータに変換
出力されたXHTMLデータを、前記の変換定義ファイルとDTDに従って、変換プログラムにより、XMLに再定義して構造化されたXMLデータを生成する。
S-7) XHTML data converted and output to XML data is redefined to XML by a conversion program according to the conversion definition file and DTD, and structured XML data is generated.
S−8)XMLデータをDBに保存
出力されたXMLデータは、再利用に適したXMLデータベースに保存される。
このように、文書作成者は、Wordテンプレートを用いて文書を作成することにより、自動的に定義がチェックされてXMLデータが生成され、XMLデータベースを構築することができ、文書作成者は、XMLを意識することなく、使い慣れたワープロでいつものように文書を作成することで、XMLデータを容易に生成できる。
S-8) Saving XML data in DB The XML data output is stored in an XML database suitable for reuse.
As described above, the document creator creates a document using the Word template, thereby automatically checking the definition and generating the XML data, and constructing the XML database. XML data can be easily generated by creating a document as usual with a familiar word processor.
次に、本発明によるXMLデータ生成方法によるプログラムが組み込まれた、試験問題データベースシステムの実施例について説明する。 Next, an embodiment of a test question database system in which a program according to the XML data generation method of the present invention is incorporated will be described.
本実施例では、図5に示すように、問題企画・管理者1と、問題作成者2と、作成された問題を保存するための問題作成管理データベース(DB)3とで構成され、該問題作成管理DB3から検索してブラウザ4で閲覧し、編集・修正・登録はテンプレート付きWord5にて行なわれる。 In this embodiment, as shown in FIG. 5, the problem plan / manager 1, the problem creator 2, and a problem creation management database (DB) 3 for storing the created problems are stored. A search is made from the creation management DB 3 and browsed by the browser 4, and editing / modification / registration is performed in Word 5 with a template.
また、図6に示すように、作成されたテンプレート付きWordデータ5は、問題文本文は問題文実体XML6に変換されて登録され、問題文の管理情報(問題プロパティ)7は、マイクロソフト社の表計算ソフトであるExcelデータで保存され、問題IDでリンクされて問題作成管理DB3に記録される。 Further, as shown in FIG. 6, the created word data with template 5 is registered with the question text body converted into the question sentence entity XML6, and the problem sentence management information (problem property) 7 is a table of Microsoft Corporation. It is stored as Excel data, which is calculation software, linked with a problem ID, and recorded in the problem creation management DB 3.
本実施例の使用例について説明する。図7は、本問題DBシステムのメインメニュー画面を示す図である。問題新規登録ボタン11と、エクセルプロパティの登録・修正ボタン12と、マージ処理ボタン13と、問題検索ボタン14と、終了ボタン15とが表示されている。 A usage example of this embodiment will be described. FIG. 7 is a diagram showing a main menu screen of the problem DB system. A new problem registration button 11, an Excel property registration / correction button 12, a merge processing button 13, a problem search button 14, and an end button 15 are displayed.
図8は、問題新規登録画面を示す図である。教科選択欄16により、国語、英語、社会、数学、理科の中から登録する教科を選択する。
登録ファイル確定欄の参照ボタン17を押し、ファイル選択ダイヤログを開いて問題ワードデータと問題に必要な画像ファイル群をまとめて圧縮されたZIPファイルを選択する。
FIG. 8 is a diagram showing a new problem registration screen. A subject selection column 16 selects a subject to be registered from Japanese, English, society, mathematics, and science.
A reference button 17 in the registered file confirmation column is pressed to open a file selection dialog to select a ZIP file in which problem word data and a group of image files necessary for the problem are combined and compressed.
次に新規登録ボタン18を押し、問題コンテンツ情報であるWord文書をXMLデータに変換する。メインメニューボタン19を押してメインメニューに戻る。 Next, the new registration button 18 is pressed to convert the Word document that is the problem content information into XML data. Press the main menu button 19 to return to the main menu.
図9は、エクセルプロパティの登録・修正画面を示す図である。新規作成の処理は、手順1の教科選択欄20により、登録する教科を選択し、Excelファイルの取得ボタン21を押し、Excelファイルを開く。 FIG. 9 shows an Excel property registration / modification screen. In the newly created process, the subject to be registered is selected in the subject selection field 20 of the procedure 1, the Excel file acquisition button 21 is pressed, and the Excel file is opened.
図10に示すように、問題ID項目に従って、学年、学期、問題形式、設問形式、解説文、科目、分野、大分類、中分類、小分類などの問題文に対する管理情報を記入される。また、問題企画・管理者などのナレッジ情報を記入することができる。このナレッジ情報項目は任意に作成することができ、このナレッジ情報が問題文とリンクされることにより、問題の高度な解析、検索が可能となるものである。 As shown in FIG. 10, management information for question sentences such as grade, semester, question format, question format, commentary, subject, field, major category, middle category, and minor category is entered according to the question ID item. You can also enter knowledge information such as problem planners and managers. This knowledge information item can be created arbitrarily, and this knowledge information is linked to a problem sentence, so that a high-level analysis and search of a problem becomes possible.
作成されたExcelファイルは、手順2の教科選択欄22により、教科を選択し、参照ボタン23を押してファイル選択ダイヤログから選択し、アップロードボタン24を押してアップロードする。メインメニューボタン25を押してメインメニューに戻る。 The created Excel file is uploaded by selecting a subject in the subject selection field 22 of the procedure 2, pressing the reference button 23 to select from the file selection dialog, and pressing the upload button 24. Press the main menu button 25 to return to the main menu.
図11は、マージ処理画面を示す図である。上記で作成された問題コンテンツ情報であるXMデータと、問題プロパティ情報であるExcelデータを一つのデータにする。 教科選択欄26により、登録する教科を選択し、マージ処理ボタン27を押し、マージ処理が行なわれ、問題作成管理DBに登録される。 メインメニューボタン17を押し、メインメニューに戻る。 FIG. 11 is a diagram showing a merge processing screen. The XM data that is the problem content information created above and the Excel data that is the problem property information are combined into one data. A subject to be registered is selected from the subject selection column 26, a merge processing button 27 is pressed, merge processing is performed, and the subject creation management DB is registered. Press the main menu button 17 to return to the main menu.
図12は、問題検索画面を示す図である。教科選択欄29で目的の教科を選択する。検索項目の絞込み欄30で検索条件を設定し、検索開始ボタン31を押して検索する。32はメインメニューの戻りボタンである。 FIG. 12 is a diagram showing a problem search screen. In the subject selection field 29, a target subject is selected. A search condition is set in the search item narrowing column 30 and a search start button 31 is pressed to perform a search. Reference numeral 32 denotes a return button of the main menu.
図13、図14は検索結果リストの表示画面を示す図である。問題IDリストが表示され、目的の問題のチェック欄33にチェックを入れる。ビューボタン34を押すと図15に示すブラウザの表示画面が表示され、チェックした問題文の内容を確認できる。削除ボタン35を押すと、チェックした問題文が削除される。また、Wordファイルの作成ボタン36を押すと、図16に示すWord画面が表示され、チェックした問題文の内容を修正することができる。37は、検索メインメニューへの戻りボタンである。 FIGS. 13 and 14 are diagrams showing search result list display screens. A problem ID list is displayed, and a check is made in the check box 33 for the target problem. When the view button 34 is pressed, the browser display screen shown in FIG. 15 is displayed, and the contents of the checked question sentence can be confirmed. When the delete button 35 is pressed, the checked question sentence is deleted. When the Word file creation button 36 is pressed, a Word screen shown in FIG. 16 is displayed, and the contents of the checked question sentence can be corrected. Reference numeral 37 denotes a return button to the search main menu.
このように、本発明によれば、問題文作成者は、まったくXMLを意識するなく、使い慣れたWordにより問題作成ができ、編集・管理者も、XMLを意識する必要はなく、XMLデータによるデータベースを構築でき、細かなナレッジ情報がリンクされるので、詳細な検索ができ、高度な問題分析が可能となる。 As described above, according to the present invention, a problem sentence creator can create a problem using a familiar word without being conscious of XML at all, and an editor / manager is not required to be conscious of XML, and is a database based on XML data. Since detailed knowledge information is linked, detailed search is possible and advanced problem analysis is possible.
1 問題企画・管理者
2 問題作成者
3 問題作成管理データベース
4 ブラウザ
5 テンプレート付きWordデータ
6 問題文実体XML
7 問題文の管理情報(問題プロパティ)
11 問題新規登録ボタン
12 エクセルプロパティの登録・修正ボタン
13 マージ処理ボタン
14 問題検索ボタン
15 終了ボタン
16、20、22、26 教科選択欄
17、23 参照ボタン
18 新規登録ボタン
19、25、28、29、32 メインメニューボタン
21 Excelファイルの取得ボタン
24 アップロードボタン
27 マージ処理ボタン
30 検索項目の絞込み欄
31 検索開始ボタン
33 問題のチェック欄
34 ビューボタン
35 削除ボタン
36 Wordファイルの作成ボタン
37 検索メインメニューボタン
1 Problem Planning / Administrator 2 Problem Creator 3 Problem Creation Management Database 4 Browser 5 Word Data with Template 6 Problem Sentence XML
7 Problem statement management information (problem properties)
11 New problem registration button 12 Excel property registration / correction button 13 Merge processing button 14 Problem search button 15 End button 16, 20, 22, 26 Subject selection field 17, 23 Reference button 18 New registration button 19, 25, 28, 29 , 32 Main menu button 21 Excel file acquisition button 24 Upload button 27 Merge processing button 30 Search item narrowing down column 31 Search start button 33 Problem check column 34 View button 35 Delete button 36 Word file creation button 37 Search main menu button
Claims (6)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2006281223A JP5102474B2 (en) | 2006-10-16 | 2006-10-16 | XML data generation method and program thereof |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2006281223A JP5102474B2 (en) | 2006-10-16 | 2006-10-16 | XML data generation method and program thereof |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2008097496A true JP2008097496A (en) | 2008-04-24 |
JP5102474B2 JP5102474B2 (en) | 2012-12-19 |
Family
ID=39380252
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2006281223A Expired - Fee Related JP5102474B2 (en) | 2006-10-16 | 2006-10-16 | XML data generation method and program thereof |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP5102474B2 (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN106844307A (en) * | 2017-01-05 | 2017-06-13 | 上海核工程研究设计院 | It is a kind of to realize that Excel turns the system and method for Word based on mark |
Citations (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH10307816A (en) * | 1997-05-08 | 1998-11-17 | Just Syst Corp | Structured document processor its processing method and computer readable recording medium recording program for allowing computer to execute the method |
-
2006
- 2006-10-16 JP JP2006281223A patent/JP5102474B2/en not_active Expired - Fee Related
Patent Citations (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH10307816A (en) * | 1997-05-08 | 1998-11-17 | Just Syst Corp | Structured document processor its processing method and computer readable recording medium recording program for allowing computer to execute the method |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN106844307A (en) * | 2017-01-05 | 2017-06-13 | 上海核工程研究设计院 | It is a kind of to realize that Excel turns the system and method for Word based on mark |
CN106844307B (en) * | 2017-01-05 | 2023-03-28 | 上海核工程研究设计院股份有限公司 | System and method for converting Excel into Word based on mark |
Also Published As
Publication number | Publication date |
---|---|
JP5102474B2 (en) | 2012-12-19 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US7979793B2 (en) | Graphical creation of a document conversion template | |
US8688747B2 (en) | Schema framework and method and apparatus for normalizing schema | |
US20090113289A1 (en) | Method for automatically creating transforms | |
GB2373085A (en) | Method, computer program and system for style sheet generation. | |
JPWO2006085455A1 (en) | Document processing apparatus and document processing method | |
US20090083300A1 (en) | Document processing device and document processing method | |
JPWO2006137563A1 (en) | Data processing apparatus and data processing method | |
JPWO2006137562A1 (en) | Document processing apparatus and document processing method | |
JPWO2006120926A1 (en) | Input form design apparatus and input form design method | |
US20100169333A1 (en) | Document processor | |
US8423888B2 (en) | Document conversion and use system | |
US20080005662A1 (en) | Server Device and Name Space Issuing Method | |
US20080005085A1 (en) | Server Device and Search Method | |
JP5102474B2 (en) | XML data generation method and program thereof | |
US20090083620A1 (en) | Document processing device and document processing method | |
JP2008225932A (en) | Data processor and data processing method | |
JP2009059250A (en) | Data processing apparatus and data processing method | |
Bleeker et al. | Between Flexibility and Universality: Combining TAGML and XML to Enhance the Modeling of Cultural Heritage Text. | |
Eito-Brun | XML-based Content Management: Integration, Methodologies and Tools | |
Bouche | Cedrics: When cedram meets tralics | |
JP2005352945A (en) | Style sheet creation device | |
JP2010217972A (en) | Structured document generation device and structured document generation program | |
Bzyl et al. | Migrating to XML: The case of the GUST bulletin archive | |
lodzimierz Bzyl et al. | Migrating to XML: The Case of the GUST Bulletin Archive | |
Tin Yuen et al. | From unstructured HTML to structured XML: how XML supports financial knowledge management on the Internet |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20090924 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20110907 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20111107 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20120410 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20120914 |
|
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20120928 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20151005 Year of fee payment: 3 |
|
R150 | Certificate of patent or registration of utility model |
Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
S111 | Request for change of ownership or part of ownership |
Free format text: JAPANESE INTERMEDIATE CODE: R313111 |
|
R350 | Written notification of registration of transfer |
Free format text: JAPANESE INTERMEDIATE CODE: R350 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
LAPS | Cancellation because of no payment of annual fees |