JP2008257354A - Electronic device, method for creating web page, and program for creating web page - Google Patents
Electronic device, method for creating web page, and program for creating web page Download PDFInfo
- Publication number
- JP2008257354A JP2008257354A JP2007096756A JP2007096756A JP2008257354A JP 2008257354 A JP2008257354 A JP 2008257354A JP 2007096756 A JP2007096756 A JP 2007096756A JP 2007096756 A JP2007096756 A JP 2007096756A JP 2008257354 A JP2008257354 A JP 2008257354A
- Authority
- JP
- Japan
- Prior art keywords
- data
- character string
- web page
- display character
- translated
- 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
Links
Images
Landscapes
- Digital Computer Display Output (AREA)
- Information Transfer Between Computers (AREA)
- Document Processing Apparatus (AREA)
Abstract
Description
本発明は、電子装置、Webページ生成方法、及びWebページ生成プログラムに関し、特に多言語対応されたWebページを生成する電子装置、Webページ生成方法、及びWebページ生成プログラムに関する。 The present invention relates to an electronic device, a Web page generation method, and a Web page generation program, and more particularly to an electronic device, a Web page generation method, and a Web page generation program that generate a multilingual Web page.
近年では、インターネット上で種々の情報を提供するための表示データであるWebページにおいて、デザインや情報の表示形式をユーザにあわせて提供するものが見受けられる。同一の情報を異なる表示形式で表示する顕著な例としては、異なる言語による表示が挙げられる。即ち、Webページを利用するユーザは、それぞれ同じ言語を使うとは限らない。あるユーザは日本語での表示を要求し、別のユーザは英語やフランス語等による表示を要求するであろう。 In recent years, Web pages that are display data for providing various types of information on the Internet have been found to provide designs and information display formats to users. A prominent example of displaying the same information in different display formats is display in different languages. In other words, users using Web pages do not always use the same language. One user will request display in Japanese, and another user will request display in English, French, etc.
他方において、画像処理装置のような組み込み機器において、機器のステータスや、保管された文書情報、スプールされているジョブ、FAXやe−mail等に使用されるアドレス帳を、ネットワークを介して接続される端末等にWebページによって提供するものが存在する。Webページによってこれらの情報を提供する利点としては、端末側には汎用的なWebブラウザがあれば特別なソフトウェアをインストールしなくても良い、端末側のプラットフォームに依存しない、機器の側に居なくても遠隔地において情報を確認できる等が挙げられる。このような機器によって提供されるWebページにおいても、一般的なWebサーバによるものと同様、同一の情報をユーザによって異なる言語や表示形式により表示できることが望ましい。 On the other hand, in an embedded device such as an image processing apparatus, the device status, stored document information, spooled jobs, address books used for FAX, e-mail, etc. are connected via a network. There are some which are provided by a web page in a terminal or the like. As an advantage of providing such information by a Web page, if there is a general-purpose Web browser on the terminal side, special software may not be installed, it does not depend on the platform on the terminal side, and is not on the device side. However, information can be confirmed at a remote location. Even in a Web page provided by such a device, it is desirable that the same information can be displayed in different languages and display formats depending on the user, as in a general Web server.
例えば、特許文献1には、XSLT(XML Stylesheet Language Transformations)プロセッサを備え、当該XSLTプロセッサが、Webアプリケーションの処理結果として出力されるXML(eXtensible Markup Language)データに対して書式データ(XSL(eXtensible Stylesheet Language)データ)を適用してXSLT変換を実行することによりHTMLデータ(Webページ)を生成する画像処理装置が記載されている。当該画像処理装置において、書式データは、各言語に対して共通に利用可能なように作成されている。すなわち、言語ごとに異なる部分については識別子(キー文字列)によって記述されている。キー文字列に対応する表示文字列は、言語テーブルと呼ばれるXMLデータ内に言語ごとに定義されている。当該画像形成装置においてWebページを生成する際、XSLTプロセッサは、表示言語に対応した言語テーブルを用いて、書式データに基づいてXSLT変換を実行することにより、表示言語によってキー文字列が置換されたHTMLデータを生成する。
しかしながら、XSLTプロセッサは、XMLデータに対して検索を行う場合、パターンにマッチする全てのデータを抽出するように構成されている。したがって、特許文献1に係る画像処理装置において、XSLTプロセッサが、キー文字列に対応する表示文字列を言語テーブルより検索する際、当該表示文字列が検出された後も言語テーブルに対する走査が継続される。
However, the XSLT processor is configured to extract all data that matches a pattern when searching for XML data. Therefore, in the image processing apparatus according to
図1は、XSLTプロセッサによる言語テーブルに対する検索処理を説明するための図である。図1の言語テーブルでは、表示文字列ごとにgentext要素が記述されている。gentext要素のkey属性の値はキー文字列を示し、text属性の値は表示文字列を示す。 FIG. 1 is a diagram for explaining a search process for a language table by an XSLT processor. In the language table of FIG. 1, a genext element is described for each display character string. The value of the key attribute of the gentext element indicates a key character string, and the value of the text attribute indicates a display character string.
図中、矢印a1及びa2は、キー文字列「ATALK」に対する表示文字列を検索する際のXSLTプロセッサによる走査の過程を示す。すなわち、XSLTプロセッサは、矢印a1に示される走査を行い「ATALK」を検出したとしても、その後も矢印a2に示される走査を継続する。したがって、この場合、矢印a2に示される走査の分、不要な検索時間がかかる。 In the figure, arrows a1 and a2 indicate the scanning process by the XSLT processor when searching the display character string for the key character string “ATALK”. That is, even if the XSLT processor performs the scan indicated by the arrow a1 and detects “ATALK”, the XSLT processor continues the scan indicated by the arrow a2 thereafter. Therefore, in this case, unnecessary search time is required for the scanning indicated by the arrow a2.
言語テーブルに対する検索は、Webページを生成する際、すなわち、クライアントからWebページが要求された後、当該Webページを返信するまでの間に実行される。したがって、言語テーブルに対する検索性能は、クライアントからのWebページの要求に対するレスポンスの性能に大きく影響する。しかし、上記のようにXLSTプロセッサによって翻訳を行っていては、レスポンスが悪化する可能性がある。 The search for the language table is executed when a Web page is generated, that is, after a Web page is requested from a client and before the Web page is returned. Therefore, the search performance for the language table greatly affects the performance of the response to the Web page request from the client. However, if the translation is performed by the XLST processor as described above, the response may be deteriorated.
本発明は、上記の点に鑑みてなされたものであって、Webページの多言語対応を実現するにあたりWebページの要求に対するレスポンスの性能を適切に保つことのできる電子装置、Webページ生成方法、及びWebページ生成プログラムの提供を目的とする。 The present invention has been made in view of the above points, and in realizing multilingual support of a Web page, an electronic apparatus, a Web page generation method, and an electronic device that can appropriately maintain the response performance to a Web page request, And providing a Web page generation program.
そこで上記課題を解決するため、本発明は、言語ごとに複数の識別子に対する表示文字列が記録されている記憶装置を用いて、XSLデータに含まれている前記識別子を前記表示文字列に置換することにより翻訳済XSLデータを生成する翻訳手段と、ネットワークを介して受信されるWebページの要求に応じて情報処理を実行し、当該情報処理の結果をXMLデータとして出力する情報処理手段と、前記翻訳済XSLデータを前記XMLデータに適用してXSLT変換を実行することによりHTMLデータを生成するXSLT変換手段とを有し、前記翻訳手段は、複数の前記識別子が記録された前記記憶装置より前記XSLデータに含まれている前記識別子に対応する表示文字列が検出された時点で当該識別子に関する表示文字列の検索を終了することを特徴とする。 In order to solve the above problem, the present invention replaces the identifier included in the XSL data with the display character string using a storage device in which display character strings for a plurality of identifiers are recorded for each language. A translation means for generating translated XSL data, an information processing means for executing information processing in response to a request for a Web page received via a network, and outputting the result of the information processing as XML data; XSLT conversion means for generating HTML data by applying translated XSL data to the XML data and executing XSLT conversion, and the translation means includes a plurality of identifiers recorded from the storage device. When a display character string corresponding to the identifier included in the XSL data is detected, a search for the display character string related to the identifier is performed. Characterized in that it end.
このような画像処理装置では、Webページの多言語対応を実現するにあたりWebページの要求に対するレスポンスの性能を適切に保つことができる。 In such an image processing apparatus, the performance of a response to a request for a Web page can be appropriately maintained when realizing multilingual support of the Web page.
本発明によれば、Webページの多言語対応を実現するにあたりWebページの要求に対するレスポンスの性能を適切に保つことのできる電子装置、Webページ生成方法、及びWebページ生成プログラムを提供することができる。 According to the present invention, it is possible to provide an electronic device, a Web page generation method, and a Web page generation program that can appropriately maintain the performance of response to a Web page request in realizing multilingual support of the Web page. .
以下、図面に基づいて本発明の実施の形態を説明する。本実施の形態においては、画像処理装置を電子装置及び組み込み機器の具体例として説明する。ここで、組み込み機器とは、一般的な用語として使われているが、例えば、電話、プリンタ、テレビ、エアコン、携帯情報端末等、特定の機能を実現するプログラムとそのプログラムを処理するプロセッサとがあらかじめ組み込まれた機器一般をいう。 Hereinafter, embodiments of the present invention will be described with reference to the drawings. In the present embodiment, an image processing apparatus will be described as a specific example of an electronic apparatus and an embedded device. Here, the embedded device is used as a general term. For example, a program that realizes a specific function and a processor that processes the program, such as a telephone, a printer, a television, an air conditioner, and a portable information terminal. General equipment that is pre-installed.
図2は、本発明の実施の形態における画像処理装置の構成例を示す図である。図2において、画像処理装置10は、プロッタエンジン203及びスキャナエンジン204等の個別の画像処理を行うためのハードウェア資源と、エンジン制御ボード202と、OS201と、システム管理サービス106と、ネットワークサービス107と、メモリ管理サービス108と、オペパネ管理サービス109と、エンジン管理サービス110と、コピーアプリ101、ファックスアプリ102、プリンタアプリ103及び情報提供アプリ104等の各種アプリケーションとから構成される。当該各種アプリケーション等のソフトウェア資源は、画像処理装置10が備える非図示の記憶装置に記録され、画像処理装置10が備える非図示のCPUによって処理されることにより機能する。
FIG. 2 is a diagram illustrating a configuration example of the image processing apparatus according to the embodiment of the present invention. 2, the
エンジン制御ボード202は、プロッタエンジン203及びスキャナエンジン204等の画像処理装置10の個別機能を制御し、エンジンI/F(インタフェース)を通して、エンジン制御ボード202の機能をOS201等に提供する。
The
OS201は、UNIX(登録商標)等のオペレーティング・システムであり、コピーアプリ101、ファックスアプリ102等、アプリケーションとして実装されている各種ソフトウェアをプロセスとして並列実行する。
The OS 201 is an operating system such as UNIX (registered trademark), and executes various software implemented as applications such as the copy application 101 and the
システム管理サービス106、ネットワークサービス107、メモリ管理サービス108、オペパネ管理サービス109、及びエンジン管理サービス110は、API(Application Programming Interface)を通して、コピーアプリ101等の上位アプリケーションにそれぞれの機能を提供するものである。即ち、システム管理サービス106は、システム管理に関する機能を提供し、ネットワークサービス107は、ネットワーク通信に関する機能を提供する。また、メモリ管理サービス108は、メモリ管理に関する機能を提供し、オペパネ管理サービス109は、画像処理装置10に設置された操作パネル(オペパネ)に関する機能を提供する。更に、エンジン管理サービス110は、エンジン制御ボード202を介してプロッタエンジン203やスキャナエンジン204を制御するための機能を提供する。
A
コピーアプリ101は、コピー用アプリケーションであり、ファックスアプリ102は、ファクシミリ用アプリケーションである。プリンタアプリ103は、ページ記述言語(PDL)、PCL及びポストスクリプト(PS)を有するプリンタ用アプリケーションである。また、情報提供アプリ104は、端末20から要求された情報を表示するWebページを生成するための処理を実行するものである。
The copy application 101 is a copy application, and the
情報提供アプリ104について更に詳しく説明する。図3は、情報提供アプリの機能構成例を説明するための図である。図3において、画像処理装置10は、PC(Personal Computer)、PDA(Personal Digital(Data) Assistants)、又は携帯電話等を表現する端末20及び端末30と、リソースサーバ50と、インターネット、又はLAN等のネットワーク40(有線又は無線の別は問わない。)を介して接続されている。
The
図中における画像処理装置10の機能ブロックにおいて、Webアプリ12a及び12b(以下、総称する場合「Webアプリ12」という。)と、翻訳部14と、XSLTプロセッサ15とは、情報提供アプリ104の機能に含まれる。
In the functional blocks of the
一方、組み込みWebサーバ11及び組み込みWebクライアント17は、ネットワークサービス107の機能の一部である。
On the other hand, the embedded
記憶領域16は、画像処理装置10のROM及びRAM上に構成される記憶領域である。記憶領域16には、アプリデータ161、未翻訳書式データ162、イメージデータ164、スクリプトデータ165、言語テーブル位置情報166等が保存されている。
The
アプリデータ161は、Webアプリ12がWebページを生成する際に参照するデータであり、Webページに掲載する情報そのものや、あるいはWebページに掲載する情報を生成するための元となる情報等を有するデータである。
The
未翻訳書式データ162は、Webページの書式情報が定義されているXSL形式のデータであり、Webページごとにファイルとして記憶領域16に保存されている。未翻訳書式データ162は、Webページの表示に用いられる言語(日本語、英語等の自然言語)によって表示形式(表示文字列)が異なる部分については、表示文字列を識別するための識別子によって記述されている。
The
イメージデータ164は、端末20に提供するWebページにおいて表示されるGIF(Graphic Interchange Format)データ等である。スクリプトデータ165は、Java(登録商標)スクリプト等によって定義されたデータであり、端末20に提供するWebページに含められる。
The
言語テーブル位置情報166は、言語テーブルの保存位置を示す情報(例えば、URL等)である。言語テーブルとは、Webページの表示に用いられる言語(表示言語)によって表示文字列が異なる情報について言語の種別毎に表示文字列が定義されているXML形式データであり、本実施の形態では、言語テーブル163としてリソースサーバ50の記憶装置に保存されている。
The language
組み込みWebサーバ11は、端末20等とのHTTPによる通信を制御するデーモンプログラムであり、端末20等から送信されるHTTPリクエストを解釈し、Webアプリ12を呼び出す。組み込みWebサーバ11は、更に、HTTPリクエストに応じて画像処理装置10において生成されるHTMLデータであるWebページを端末20等に送信する。本実施の形態では、次のようなWebページを具体例として使用する。
The embedded
図4は、本実施の形態において生成されるWebページの表示例を示す図である。図4に示されるWebページ210は、画像処理装置10におけるネットワーク機能に関する設定情報を英語で表示するものである。記述2011は、AppleTalkプロトコルが利用可能であることを示し、記述2012は、ネットワーク番号を示している。
FIG. 4 is a diagram illustrating a display example of a Web page generated in the present embodiment. A
なお、HTTPリクエストには、表示言語を識別するための情報が含まれている。すなわち、どの表示言語によってWebページを表示させるかは、端末20等において選択される。 The HTTP request includes information for identifying the display language. That is, it is selected on the terminal 20 or the like by which display language the Web page is displayed.
Webアプリ12は、端末20等からの要求に応じた情報処理を実行し、その処理結果としてWebページに表示させる情報をXML(eXtensible Markup Language)データとして出力するプログラムであり、Webページの種類に応じて複数のインスタンス(Webアプリ12a、Webアプリ12b等)が実装されている。なお、Webアプリ12によって生成されるXMLデータを、以下「ベースデータ」という。
The
翻訳部14は、未翻訳書式データ162において表示言語に応じて表示文字列が異なる部分(識別子)に関して、言語テーブル163を用いて、表示言語に応じた表示文字列への置換(翻訳)を行う。未翻訳書式データ162に対して翻訳が行われた結果として出力される書式データを、翻訳済書式データ167という。
The
XSLTプロセッサ15は、XMLデータとXSLデータとに基づいてXSL変換を実行し、XSLデータの書式情報に従ったXMLデータやHTMLデータ等を生成するプログラムである。XSLTプロセッサ15は、複数のWebアプリの種別を問わず共通的に使用され、Webアプリ12が生成したXMLデータに基づいてHTMLデータを生成する。
The
組み込みWebクライアント17は、Webクライアントとしての機能を画像処理装置10内の機能に提供するためのプログラムモジュールである。本実施の形態において、Webクライアント17は、翻訳部14の要求に応じ、言語テーブル位置情報166に基づいて、言語テーブル163の取得要求を含んだHTTPリクエストをリソースサーバ50に送信することにより、リソースサーバ50より言語テーブル163を取得する。
The embedded Web client 17 is a program module for providing a function as a Web client to a function in the
リソースサーバ50は、Webサーバとしての機能を有するコンピュータであり、言語テーブル163を有している。リソースサーバ50は、言語テーブル163を要求するHTTPリクエストに応じて言語テーブル163を含んだHTTPレスポンスを返信する。
The
なお、リソースサーバ50は、必ずしもコンピュータである必要はなく、画像処理装置10と同様に、Webサーバとしての機能を有する機器であってもよい。リソースサーバ50を画像処理装置によって構成した場合は、例えば、画像処理装置10はローエンドモデルによって構成し、リソースサーバ50としての画像処理装置は、ハイエンドモデルによって構成するといった形態も考えられる。
Note that the
また、言語テーブル163は、必ずしも画像処理装置10の外部の装置において管理されていなくてもよく、画像処理装置10の記憶領域16内に保存されていてもよい。この場合、組み込みWebクライアント17は不要である。
Further, the language table 163 does not necessarily have to be managed in an external device of the
以下、画像処理装置10の処理手順について説明する。まず、未翻訳書式データ162の翻訳処理について説明する。図5は、第一の実施の形態における未翻訳書式データの翻訳処理を説明するためのシーケンス図である。図5の処理は、少なくとも画像処理装置10の起動後、最初のWebページの要求が受信されるまで、例えば、画像処理装置10の起動時において実行される。すなわち、翻訳済書式データ167は、必ずしも記憶領域16に常駐するわけではない。
Hereinafter, the processing procedure of the
例えば、画像処理装置10が起動されると、翻訳部14は、記憶領域16より未翻訳書式データ162を取得する(S101)。
For example, when the
図6は、未翻訳書式データの定義例を示す図である。図6の未翻訳書式データ162の定義において、記述1621、記述1622は、それぞれ図4の記述2011、記述2012に対応している。
FIG. 6 is a diagram illustrating a definition example of untranslated format data. In the definition of the
記述1621a、記述1622aは、それぞれ図4の記述2011、記述2012において項目名として表示される文字列を識別するための情報(識別子)である。すなわち、項目名は言語によって表示が異なるところ、未翻訳書式データ162は言語の種別に関係なく利用されるデータであるため、実際の表示文字列(AppleTalk、Network No.)ではなく、表示文字列を識別するための識別子(以下、「キー文字列」という。)によって表示情報が指定されている。キー文字列は、@[<キー文字列>]@といった形式で記述される。したがって、記述1621a、記述1621bにおいて、「ATALK」、「AT_NET_NO」がキー文字列に相当する。"@["及び"]@"は、キー文字列の開始及び終了を示す記号(以下、「キー文字列識別記号」という。)である。
続いて、翻訳部14は、組み込みWebクライアント17を介して言語テーブル163を取得する(S102)。
Subsequently, the
図7は、英語版の言語テーブルの定義例を示す図である。図7の言語テーブル163では、表示文字列ごとにgentext要素が記述されている。gentext要素のkey属性の値はキー文字列を示し、text属性の値は表示文字列を示す。例えば、記述1631では、キー文字列ATALKに対応する表示文字列は、「AppleTalk」であることが定義されている。また、記述1632では、キー文字列AT_NET_NOに対応する表示文字列は、「Network No.」であることが定義されている。なお、図7は、英語版の言語テーブル163を示したものであるが、他の言語の言語テーブル163では、同一のキー文字列に対して異なる言語による表示文字列定義がされている。
FIG. 7 is a diagram illustrating a definition example of the English language language table. In the language table 163 of FIG. 7, a genext element is described for each display character string. The value of the key attribute of the gentext element indicates a key character string, and the value of the text attribute indicates a display character string. For example, the
続いて、翻訳部14は、未翻訳書式データ162におけるキー文字列を、各言語の言語テーブル163を用いて翻訳し、言語ごとに翻訳済書式データ167を生成する(S103)。
Subsequently, the
図8は、英語版の翻訳済書式データの定義例を示す図である。図8に示される翻訳済書式データ167の記述内容は、翻訳された箇所を除いて図6に示される未翻訳書式データ162と同じであり、図8の記述1671、記述1672は、図6の記述1621、記述1622に対応する。
FIG. 8 is a diagram illustrating an example of definition of translated English format data. The description content of the translated
図8において、記述1671a及び記述1672aが翻訳された箇所に相当する。すなわち、記述1671aは、英語版の言語テーブル163においてキー文字列「ATALK」に対する表示文字列として定義されている「AppleTalk」に置換されている。また、記述1671bは、英語版の言語テーブル163においてキー文字列「AT_NET_NO」に対する表示文字列として定義されている「Network No.」に置換されている。
In FIG. 8, the
他の言語についても、同一の未翻訳書式データ162に基づいて、言語ごとに翻訳済書式データ167が生成される。
For other languages, translated
なお、ここで、翻訳されるのは、Webページ210において表示される項目名のようにWebアプリ12aの処理結果に応じて表示内容が変化しない部分(静的な部分)である。
Here, what is translated is a portion (a static portion) where the display content does not change according to the processing result of the
続いて、翻訳部14は、生成された翻訳済書式データ167を記憶領域16(RAM上)に保存する(S104)。
Subsequently, the
次に、端末20からの要求に応じて画像処理装置10がWebページを生成する際の処理について説明する。図9は、第一の実施の形態におけるWebページの生成処理を説明するためのシーケンス図である。
Next, processing when the
端末20のユーザが、画像処理装置10の所定の情報を参照すべく、端末20のWebブラウザ21において、画像処理装置10のURLを入力すると、Webブラウザ21は、画像処理装置10に対して当該所定の情報を表示するWebページの提供を要求する(HTTPリクエスト)(S111)。
When the user of the terminal 20 inputs the URL of the
HTTPリクエストを受信した組み込みWebサーバ11は、HTTPリクエストに対応したWebアプリ12を呼び出す(S112)。Webアプリ12は、アプリデータ161等を参照して所定の処理を実行し、その処理結果に基づいてWebページに表示させる情報を有するXMLデータ(ベースデータ)を生成する(S113)。本実施の形態では、Webアプリ12は、画像処理装置10のネットワーク機能に関する設定情報が取得し、ベースデータとして出力する。
The embedded
図10は、ベースデータの定義例を示す図である。図10のベースデータ121において、記述1211におけるurlLangタグで囲まれている文字列「en」は、端末20等から要求された表示言語を識別するための情報であり、HTTPリクエストに指定されている表示言語に応じて出力される。本実施の形態において「en」は、英語を示す文字列である。従って、記述1211によって英語版のWebページが要求されたことが特定される。
FIG. 10 is a diagram illustrating a definition example of base data. In the
記述1212と記述1213とは、Webページ210に表示される情報に関するものである。即ち、記述1212におけるappleTalkタグで囲まれた文字列「true」は、画像処理装置10におけるAppleTalkプロトコルの利用の可否を示す値であり、記述1213におけるnetworkNoタグで囲まれた文字列「1234」は、ネットワーク番号を示す値である。
The
続いて、Webアプリ12は、ベースデータ121に含まれる情報をWebページ210として表示させるためのHTMLデータの生成をXSLTプロセッサ15に要求する(S114)。XSLTプロセッサ15は、HTTPリクエストにおいて要求された言語によるWebページに対応する翻訳済書式データ167とベースデータ121とに基づいてXSLT変換を実行し、HTMLデータを生成する(S115)。
Subsequently, the
図11は、XSLTプロセッサによって生成される英語版のHTMLデータの定義例を示す図である。図11のHTMLデータ220の定義例において、記述221、記述222は、それぞれ図4の記述2011、記述2012に対応する。
FIG. 11 is a diagram illustrating a definition example of English version HTML data generated by the XSLT processor. In the definition example of the
HTMLデータ220の記述2211における文字列「AppleTalk」は、XSLTプロセッサ15が、翻訳済み書式デー167の記述1671aにおける「AppleTalk」をそのまま出力したものである。また、HTMLデータ220の記述2221における文字列「Network No.」は、XSLTプロセッサ15が、翻訳済み書式デー167の記述1672aにおける「Network No.」をそのまま出力したものである。
The character string “AppleTalk” in the description 2211 of the
一方、HTMLデータ220の記述2212は、XSLTプロセッサ15が、翻訳済書式データ167の記述1671bとベースデータ121の記述1222における値(true)とに基づいて出力したものである。また、HTMLデータ220の記述2222は、XSLTプロセッサ15が、翻訳済書式データ167の記述1672bとベースデータ121の記述1223における値(1234)とに基づいて出力したものである。
On the other hand, the
すなわち、XSLTプロセッサ15は、翻訳済書式データ167の記述1671b及び記述1672bについて、その要素の値(タグに囲まれた文字列)(「appleTalk」、「networkNo」)をタグ名とする要素をベースデータ121より検索し、検索された要素の値(「true」、「1234」)をHTMLデータ220に出力する。斯かる処理内容は、翻訳済書式データ167の記述1671、記述1672に適用されるテンプレートに定義されている。なお、「true」については、HTMLデータ220において「@[true]@」としてキー文字列に変換されているが、この点についてもテンプレートに定義されている。
That is, the
翻訳済書式データ167の記述1671については、記述1671cに基づいて「optionBoolean」という名前のテンプレート(以下「optionBooleanテンプレート」という。)が適用される。optionBooleanテンプレートには、記述1671aに係る文字列(「AppleTalk」)は、「titleText」という名前の変数の値として引き渡され、記述1671bに係る文字列(「appleTalk」)は、「target」という名前の変数の値として引き渡される。
For the
図12は、optionBooleanテンプレートの定義例を示す図である。図12のoptionBooleanテンプレート168の定義例において、記述1681には、targetの値(「appleTalk」)をタグ名とする要素をベースデータ121より検索し、その値(「true」)をvalueという名前の変数に代入することが定義されている。また、記述1682には、value変数の値を"@["及び"]@"キー文字列識別記号によって囲んだ文字列をvalueTransという名前の変数に代入することが定義されている。なお、参照番号1683に示される部分には、titleTextの値とvalueTransの値とをHTMLデータ220に出力するための定義が記述されているが、図中では便宜上省略されている。
FIG. 12 is a diagram illustrating a definition example of the optionBoolean template. In the definition example of the optionBoolean template 168 in FIG. 12, the
一方、翻訳済書式データ167の記述1672については、記述1672cに基づいて「editValue」という名前のテンプレート(以下「editValueテンプレート」という。)が適用される。editValueテンプレートには、記述1672aに係る文字列(「Network No.」)は、「titleText」という名前の変数の値として引き渡され、記述1672bに係る文字列(「networkNo」)は、「target」という名前の変数の値として引き渡される。
On the other hand, a template named “editValue” (hereinafter referred to as “editValue template”) is applied to the
図13は、editValueテンプレートの定義例を示す図である。図13のeditValueテンプレート169の定義例において、記述1691には、targetの値(「networkNo」)をタグ名とする要素をベースデータ121より検索し、その値(「1234」)をvalueという名前の変数に代入することが定義されている。参照番号1692に示される部分には、titleTextの値とvalueの値とをHTMLデータ220に出力するための定義が記述されているが、図中では便宜上省略されている。
FIG. 13 is a diagram showing a definition example of the editValue template. In the definition example of the
なお、optionBooleanテンプレート168やeditValueテンプレート169は、未翻訳書式データ162とは異なるファイルに格納しておくとよい。未翻訳書式データ162に当該テンプレートを含めておくと、言語ごとに生成される翻訳済書式データ167にも当該テンプレートが含められ、メモリの消費量を増大させるからである。
Note that the optionBoolean template 168 and the
ところで、図11のHTMLデータ220の記述2212における「@[true]@」は、trueという文字列がキー文字列であること、すなわち翻訳対象であることを示す。したがって、以降、HTMLデータ220を「未翻訳HTMLデータ220」という。
By the way, “@ [true] @” in the
XSLTプロセッサ15は、生成された未翻訳HTMLデータ220を翻訳部14に出力する(S116)。翻訳部14は、未翻訳HTMLデータ220におけるキー文字列を、表示言語(ここでは英語)の言語テーブル163を用いて翻訳し、翻訳されたHTMLデータ(翻訳済HTMLデータ)を生成する(S117)。
The
図14は、英語版の翻訳済HTMLデータの定義例を示す図である。図14の翻訳済HTMLデータ220aは、図11の未翻訳HTMLデータ220を翻訳したものである。すなわち、翻訳済HTMLデータ220aの記述2212aでは、キー文字列であった「true」が、「Enable」に置換されている。なお、ここで翻訳される対象は、Webアプリ12の処理結果として出力された値、すなわち、Webアプリ12の処理結果に応じて変化する部分(動的な部分)である。すなわち、「true」又は「false」等の真偽値は、プログラムによって処理される値であるところ、ネットワーク設定が有効か無効かを示す場合に、「true」又は「false」をそのまま表示させるのは見栄えが良くない。そこで、本実施の形態では、斯かる部分についても表示言語に応じて翻訳可能に構成されている。例えば、表示言語が日本語であれば、「true」は、「有効」に翻訳される。
FIG. 14 is a diagram illustrating a definition example of translated HTML data in the English version. The translated
続いて、翻訳部14は、翻訳済HTMLデータ220aを組み込みWebサーバ11に出力する(S118)。組み込みWebサーバ11は、HTTPレスポンスとして翻訳済HTMLデータ220aを端末20のWebブラウザ21に送信する(S119)。Webブラウザ21は、翻訳済HTMLデータ220aに基づいてWebページ210を表示させる。これによって、ユーザは、所望の言語によってWebページを閲覧することができる。
Subsequently, the
次に、図5のステップS103における処理について更に詳しく説明する。図15は、翻訳部による翻訳済書式データの生成処理を説明するためのフローチャートである。 Next, the process in step S103 of FIG. 5 will be described in more detail. FIG. 15 is a flowchart for explaining the process of generating translated format data by the translation unit.
翻訳部14は、画像処理装置10がサポートしている全ての言語ついて(S201)、また、Webページごとの全ての未翻訳書式データ162について(S202)、翻訳処理を実行することにより翻訳済書式データ167を生成し(S203)、全ての未翻訳書式データ162の翻訳が完了すると(S202でYES)、翻訳済書式データ167を記憶領域16に保存する(S204)。
The
次に、図15のステップS203や図9のステップS117において実行される、翻訳部14による翻訳処理について説明する。図16は、翻訳部による翻訳処理を説明するためのフローチャートである。
Next, the translation process performed by the
まず、未翻訳書式データ167又は未翻訳HTMLデータ220(以下、総称する場合「未翻訳データ」という。)より翻訳対象の文字列(キー文字列)を検索する(S251)。当該検索は、キー文字列識別記号の検出に基づいて行われる。キー文字列が検索された場合(S252でYES)、キー文字列に対応する表示文字列を言語テーブル163より検索する(S253)。ここで、翻訳部14は、未翻訳書式データ167や未翻訳HTMLデータ220の翻訳のために専用に作成されたプログラムであるため、汎用的なXSLTプロセッサ15とは異なり、検索対象とする文字列が見つかった(検出された)時点で検索を終了させる。
First, a character string (key character string) to be translated is searched from
図17は、翻訳部による言語テーブルの検索処理を説明するための図である。図17では、キー文字列「ATALK」に対応する表示文字列を検索する例が示されている。矢印a1は、翻訳部14が、検索対象とするキー文字列が検出された時点で、言語テーブル163の走査を中止することを示す。したがって、検索対象とするキー文字列が検索されても走査を継続するXSLTプロセッサ15と比べて、検索処理の性能を向上させることができる。
FIG. 17 is a diagram for explaining the language table search processing by the translation unit. FIG. 17 shows an example of searching for a display character string corresponding to the key character string “ATALK”. An arrow a1 indicates that the
表示文字列が検索された場合(S254でYES)、未翻訳データ中におけるキー文字列を検索された表示文字列によって置換する(S255)。未翻訳データ中における全てのキー文字列について翻訳が完了すると(S252でNO)、翻訳処理を終了させる。 When the display character string is searched (YES in S254), the key character string in the untranslated data is replaced with the searched display character string (S255). When the translation is completed for all key character strings in the untranslated data (NO in S252), the translation process is terminated.
なお、上記において、言語テーブル163は、XMLデータとして説明した。しかし、翻訳部14は、XSLTプロセッサではないため、言語テーブル163は必ずしもXMLデータでなくてもよい。例えば、言語テーブル163に相当する情報をデータベースに登録しておいてもよい。
In the above description, the language table 163 has been described as XML data. However, since the
図18は、データベース上に構築された言語テーブルの例を示す図である。図18に示される言語テーブル163aでは、key(キー文字列)と、text(表示文字列)とが対応付けられている。言語テーブル163aをデータベース上に構築することにより、例えば、二分木検索等のロジックによって、より高速にキー文字列に対する表示文字列を検索することができる。 FIG. 18 is a diagram illustrating an example of a language table constructed on a database. In the language table 163a shown in FIG. 18, a key (key character string) and a text (display character string) are associated with each other. By constructing the language table 163a on the database, for example, a display character string for the key character string can be retrieved at higher speed by logic such as binary tree search.
上述したように第一の実施の形態における画像処理装置10によれば、Webページの要求が受信される前に書式データが予め翻訳されて保存される。また、XSLTプロセッサ15ではなく、翻訳専用の翻訳部14によって翻訳が行われるため、言語テーブル163の検索処理が高速化される。したがって、端末20からWebページが要求された際のレスポンスを向上させることができる。
As described above, according to the
次に、第二の実施の形態について説明する。第二の実施の形態では、第一の実施の形態と異なる点について説明する。したがって、特に言及しない点については、第一の実施の形態と同様でよい。 Next, a second embodiment will be described. In the second embodiment, differences from the first embodiment will be described. Therefore, the points not particularly mentioned may be the same as those in the first embodiment.
図19は、第二の実施の形態における未翻訳書式データの翻訳処理を説明するためのシーケンス図である。図19は、第二の実施の形態において、図5の代わりに実行される処理である。図19中、図5と同一ステップには同一ステップ番号を付し、その説明は適宜省略する。 FIG. 19 is a sequence diagram for explaining the translation processing of untranslated format data in the second embodiment. FIG. 19 shows processing executed instead of FIG. 5 in the second embodiment. In FIG. 19, the same steps as those in FIG.
例えば、画像処理装置10が起動されると、翻訳部14は、記憶領域16より未翻訳書式データ162を取得する(S301)。第二の実施の形態における未翻訳書式データ162には、静的な部分だけでなく、動的な部分についても翻訳対象(キー文字列)として含まれている。例えば、動的な部分は、画像書処理装置10の設定情報(機内情報)に応じて表示文字列が異なる部分が相当する。
For example, when the
キー文字列が静的な部分であるか動的な部分であるかは、キー文字列識別記号の相違によって識別される。すなわち、静的な部分に係るキー文字列を示すキー文字列識別記号と、動的な部分に係るキー文字列を示すキー文字列識別記号とは異なる。 Whether the key character string is a static part or a dynamic part is identified by a difference in the key character string identification symbol. That is, the key character string identification symbol indicating the key character string related to the static portion is different from the key character string identification symbol indicating the key character string related to the dynamic portion.
続いて、翻訳部14は、組み込みWebクライアント17を介して言語テーブル163を取得する(S302)。続いて、翻訳部14は、未翻訳書式データ162における静的な部分に係るキー文字列を、各言語の言語テーブル163を用いて翻訳し、言語ごとに翻訳済書式データ167を生成する(S303)。なお、静的な部分についての翻訳を「1次翻訳」といい、1次翻訳の結果として生成される翻訳済書式データ167を「1次翻訳済書式データ167」という。1次翻訳済書式データ167は、動的な部分について未翻訳のままの書式データである。翻訳部14は、生成された1次翻訳済書式データ167を記憶領域16(RAM上)に保存する(S304)。
Subsequently, the
その後、例えば、画像処理装置10の機内情報が更新されると(S305)、翻訳部14は、1次翻訳済書式データ167と、更新された機内情報(例えば、アプリデータ161)とを取得し(S306)、当該機内情報に基づいて、1次翻訳済書式データ167において未翻訳の部分(動的な部分に係るキー文字列)を、言語テーブル163を用いて翻訳する(S307)。例えば、第二の実施の形態において、言語テーブル163には、キー文字列に対する表示文字列が、機内情報等の値に応じて定義されている。したがって、翻訳部14は、1次翻訳済書式データ167における動的な部分に係るキー文字列に対して、言語テーブル163において定義されている表示文字列の中から、現在の機内情報の値に対応した表示文字列を取得し、当該キー文字列を当該表示文字列によって置換する。なお、動的な部分についての翻訳を「2次翻訳」といい、2次翻訳の結果として生成される書式データを「2次翻訳済書式データ167a」という。
Thereafter, for example, when the in-flight information of the
続いて、翻訳部14は、生成された2次翻訳済書式データ167aを記憶領域16(RAM上)に保存する(S308)。
Subsequently, the
次に、第二の実施の形態における画像処理装置10がWebページを生成する際の処理について説明する。図20は、第二の実施の形態におけるWebページの生成処理を説明するためのシーケンス図である。図20中、図9と同一ステップには、同一ステップ番号を付し、その説明は省略する。
Next, processing when the
図20では、図9におけるステップS115が、ステップS115aに置き換わっている。すなわち、ステップS115aにおいて、XSLTプロセッサ15は、2次翻訳済書式データ167aを用いてHTMLデータを生成する。
In FIG. 20, step S115 in FIG. 9 is replaced with step S115a. That is, in step S115a, the
次に、図19のステップS307における2次翻訳済書式データの生成処理について説明する。図21は、翻訳部による2次翻訳済書式データの生成処理を説明するためのフローチャートである。 Next, the process of generating secondary translated form data in step S307 in FIG. 19 will be described. FIG. 21 is a flowchart for explaining generation processing of secondary translated form data by the translation unit.
翻訳部14は、画像処理装置10がサポートしている全ての言語ついて(S401)、また、Webページごとの全ての1次翻訳済書式データ167について(S402)、2次翻訳部分(2次翻訳の対象となるキー文字列)が有るか否かを判定する(S403)。2次翻訳部分が有る1次翻訳済書式データ167については2次翻訳を行うことにより2次翻訳済書式データ167aを生成する(S404)。2次翻訳部分を有する1次翻訳済書式データ167の全てに対する2次翻訳が完了すると(S402でYES)、2次翻訳済書式データ167aを記憶領域16に保存する(S405)。
The
上述したように、第二の実施の形態における画像処理装置10によれば、書式データに動的な部分が含まれている場合であっても、予め、翻訳しておくことができる。したがって、端末20からWebページが要求された場合のレスポンスを向上させることができる。なお、2次翻訳の対象とする部分は、ほとんど更新されない情報であることが好適である。2次翻訳済書式データ167aは、予め作成し保存しておくものであるところ、頻繁に更新される情報について予め翻訳しておいても、Webページが要求された際には、当該情報が更新されており、改めて翻訳し直さなければならないといった事態が発生しうるからである。
As described above, according to the
また、第二の実施の形態では、翻訳が2段階(1次翻訳、2次翻訳)となる例について説明したが、翻訳をn段階に分けて、n次翻訳を実行するようにしてもよい。 In the second embodiment, the example in which the translation has two stages (primary translation and secondary translation) has been described. However, the translation may be divided into n stages and the n-th translation may be executed. .
以上、本発明の実施例について詳述したが、本発明は斯かる特定の実施形態に限定されるものではなく、特許請求の範囲に記載された本発明の要旨の範囲内において、種々の変形・変更が可能である。 As mentioned above, although the Example of this invention was explained in full detail, this invention is not limited to such specific embodiment, In the range of the summary of this invention described in the claim, various deformation | transformation・ Change is possible.
10 画像処理装置
11 組み込みWebサーバ
12a、12b Webアプリ
14 翻訳部
15 XSLTプロセッサ
16 ROM
20、30 端末
21 Webブラウザ
40 ネットワーク
50 リソースサーバ
101 コピーアプリ
102 ファックスアプリ
103 プリンタアプリ
104 情報提供アプリ
106 システム管理サービス
107 ネットワークサービス
108 メモリ管理サービス
109 オペパネ管理サービス
110 エンジン管理サービス
161 アプリデータ
162 未翻訳書式データ
163 言語テーブル
164 イメージデータ
165 スクリプトデータ
166 言語テーブル位置情報
167 翻訳済書式データ
201 OS
202 エンジン制御ボード
203 プロッタエンジン
204 スキャナエンジン
DESCRIPTION OF
20, 30
202
Claims (12)
ネットワークを介して受信されるWebページの要求に応じて情報処理を実行し、当該情報処理の結果をXMLデータとして出力する情報処理手段と、
前記翻訳済XSLデータを前記XMLデータに適用してXSLT変換を実行することによりHTMLデータを生成するXSLT変換手段とを有し、
前記翻訳手段は、複数の前記識別子が記録された前記記憶装置より前記XSLデータに含まれている前記識別子に対応する表示文字列が検出された時点で当該識別子に関する表示文字列の検索を終了することを特徴とする電子装置。 Translating means for generating translated XSL data by replacing the identifier included in the XSL data with the display character string using a storage device in which display character strings for a plurality of identifiers are recorded for each language. ,
Information processing means for executing information processing in response to a request for a Web page received via a network and outputting the result of the information processing as XML data;
XSLT conversion means for generating HTML data by applying the translated XSL data to the XML data and performing XSLT conversion;
The translating means ends the search of the display character string related to the identifier when the display character string corresponding to the identifier included in the XSL data is detected from the storage device in which a plurality of the identifiers are recorded. An electronic device characterized by that.
前記翻訳手段は、前記識別子に対する表示文字列が記録されている前記記憶装置を用いて、前記HTMLデータに含まれる前記識別子を前記表示文字列に置換することを特徴とする請求項1乃至3いずれか一項記載の電子装置。 The XSLT converting means converts the information included in the XML data into the identifier and outputs the identifier to the HTML data,
4. The translating means replaces the identifier included in the HTML data with the display character string using the storage device in which the display character string for the identifier is recorded. An electronic device according to claim 1.
言語ごとに複数の識別子に対する表示文字列が記録されている記憶装置を用いて、XSLデータに含まれている前記識別子を前記表示文字列に置換することにより翻訳済XSLデータを生成する翻訳手順と、
ネットワークを介して受信されるWebページの要求に応じて情報処理を実行し、当該情報処理の結果をXMLデータとして出力する情報処理手順と、
前記翻訳済XSLデータを前記XMLデータに適用してXSLT変換を実行することによりHTMLデータを生成するXSLT変換手順とを有し、
前記翻訳手順は、複数の前記識別子が記録された前記記憶装置より前記XSLデータに含まれている前記識別子に対応する表示文字列が検出された時点で当該識別子に関する表示文字列の検索を終了することを特徴とするWebページ生成方法。 A web page generation method executed by an electronic device,
A translation procedure for generating translated XSL data by replacing the identifier included in the XSL data with the display character string using a storage device in which display character strings for a plurality of identifiers are recorded for each language; ,
An information processing procedure for executing information processing in response to a request for a web page received via a network and outputting the result of the information processing as XML data;
An XSLT transformation procedure for generating HTML data by applying the translated XSL data to the XML data and performing an XSLT transformation;
In the translation procedure, when a display character string corresponding to the identifier included in the XSL data is detected from the storage device in which a plurality of the identifiers are recorded, the search of the display character string related to the identifier is terminated. A Web page generation method characterized by the above.
前記翻訳手順は、前記識別子に対する表示文字列が記録されている前記記憶装置を用いて、前記HTMLデータに含まれる前記識別子を前記表示文字列に置換することを特徴とする請求項5乃至7いずれか一項記載のWebページ生成方法。 The XSLT conversion procedure converts information included in the XML data into the identifier and outputs the identifier to the HTML data.
8. The translation procedure, wherein the identifier included in the HTML data is replaced with the display character string using the storage device in which the display character string for the identifier is recorded. A Web page generation method according to claim 1.
言語ごとに複数の識別子に対する表示文字列が記録されている記憶装置を用いて、XSLデータに含まれている前記識別子を前記表示文字列に置換することにより翻訳済XSLデータを生成する翻訳手順と、
ネットワークを介して受信されるWebページの要求に応じて情報処理を実行し、当該情報処理の結果をXMLデータとして出力する情報処理手順と、
前記翻訳済XSLデータを前記XMLデータに適用してXSLT変換を実行することによりHTMLデータを生成するXSLT変換手順とを実行させ、
前記翻訳手順は、複数の前記識別子が記録された前記記憶装置より前記XSLデータに含まれている前記識別子に対応する表示文字列が検出された時点で当該識別子に関する表示文字列の検索を終了することを特徴とするWebページ生成プログラム。 On the computer,
A translation procedure for generating translated XSL data by replacing the identifier included in the XSL data with the display character string using a storage device in which display character strings for a plurality of identifiers are recorded for each language; ,
An information processing procedure for executing information processing in response to a request for a web page received via a network and outputting the result of the information processing as XML data;
An XSLT transformation procedure for generating HTML data by applying the translated XSL data to the XML data and performing an XSLT transformation;
In the translation procedure, when a display character string corresponding to the identifier included in the XSL data is detected from the storage device in which a plurality of the identifiers are recorded, the search of the display character string related to the identifier is terminated. A Web page generation program characterized by the above.
前記翻訳手順は、前記識別子に対する表示文字列が記録されている前記記憶装置を用いて、前記HTMLデータに含まれる前記識別子を前記表示文字列に置換することを特徴とする請求項9乃至11いずれか一項記載のWebページ生成プログラム。 The XSLT conversion procedure converts information included in the XML data into the identifier and outputs the identifier to the HTML data.
12. The translation procedure according to any one of claims 9 to 11, wherein the translation procedure replaces the identifier included in the HTML data with the display character string using the storage device in which the display character string for the identifier is recorded. A Web page generation program according to claim 1.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2007096756A JP2008257354A (en) | 2007-04-02 | 2007-04-02 | Electronic device, method for creating web page, and program for creating web page |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2007096756A JP2008257354A (en) | 2007-04-02 | 2007-04-02 | Electronic device, method for creating web page, and program for creating web page |
Publications (1)
Publication Number | Publication Date |
---|---|
JP2008257354A true JP2008257354A (en) | 2008-10-23 |
Family
ID=39980887
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2007096756A Pending JP2008257354A (en) | 2007-04-02 | 2007-04-02 | Electronic device, method for creating web page, and program for creating web page |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2008257354A (en) |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8285815B2 (en) | 2010-01-14 | 2012-10-09 | Kabushiki Kaisha Toshiba | Broadcast data receiving apparatus and method of controlling the broadcast data receiving apparatus |
WO2013069163A1 (en) * | 2011-11-11 | 2013-05-16 | 株式会社三菱東京Ufj銀行 | Web server and web page display method |
CN107077308A (en) * | 2015-03-05 | 2017-08-18 | 惠普发展公司,有限责任合伙企业 | Paid based on the mobile device type selecting digital content identified |
-
2007
- 2007-04-02 JP JP2007096756A patent/JP2008257354A/en active Pending
Cited By (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8285815B2 (en) | 2010-01-14 | 2012-10-09 | Kabushiki Kaisha Toshiba | Broadcast data receiving apparatus and method of controlling the broadcast data receiving apparatus |
WO2013069163A1 (en) * | 2011-11-11 | 2013-05-16 | 株式会社三菱東京Ufj銀行 | Web server and web page display method |
CN107077308A (en) * | 2015-03-05 | 2017-08-18 | 惠普发展公司,有限责任合伙企业 | Paid based on the mobile device type selecting digital content identified |
CN107077308B (en) * | 2015-03-05 | 2020-07-24 | 惠普发展公司,有限责任合伙企业 | Selecting digital content payment based on identified mobile device type |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP4270992B2 (en) | Information processing apparatus, information processing method, information processing program, service providing apparatus, service providing method, service providing program, and recording medium | |
WO2015029193A1 (en) | Web server system, application development assistance system, multilingual support method in web server system, multi-device support method in web server system, and application development assistance method | |
US10182169B2 (en) | Information processing apparatus, information processing method, and non-transitory recording medium | |
JP4940982B2 (en) | Image forming apparatus and Web page printing control method | |
JP2010129057A (en) | Information processor, display data translation method, and program | |
US20040210841A1 (en) | Information service apparatus and method, information display apparatus and information service system | |
US20100040286A1 (en) | Image processing apparatus, information processing apparatus, and information processing method | |
JP2009038526A (en) | Printing server apparatus | |
US20100080493A1 (en) | Associating optical character recognition text data with source images | |
JP2006243829A (en) | Method and system for converting web content | |
US20050024355A1 (en) | Selecting items displayed on respective areas on a screen | |
JP2013168129A (en) | Information processing system, data providing device, electronic apparatus, information processing method, data providing method, data acquiring method, and program | |
JP4903078B2 (en) | Electronic device, Web page generation method, and Web page generation program | |
JP2008257354A (en) | Electronic device, method for creating web page, and program for creating web page | |
US20170344326A1 (en) | Printing process system and information processing apparatus | |
JP2007249700A (en) | Document management device, document retrieval method, document retrieval program and recording medium | |
JP4203287B2 (en) | Information processing apparatus, information processing method, and information processing system | |
JP7302175B2 (en) | Information processing device and information processing program | |
JP2014164509A (en) | Image processor | |
JP2004227351A (en) | Information providing device, information display device, information providing system, information providing method, and information providing program | |
JP2011186639A (en) | Content relation management system, content relation management device, content relation management method and program | |
JP5052058B2 (en) | Information processing apparatus, information processing method, and information processing program | |
JP2022019445A (en) | Image processing apparatus, method, and program | |
JP2004326740A (en) | Web page creation apparatus, inclusion apparatus, web page creation system, control method of web page creation, web page creation program and recording medium | |
JP4520261B2 (en) | Electronic device, display data generation method, display data generation program, and recording medium |