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 PDF

Info

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
Application number
JP2007096756A
Other languages
Japanese (ja)
Inventor
Toshiyuki Terashita
敏之 寺下
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 JP2007096756A priority Critical patent/JP2008257354A/en
Publication of JP2008257354A publication Critical patent/JP2008257354A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To provide an electronic device capable of properly maintaining the performance of response to requests about Web pages in making the Web pages compatible with multiple languages. <P>SOLUTION: The electronic device has a translation means for creating translated XSL data by using a storage device that records display character strings for a plurality of identifiers for each language, and replacing the identifiers included in XSL data by the display character strings; an information processing means for implementing information processing according to a Web page request received via a network, and outputting the information processing result as XML data; and an XSLT conversion means for creating HTML data by applying the translated XSL data to the XML data, and performing XSLT conversion. When the display character strings corresponding to the identifiers included in the XSL data are detected from the storage device, the translation means ends a search for the display character strings about the identifies. <P>COPYRIGHT: (C)2009,JPO&INPIT

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データを生成する。
特開2005−32230号公報
For example, Patent Document 1 includes an XSLT (XML Stylesheet Language Transformations) processor, and the XSLT processor outputs format data (XSL (eXtensible Stylesheet) for XML (eXtensible Markup Language) data output as a processing result of a Web application. An image processing apparatus that generates HTML data (Web page) by executing XSLT conversion by applying (Language) data) is described. In the image processing apparatus, the format data is created so that it can be used in common for each language. That is, parts that differ for each language are described by identifiers (key character strings). A display character string corresponding to the key character string is defined for each language in XML data called a language table. When generating a Web page in the image forming apparatus, the XSLT processor uses the language table corresponding to the display language to execute the XSLT conversion based on the format data, so that the key character string is replaced by the display language. HTML data is generated.
JP-A-2005-32230

しかしながら、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 Patent Literature 1, when the XSLT processor searches the language table for a display character string corresponding to the key character string, scanning of the language table is continued even after the display character string is detected. The

図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 image processing apparatus 10 includes hardware resources for performing individual image processing such as a plotter engine 203 and a scanner engine 204, an engine control board 202, an OS 201, a system management service 106, and a network service 107. A memory management service 108, an operation panel management service 109, an engine management service 110, and various applications such as a copy application 101, a fax application 102, a printer application 103, and an information providing application 104. Software resources such as the various applications are recorded in a storage device (not shown) included in the image processing apparatus 10 and function by being processed by a CPU (not shown) included in the image processing apparatus 10.

エンジン制御ボード202は、プロッタエンジン203及びスキャナエンジン204等の画像処理装置10の個別機能を制御し、エンジンI/F(インタフェース)を通して、エンジン制御ボード202の機能をOS201等に提供する。   The engine control board 202 controls individual functions of the image processing apparatus 10 such as the plotter engine 203 and the scanner engine 204, and provides the functions of the engine control board 202 to the OS 201 and the like through an engine I / F (interface).

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 fax application 102 in parallel as processes.

システム管理サービス106、ネットワークサービス107、メモリ管理サービス108、オペパネ管理サービス109、及びエンジン管理サービス110は、API(Application Programming Interface)を通して、コピーアプリ101等の上位アプリケーションにそれぞれの機能を提供するものである。即ち、システム管理サービス106は、システム管理に関する機能を提供し、ネットワークサービス107は、ネットワーク通信に関する機能を提供する。また、メモリ管理サービス108は、メモリ管理に関する機能を提供し、オペパネ管理サービス109は、画像処理装置10に設置された操作パネル(オペパネ)に関する機能を提供する。更に、エンジン管理サービス110は、エンジン制御ボード202を介してプロッタエンジン203やスキャナエンジン204を制御するための機能を提供する。   A system management service 106, a network service 107, a memory management service 108, an operation panel management service 109, and an engine management service 110 provide respective functions to a higher-level application such as the copy application 101 through an API (Application Programming Interface). is there. That is, the system management service 106 provides a function related to system management, and the network service 107 provides a function related to network communication. The memory management service 108 provides functions related to memory management, and the operation panel management service 109 provides functions related to an operation panel (operation panel) installed in the image processing apparatus 10. Further, the engine management service 110 provides a function for controlling the plotter engine 203 and the scanner engine 204 via the engine control board 202.

コピーアプリ101は、コピー用アプリケーションであり、ファックスアプリ102は、ファクシミリ用アプリケーションである。プリンタアプリ103は、ページ記述言語(PDL)、PCL及びポストスクリプト(PS)を有するプリンタ用アプリケーションである。また、情報提供アプリ104は、端末20から要求された情報を表示するWebページを生成するための処理を実行するものである。   The copy application 101 is a copy application, and the fax application 102 is a facsimile application. The printer application 103 is a printer application having a page description language (PDL), PCL, and postscript (PS). The information providing application 104 executes a process for generating a Web page that displays information requested from the terminal 20.

情報提供アプリ104について更に詳しく説明する。図3は、情報提供アプリの機能構成例を説明するための図である。図3において、画像処理装置10は、PC(Personal Computer)、PDA(Personal Digital(Data) Assistants)、又は携帯電話等を表現する端末20及び端末30と、リソースサーバ50と、インターネット、又はLAN等のネットワーク40(有線又は無線の別は問わない。)を介して接続されている。   The information providing application 104 will be described in more detail. FIG. 3 is a diagram for explaining a functional configuration example of the information providing application. In FIG. 3, an image processing apparatus 10 includes a terminal 20 and a terminal 30 representing a PC (Personal Computer), a PDA (Personal Digital (Data) Assistants), or a mobile phone, a resource server 50, the Internet, a LAN, or the like. Network 40 (whether wired or wireless).

図中における画像処理装置10の機能ブロックにおいて、Webアプリ12a及び12b(以下、総称する場合「Webアプリ12」という。)と、翻訳部14と、XSLTプロセッサ15とは、情報提供アプリ104の機能に含まれる。   In the functional blocks of the image processing apparatus 10 in the figure, Web applications 12 a and 12 b (hereinafter collectively referred to as “Web application 12”), the translation unit 14, and the XSLT processor 15 are functions of the information providing application 104. include.

一方、組み込みWebサーバ11及び組み込みWebクライアント17は、ネットワークサービス107の機能の一部である。   On the other hand, the embedded Web server 11 and the embedded Web client 17 are part of the functions of the network service 107.

記憶領域16は、画像処理装置10のROM及びRAM上に構成される記憶領域である。記憶領域16には、アプリデータ161、未翻訳書式データ162、イメージデータ164、スクリプトデータ165、言語テーブル位置情報166等が保存されている。   The storage area 16 is a storage area configured on the ROM and RAM of the image processing apparatus 10. In the storage area 16, application data 161, untranslated format data 162, image data 164, script data 165, language table position information 166, and the like are stored.

アプリデータ161は、Webアプリ12がWebページを生成する際に参照するデータであり、Webページに掲載する情報そのものや、あるいはWebページに掲載する情報を生成するための元となる情報等を有するデータである。   The application data 161 is data that is referred to when the web application 12 generates a web page, and includes information itself to be posted on the web page, information that is a basis for generating information to be posted on the web page, and the like. It is data.

未翻訳書式データ162は、Webページの書式情報が定義されているXSL形式のデータであり、Webページごとにファイルとして記憶領域16に保存されている。未翻訳書式データ162は、Webページの表示に用いられる言語(日本語、英語等の自然言語)によって表示形式(表示文字列)が異なる部分については、表示文字列を識別するための識別子によって記述されている。   The untranslated format data 162 is data in the XSL format in which format information of a Web page is defined, and is stored in the storage area 16 as a file for each Web page. The untranslated format data 162 is described by an identifier for identifying a display character string in a portion whose display format (display character string) differs depending on a language (natural language such as Japanese or English) used for displaying a Web page. Has been.

イメージデータ164は、端末20に提供するWebページにおいて表示されるGIF(Graphic Interchange Format)データ等である。スクリプトデータ165は、Java(登録商標)スクリプト等によって定義されたデータであり、端末20に提供するWebページに含められる。   The image data 164 is GIF (Graphic Interchange Format) data or the like displayed on the Web page provided to the terminal 20. The script data 165 is data defined by a Java (registered trademark) script or the like, and is included in a Web page provided to the terminal 20.

言語テーブル位置情報166は、言語テーブルの保存位置を示す情報(例えば、URL等)である。言語テーブルとは、Webページの表示に用いられる言語(表示言語)によって表示文字列が異なる情報について言語の種別毎に表示文字列が定義されているXML形式データであり、本実施の形態では、言語テーブル163としてリソースサーバ50の記憶装置に保存されている。   The language table position information 166 is information (for example, URL) indicating the storage position of the language table. The language table is XML format data in which a display character string is defined for each language type for information whose display character string is different depending on a language (display language) used for displaying a Web page. The language table 163 is stored in the storage device of the resource server 50.

組み込みWebサーバ11は、端末20等とのHTTPによる通信を制御するデーモンプログラムであり、端末20等から送信されるHTTPリクエストを解釈し、Webアプリ12を呼び出す。組み込みWebサーバ11は、更に、HTTPリクエストに応じて画像処理装置10において生成されるHTMLデータであるWebページを端末20等に送信する。本実施の形態では、次のようなWebページを具体例として使用する。   The embedded Web server 11 is a daemon program that controls HTTP communication with the terminal 20 or the like, interprets an HTTP request transmitted from the terminal 20 or the like, and calls the Web application 12. The embedded Web server 11 further transmits a Web page, which is HTML data generated in the image processing apparatus 10 in response to the HTTP request, to the terminal 20 or the like. In the present embodiment, the following Web page is used as a specific example.

図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 web page 210 shown in FIG. 4 displays setting information related to the network function in the image processing apparatus 10 in English. A description 2011 indicates that the AppleTalk protocol can be used, and a description 2012 indicates a network number.

なお、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 Web application 12 is a program that executes information processing in response to a request from the terminal 20 or the like, and outputs information to be displayed on the Web page as the processing result as XML (eXtensible Markup Language) data. Accordingly, a plurality of instances (Web application 12a, Web application 12b, etc.) are mounted. The XML data generated by the web application 12 is hereinafter referred to as “base data”.

翻訳部14は、未翻訳書式データ162において表示言語に応じて表示文字列が異なる部分(識別子)に関して、言語テーブル163を用いて、表示言語に応じた表示文字列への置換(翻訳)を行う。未翻訳書式データ162に対して翻訳が行われた結果として出力される書式データを、翻訳済書式データ167という。   The translation unit 14 uses the language table 163 to replace (translate) a portion (identifier) having a different display character string according to the display language in the untranslated format data 162 using the language table 163. . The format data output as a result of translation performed on the untranslated format data 162 is referred to as translated format data 167.

XSLTプロセッサ15は、XMLデータとXSLデータとに基づいてXSL変換を実行し、XSLデータの書式情報に従ったXMLデータやHTMLデータ等を生成するプログラムである。XSLTプロセッサ15は、複数のWebアプリの種別を問わず共通的に使用され、Webアプリ12が生成したXMLデータに基づいてHTMLデータを生成する。   The XSLT processor 15 is a program that executes XSL conversion based on XML data and XSL data, and generates XML data, HTML data, and the like according to the format information of the XSL data. The XSLT processor 15 is commonly used regardless of the types of a plurality of Web applications, and generates HTML data based on the XML data generated by the Web application 12.

組み込み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 image processing apparatus 10. In the present embodiment, the Web client 17 transmits an HTTP request including an acquisition request for the language table 163 to the resource server 50 based on the language table position information 166 in response to a request from the translation unit 14. The language table 163 is acquired from the server 50.

リソースサーバ50は、Webサーバとしての機能を有するコンピュータであり、言語テーブル163を有している。リソースサーバ50は、言語テーブル163を要求するHTTPリクエストに応じて言語テーブル163を含んだHTTPレスポンスを返信する。   The resource server 50 is a computer having a function as a Web server, and has a language table 163. The resource server 50 returns an HTTP response including the language table 163 in response to the HTTP request that requests the language table 163.

なお、リソースサーバ50は、必ずしもコンピュータである必要はなく、画像処理装置10と同様に、Webサーバとしての機能を有する機器であってもよい。リソースサーバ50を画像処理装置によって構成した場合は、例えば、画像処理装置10はローエンドモデルによって構成し、リソースサーバ50としての画像処理装置は、ハイエンドモデルによって構成するといった形態も考えられる。   Note that the resource server 50 is not necessarily a computer, and may be a device having a function as a Web server, like the image processing apparatus 10. When the resource server 50 is configured by an image processing device, for example, the image processing device 10 may be configured by a low-end model, and the image processing device as the resource server 50 may be configured by a high-end model.

また、言語テーブル163は、必ずしも画像処理装置10の外部の装置において管理されていなくてもよく、画像処理装置10の記憶領域16内に保存されていてもよい。この場合、組み込みWebクライアント17は不要である。   Further, the language table 163 does not necessarily have to be managed in an external device of the image processing apparatus 10 and may be stored in the storage area 16 of the image processing apparatus 10. In this case, the embedded Web client 17 is not necessary.

以下、画像処理装置10の処理手順について説明する。まず、未翻訳書式データ162の翻訳処理について説明する。図5は、第一の実施の形態における未翻訳書式データの翻訳処理を説明するためのシーケンス図である。図5の処理は、少なくとも画像処理装置10の起動後、最初のWebページの要求が受信されるまで、例えば、画像処理装置10の起動時において実行される。すなわち、翻訳済書式データ167は、必ずしも記憶領域16に常駐するわけではない。   Hereinafter, the processing procedure of the image processing apparatus 10 will be described. First, the translation process of the untranslated format data 162 will be described. FIG. 5 is a sequence diagram for explaining the translation processing of untranslated format data in the first embodiment. The processing in FIG. 5 is executed at least when the image processing apparatus 10 is started up, for example, until the first Web page request is received after the image processing apparatus 10 is started up. That is, the translated form data 167 is not necessarily resident in the storage area 16.

例えば、画像処理装置10が起動されると、翻訳部14は、記憶領域16より未翻訳書式データ162を取得する(S101)。   For example, when the image processing apparatus 10 is activated, the translation unit 14 acquires the untranslated format data 162 from the storage area 16 (S101).

図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 untranslated format data 162 in FIG. 6, the description 1621 and the description 1622 correspond to the description 2011 and the description 2012 in FIG. 4, respectively.

記述1621a、記述1622aは、それぞれ図4の記述2011、記述2012において項目名として表示される文字列を識別するための情報(識別子)である。すなわち、項目名は言語によって表示が異なるところ、未翻訳書式データ162は言語の種別に関係なく利用されるデータであるため、実際の表示文字列(AppleTalk、Network No.)ではなく、表示文字列を識別するための識別子(以下、「キー文字列」という。)によって表示情報が指定されている。キー文字列は、@[<キー文字列>]@といった形式で記述される。したがって、記述1621a、記述1621bにおいて、「ATALK」、「AT_NET_NO」がキー文字列に相当する。"@["及び"]@"は、キー文字列の開始及び終了を示す記号(以下、「キー文字列識別記号」という。)である。   Descriptions 1621a and 1622a are information (identifiers) for identifying character strings displayed as item names in the descriptions 2011 and 2012 in FIG. That is, the display of the item name differs depending on the language, and the untranslated format data 162 is data that is used regardless of the type of the language, and is not an actual display character string (AppleTalk, Network No.) but a display character string. The display information is designated by an identifier for identifying (hereinafter referred to as “key character string”). The key character string is described in a format such as @ [<key character string>] @. Therefore, in the description 1621a and the description 1621b, “ATALK” and “AT_NET_NO” correspond to the key character string. “@ [” And “] @” are symbols indicating the start and end of the key character string (hereinafter referred to as “key character string identification symbols”).

続いて、翻訳部14は、組み込みWebクライアント17を介して言語テーブル163を取得する(S102)。   Subsequently, the translation unit 14 acquires the language table 163 via the embedded Web client 17 (S102).

図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 description 1631 defines that the display character string corresponding to the key character string ATALK is “AppleTalk”. The description 1632 defines that the display character string corresponding to the key character string AT_NET_NO is “Network No.”. FIG. 7 shows the English language table 163, but in other language tables 163, display character strings are defined in different languages for the same key character string.

続いて、翻訳部14は、未翻訳書式データ162におけるキー文字列を、各言語の言語テーブル163を用いて翻訳し、言語ごとに翻訳済書式データ167を生成する(S103)。   Subsequently, the translation unit 14 translates the key character string in the untranslated format data 162 using the language table 163 of each language, and generates translated format data 167 for each language (S103).

図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 format data 167 shown in FIG. 8 is the same as the untranslated format data 162 shown in FIG. 6 except for the translated part. The descriptions 1671 and 1672 in FIG. This corresponds to the description 1621 and the description 1622.

図8において、記述1671a及び記述1672aが翻訳された箇所に相当する。すなわち、記述1671aは、英語版の言語テーブル163においてキー文字列「ATALK」に対する表示文字列として定義されている「AppleTalk」に置換されている。また、記述1671bは、英語版の言語テーブル163においてキー文字列「AT_NET_NO」に対する表示文字列として定義されている「Network No.」に置換されている。   In FIG. 8, the description 1671a and the description 1672a correspond to the translated portions. That is, the description 1671a is replaced with “AppleTalk” defined as a display character string for the key character string “ATALK” in the English language table 163. Also, the description 1671b is replaced with “Network No.” defined as a display character string for the key character string “AT_NET_NO” in the English language table 163.

他の言語についても、同一の未翻訳書式データ162に基づいて、言語ごとに翻訳済書式データ167が生成される。   For other languages, translated format data 167 is generated for each language based on the same untranslated format data 162.

なお、ここで、翻訳されるのは、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 Web application 12a, such as the item name displayed on the Web page 210.

続いて、翻訳部14は、生成された翻訳済書式データ167を記憶領域16(RAM上)に保存する(S104)。   Subsequently, the translation unit 14 stores the generated translated format data 167 in the storage area 16 (on the RAM) (S104).

次に、端末20からの要求に応じて画像処理装置10がWebページを生成する際の処理について説明する。図9は、第一の実施の形態におけるWebページの生成処理を説明するためのシーケンス図である。   Next, processing when the image processing apparatus 10 generates a Web page in response to a request from the terminal 20 will be described. FIG. 9 is a sequence diagram for explaining Web page generation processing in the first embodiment.

端末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 image processing apparatus 10 in the Web browser 21 of the terminal 20 to refer to the predetermined information of the image processing apparatus 10, the Web browser 21 A request is made to provide a Web page that displays predetermined information (HTTP request) (S111).

HTTPリクエストを受信した組み込みWebサーバ11は、HTTPリクエストに対応したWebアプリ12を呼び出す(S112)。Webアプリ12は、アプリデータ161等を参照して所定の処理を実行し、その処理結果に基づいてWebページに表示させる情報を有するXMLデータ(ベースデータ)を生成する(S113)。本実施の形態では、Webアプリ12は、画像処理装置10のネットワーク機能に関する設定情報が取得し、ベースデータとして出力する。   The embedded Web server 11 that has received the HTTP request calls the Web application 12 corresponding to the HTTP request (S112). The web application 12 executes predetermined processing with reference to the application data 161 and the like, and generates XML data (base data) having information to be displayed on the web page based on the processing result (S113). In the present embodiment, the Web application 12 acquires setting information related to the network function of the image processing apparatus 10 and outputs it as base data.

図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 base data 121 of FIG. 10, the character string “en” enclosed in the urlLang tag in the description 1211 is information for identifying the display language requested from the terminal 20 or the like, and is specified in the HTTP request. Output according to the display language. In the present embodiment, “en” is a character string indicating English. Therefore, the description 1211 specifies that an English version Web page is requested.

記述1212と記述1213とは、Webページ210に表示される情報に関するものである。即ち、記述1212におけるappleTalkタグで囲まれた文字列「true」は、画像処理装置10におけるAppleTalkプロトコルの利用の可否を示す値であり、記述1213におけるnetworkNoタグで囲まれた文字列「1234」は、ネットワーク番号を示す値である。   The description 1212 and the description 1213 relate to information displayed on the Web page 210. That is, the character string “true” enclosed in the appleTalk tag in the description 1212 is a value indicating whether or not the AppleTalk protocol can be used in the image processing apparatus 10, and the character string “1234” enclosed in the networkNo tag in the description 1213 is , A value indicating a network number.

続いて、Webアプリ12は、ベースデータ121に含まれる情報をWebページ210として表示させるためのHTMLデータの生成をXSLTプロセッサ15に要求する(S114)。XSLTプロセッサ15は、HTTPリクエストにおいて要求された言語によるWebページに対応する翻訳済書式データ167とベースデータ121とに基づいてXSLT変換を実行し、HTMLデータを生成する(S115)。   Subsequently, the Web application 12 requests the XSLT processor 15 to generate HTML data for displaying the information included in the base data 121 as the Web page 210 (S114). The XSLT processor 15 executes XSLT conversion based on the translated format data 167 corresponding to the Web page in the language requested in the HTTP request and the base data 121, and generates HTML data (S115).

図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 data 220 in FIG. 11, a description 221 and a description 222 correspond to the description 2011 and the description 2012 in FIG. 4, respectively.

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 data 220 is obtained by the XSLT processor 15 outputting “AppleTalk” in the description 1671a of the translated format data 167 as it is. The character string “Network No.” in the description 2221 of the HTML data 220 is obtained by the XSLT processor 15 outputting “Network No.” in the description 1672a of the translated format data 167 as it is.

一方、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 description 2212 of the HTML data 220 is output by the XSLT processor 15 based on the description 1671b of the translated format data 167 and the value (true) in the description 1222 of the base data 121. The description 2222 of the HTML data 220 is output by the XSLT processor 15 based on the description 1672b of the translated format data 167 and the value (1234) in the description 1223 of the base data 121.

すなわち、XSLTプロセッサ15は、翻訳済書式データ167の記述1671b及び記述1672bについて、その要素の値(タグに囲まれた文字列)(「appleTalk」、「networkNo」)をタグ名とする要素をベースデータ121より検索し、検索された要素の値(「true」、「1234」)をHTMLデータ220に出力する。斯かる処理内容は、翻訳済書式データ167の記述1671、記述1672に適用されるテンプレートに定義されている。なお、「true」については、HTMLデータ220において「@[true]@」としてキー文字列に変換されているが、この点についてもテンプレートに定義されている。   That is, the XSLT processor 15 uses the element name (character string surrounded by tags) (“appleTalk”, “networkNo”) as the tag name for the descriptions 1671b and 1672b of the translated format data 167. A search is performed from the data 121, and the value of the searched element (“true”, “1234”) is output to the HTML data 220. Such processing contents are defined in templates applied to the description 1671 and description 1672 of the translated format data 167. Note that “true” is converted to a key character string as “@ [true] @” in the HTML data 220, but this point is also defined in the template.

翻訳済書式データ167の記述1671については、記述1671cに基づいて「optionBoolean」という名前のテンプレート(以下「optionBooleanテンプレート」という。)が適用される。optionBooleanテンプレートには、記述1671aに係る文字列(「AppleTalk」)は、「titleText」という名前の変数の値として引き渡され、記述1671bに係る文字列(「appleTalk」)は、「target」という名前の変数の値として引き渡される。   For the description 1671 of the translated form data 167, a template named “optionBoolean” (hereinafter referred to as “optionBoolean template”) is applied based on the description 1671c. In the optionBoolean template, the character string (“AppleTalk”) related to the description 1671a is passed as the value of the variable named “titleText”, and the character string (“appleTalk”) related to the description 1671b is passed to the name “target”. Passed as variable value.

図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 description 1681 searches the base data 121 for an element having the tag value (“appleTalk”) as the tag name, and sets the value (“true”) to the name “value”. It is defined to be assigned to a variable. The description 1682 defines that a character string in which the value of a value variable is surrounded by “@ [” and “] @” key character string identification symbols is assigned to a variable named valueTrans. Note that the portion indicated by reference numeral 1683 describes the definition for outputting the value of titleText and the value of valueTrans to the HTML data 220, but is omitted in the figure for convenience.

一方、翻訳済書式データ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 description 1672 of the translated format data 167 based on the description 1672c. In the editValue template, the character string (“Network No.”) related to the description 1672a is delivered as a value of a variable named “titleText”, and the character string (“networkNo”) related to the description 1672b is called “target”. Passed as the value of the name variable.

図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 editValue template 169 in FIG. 13, in the description 1691, an element having the tag value (“networkNo”) as the tag name is searched from the base data 121, and the value (“1234”) is named value. It is defined to be assigned to a variable. In the portion indicated by reference number 1692, a definition for outputting the value of the titleText and the value of the value to the HTML data 220 is described, but is omitted in the drawing for convenience.

なお、optionBooleanテンプレート168やeditValueテンプレート169は、未翻訳書式データ162とは異なるファイルに格納しておくとよい。未翻訳書式データ162に当該テンプレートを含めておくと、言語ごとに生成される翻訳済書式データ167にも当該テンプレートが含められ、メモリの消費量を増大させるからである。   Note that the optionBoolean template 168 and the editValue template 169 may be stored in a file different from the untranslated format data 162. This is because if the template is included in the untranslated format data 162, the template is also included in the translated format data 167 generated for each language, which increases the memory consumption.

ところで、図11のHTMLデータ220の記述2212における「@[true]@」は、trueという文字列がキー文字列であること、すなわち翻訳対象であることを示す。したがって、以降、HTMLデータ220を「未翻訳HTMLデータ220」という。   By the way, “@ [true] @” in the description 2212 of the HTML data 220 in FIG. 11 indicates that the character string “true” is a key character string, that is, a translation target. Therefore, hereinafter, the HTML data 220 is referred to as “untranslated HTML data 220”.

XSLTプロセッサ15は、生成された未翻訳HTMLデータ220を翻訳部14に出力する(S116)。翻訳部14は、未翻訳HTMLデータ220におけるキー文字列を、表示言語(ここでは英語)の言語テーブル163を用いて翻訳し、翻訳されたHTMLデータ(翻訳済HTMLデータ)を生成する(S117)。   The XSLT processor 15 outputs the generated untranslated HTML data 220 to the translation unit 14 (S116). The translation unit 14 translates the key character string in the untranslated HTML data 220 using the language table 163 of the display language (English here), and generates translated HTML data (translated HTML data) (S117). .

図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 HTML data 220a in FIG. 14 is obtained by translating the untranslated HTML data 220 in FIG. That is, in the description 2212a of the translated HTML data 220a, “true” that is the key character string is replaced with “Enable”. The target to be translated here is a value output as a processing result of the Web application 12, that is, a part (dynamic part) that changes according to the processing result of the Web application 12. That is, the true value such as “true” or “false” is a value processed by the program, and when the network setting is valid or invalid, “true” or “false” is displayed as it is. Does not look good. Therefore, in the present embodiment, such a portion is also configured to be translatable according to the display language. For example, if the display language is Japanese, “true” is translated to “valid”.

続いて、翻訳部14は、翻訳済HTMLデータ220aを組み込みWebサーバ11に出力する(S118)。組み込みWebサーバ11は、HTTPレスポンスとして翻訳済HTMLデータ220aを端末20のWebブラウザ21に送信する(S119)。Webブラウザ21は、翻訳済HTMLデータ220aに基づいてWebページ210を表示させる。これによって、ユーザは、所望の言語によってWebページを閲覧することができる。   Subsequently, the translation unit 14 outputs the translated HTML data 220a to the embedded Web server 11 (S118). The embedded Web server 11 transmits the translated HTML data 220a as an HTTP response to the Web browser 21 of the terminal 20 (S119). The web browser 21 displays the web page 210 based on the translated HTML data 220a. Thereby, the user can browse the Web page in a desired language.

次に、図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 translation unit 14 executes translated processing for all languages supported by the image processing apparatus 10 (S201) and for all untranslated format data 162 for each Web page (S202). Data 167 is generated (S203), and when the translation of all untranslated format data 162 is completed (YES in S202), the translated format data 167 is stored in the storage area 16 (S204).

次に、図15のステップS203や図9のステップS117において実行される、翻訳部14による翻訳処理について説明する。図16は、翻訳部による翻訳処理を説明するためのフローチャートである。   Next, the translation process performed by the translation unit 14 executed in step S203 of FIG. 15 and step S117 of FIG. 9 will be described. FIG. 16 is a flowchart for explaining the translation processing by the translation unit.

まず、未翻訳書式データ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 untranslated format data 167 or untranslated HTML data 220 (hereinafter referred to as “untranslated data” when collectively referred to) (S251). The search is performed based on the detection of the key character string identification symbol. When the key character string is searched (YES in S252), the display character string corresponding to the key character string is searched from the language table 163 (S253). Here, unlike the general-purpose XSLT processor 15, the translation unit 14 is a program created exclusively for the translation of the untranslated format data 167 and the untranslated HTML data 220. The search is terminated when is found (detected).

図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 translation unit 14 stops scanning the language table 163 when a key character string to be searched is detected. Therefore, the performance of the search process can be improved as compared with the XSLT processor 15 that continues scanning even when a key character string to be searched is searched.

表示文字列が検索された場合(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 translation unit 14 is not an XSLT processor, the language table 163 does not necessarily need to be XML data. For example, information corresponding to the language table 163 may be registered in a database.

図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 image processing apparatus 10 in the first embodiment, the format data is translated and stored in advance before the Web page request is received. Moreover, since the translation is performed not by the XSLT processor 15 but by the translation unit 14 dedicated for translation, the search process of the language table 163 is speeded up. Therefore, the response when a web page is requested from the terminal 20 can be improved.

次に、第二の実施の形態について説明する。第二の実施の形態では、第一の実施の形態と異なる点について説明する。したがって、特に言及しない点については、第一の実施の形態と同様でよい。   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 image processing apparatus 10 is activated, the translation unit 14 acquires the untranslated format data 162 from the storage area 16 (S301). In the untranslated format data 162 in the second embodiment, not only a static part but also a dynamic part is included as a translation target (key character string). For example, the dynamic portion corresponds to a portion whose display character string differs according to the setting information (in-machine information) of the image document processing apparatus 10.

キー文字列が静的な部分であるか動的な部分であるかは、キー文字列識別記号の相違によって識別される。すなわち、静的な部分に係るキー文字列を示すキー文字列識別記号と、動的な部分に係るキー文字列を示すキー文字列識別記号とは異なる。   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 translation unit 14 acquires the language table 163 via the embedded Web client 17 (S302). Subsequently, the translation unit 14 translates the key character string related to the static part in the untranslated format data 162 using the language table 163 of each language, and generates translated format data 167 for each language (S303). ). The translation of the static part is referred to as “primary translation”, and the translated form data 167 generated as a result of the primary translation is referred to as “primary translated form data 167”. The primary translated form data 167 is form data that remains untranslated for the dynamic part. The translation unit 14 stores the generated primary translated form data 167 in the storage area 16 (on the RAM) (S304).

その後、例えば、画像処理装置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 image processing apparatus 10 is updated (S305), the translation unit 14 acquires the primary translated form data 167 and the updated in-flight information (for example, application data 161). (S306) Based on the in-flight information, the untranslated portion (key character string related to the dynamic portion) in the primary translated form data 167 is translated using the language table 163 (S307). For example, in the second embodiment, the language table 163 defines display character strings for key character strings according to values such as in-flight information. Therefore, the translation unit 14 sets the current in-flight information value from the display character strings defined in the language table 163 for the key character string related to the dynamic part in the primary translated form data 167. A corresponding display character string is acquired, and the key character string is replaced with the display character string. The translation of the dynamic part is referred to as “secondary translation”, and the format data generated as a result of the secondary translation is referred to as “secondary translated format data 167a”.

続いて、翻訳部14は、生成された2次翻訳済書式データ167aを記憶領域16(RAM上)に保存する(S308)。   Subsequently, the translation unit 14 stores the generated secondary translated form data 167a in the storage area 16 (on the RAM) (S308).

次に、第二の実施の形態における画像処理装置10がWebページを生成する際の処理について説明する。図20は、第二の実施の形態におけるWebページの生成処理を説明するためのシーケンス図である。図20中、図9と同一ステップには、同一ステップ番号を付し、その説明は省略する。   Next, processing when the image processing apparatus 10 according to the second embodiment generates a Web page will be described. FIG. 20 is a sequence diagram for explaining Web page generation processing in the second embodiment. 20, the same steps as those in FIG. 9 are denoted by the same step numbers, and the description thereof is omitted.

図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 XSLT processor 15 generates HTML data using the secondary translated form data 167a.

次に、図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 translation unit 14 performs the secondary translation (secondary translation) for all languages supported by the image processing apparatus 10 (S401) and for all primary translated form data 167 for each Web page (S402). It is determined whether or not there is a key character string to be subjected to (S403). For the primary translated form data 167 having the secondary translation portion, secondary translated form data 167a is generated by performing secondary translation (S404). When the secondary translation for all of the primary translated form data 167 having the secondary translation portion is completed (YES in S402), the secondary translated form data 167a is stored in the storage area 16 (S405).

上述したように、第二の実施の形態における画像処理装置10によれば、書式データに動的な部分が含まれている場合であっても、予め、翻訳しておくことができる。したがって、端末20からWebページが要求された場合のレスポンスを向上させることができる。なお、2次翻訳の対象とする部分は、ほとんど更新されない情報であることが好適である。2次翻訳済書式データ167aは、予め作成し保存しておくものであるところ、頻繁に更新される情報について予め翻訳しておいても、Webページが要求された際には、当該情報が更新されており、改めて翻訳し直さなければならないといった事態が発生しうるからである。   As described above, according to the image processing apparatus 10 in the second embodiment, even if the format data includes a dynamic portion, it can be translated in advance. Therefore, the response when a web page is requested from the terminal 20 can be improved. In addition, it is suitable that the part made into the object of secondary translation is the information which is hardly updated. The secondary translated form data 167a is created and saved in advance. Even if information that is frequently updated is translated in advance, the information is updated when a Web page is requested. This is because a situation may occur in which the translation has to be performed again.

また、第二の実施の形態では、翻訳が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.

XSLTプロセッサによる言語テーブルに対する検索処理を説明するための図である。It is a figure for demonstrating the search process with respect to the language table by an XSLT processor. 本発明の実施の形態における画像処理装置の構成例を示す図である。It is a figure which shows the structural example of the image processing apparatus in embodiment of this invention. 情報提供アプリの機能構成例を説明するための図である。It is a figure for demonstrating the function structural example of an information provision application. 本実施の形態において生成されるWebページの表示例を示す図である。It is a figure which shows the example of a display of the web page produced | generated in this Embodiment. 第一の実施の形態における未翻訳書式データの翻訳処理を説明するためのシーケンス図である。It is a sequence diagram for demonstrating the translation process of the untranslated format data in 1st embodiment. 未翻訳書式データの定義例を示す図である。It is a figure which shows the example of a definition of untranslated format data. 英語版の言語テーブルの定義例を示す図である。It is a figure which shows the example of a definition of the language table of an English version. 英語版の翻訳済書式データの定義例を示す図である。It is a figure which shows the example of a definition of translated form data of an English version. 第一の実施の形態におけるWebページの生成処理を説明するためのシーケンス図である。It is a sequence diagram for demonstrating the production | generation process of the web page in 1st embodiment. ベースデータの定義例を示す図である。It is a figure which shows the example of a definition of base data. XSLTプロセッサによって生成される英語版のHTMLデータの定義例を示す図である。It is a figure which shows the example of a definition of the English version HTML data produced | generated by the XSLT processor. optionBooleanテンプレートの定義例を示す図である。It is a figure which shows the example of a definition of optionBoolean template. editValueテンプレートの定義例を示す図である。It is a figure which shows the example of a definition of editValue template. 英語版の翻訳済HTMLデータの定義例を示す図である。It is a figure which shows the example of a definition of translated HTML data of an English version. 翻訳部による翻訳済書式データの生成処理を説明するためのフローチャートである。It is a flowchart for demonstrating the production | generation process of the translated format data by a translation part. 翻訳部による翻訳処理を説明するためのフローチャートである。It is a flowchart for demonstrating the translation process by a translation part. 翻訳部による言語テーブルの検索処理を説明するための図である。It is a figure for demonstrating the search process of the language table by a translation part. データベース上に構築された言語テーブルの例を示す図である。It is a figure which shows the example of the language table constructed | assembled on the database. 第二の実施の形態における未翻訳書式データの翻訳処理を説明するためのシーケンス図である。It is a sequence diagram for demonstrating the translation process of the untranslated format data in 2nd embodiment. 第二の実施の形態におけるWebページの生成処理を説明するためのシーケンス図である。It is a sequence diagram for demonstrating the production | generation process of the web page in 2nd embodiment. 翻訳部による2次翻訳済書式データの生成処理を説明するためのフローチャートである。It is a flowchart for demonstrating the production | generation process of the secondary translated form data by a translation part.

符号の説明Explanation of symbols

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 SYMBOLS 10 Image processing apparatus 11 Embedded Web server 12a, 12b Web application 14 Translation part 15 XSLT processor 16 ROM
20, 30 Terminal 21 Web browser 40 Network 50 Resource server 101 Copy application 102 Fax application 103 Printer application 104 Information providing application 106 System management service 107 Network service 108 Memory management service 109 Operation panel management service 110 Engine management service 161 Application data 162 Untranslated Format data 163 Language table 164 Image data 165 Script data 166 Language table position information 167 Translated format data 201 OS
202 Engine control board 203 Plotter engine 204 Scanner engine

Claims (12)

言語ごとに複数の識別子に対する表示文字列が記録されている記憶装置を用いて、XSLデータに含まれている前記識別子を前記表示文字列に置換することにより翻訳済XSLデータを生成する翻訳手段と、
ネットワークを介して受信される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.
前記翻訳手段は、前記Webページの要求が受信される前に、前記翻訳済XSLデータを生成しておくことを特徴とする請求項1記載の電子装置。   The electronic apparatus according to claim 1, wherein the translation unit generates the translated XSL data before a request for the Web page is received. 前記翻訳手段は、当該電子装置の起動時に、前記翻訳済XSLデータを生成することを特徴とする請求項2記載の電子装置。   The electronic device according to claim 2, wherein the translation unit generates the translated XSL data when the electronic device is activated. 前記XSLT変換手段は、前記XMLデータに含まれる情報を前記識別子に変換して前記HTMLデータに出力し、
前記翻訳手段は、前記識別子に対する表示文字列が記録されている前記記憶装置を用いて、前記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.
電子装置が実行するWebページ生成方法であって、
言語ごとに複数の識別子に対する表示文字列が記録されている記憶装置を用いて、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.
前記翻訳手順は、前記Webページの要求が受信される前に、前記翻訳済XSLデータを生成しておくことを特徴とする請求項5記載のWebページ生成方法。   6. The Web page generation method according to claim 5, wherein the translation procedure generates the translated XSL data before a request for the Web page is received. 前記翻訳手順は、当該電子装置の起動時に、前記翻訳済XSLデータを生成することを特徴とする請求項6記載のWebページ生成方法。   The Web page generation method according to claim 6, wherein the translation procedure generates the translated XSL data when the electronic device is activated. 前記XSLT変換手順は、前記XMLデータに含まれる情報を前記識別子に変換して前記HTMLデータに出力し、
前記翻訳手順は、前記識別子に対する表示文字列が記録されている前記記憶装置を用いて、前記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.
前記翻訳手順は、前記Webページの要求が受信される前に、前記翻訳済XSLデータを生成しておくことを特徴とする請求項9記載のWebページ生成プログラム。   10. The Web page generation program according to claim 9, wherein the translation procedure generates the translated XSL data before a request for the Web page is received. 前記翻訳手順は、当該電子装置の起動時に、前記翻訳済XSLデータを生成することを特徴とする請求項10記載のWebページ生成プログラム。   The Web page generation program according to claim 10, wherein the translation procedure generates the translated XSL data when the electronic apparatus is activated. 前記XSLT変換手順は、前記XMLデータに含まれる情報を前記識別子に変換して前記HTMLデータに出力し、
前記翻訳手順は、前記識別子に対する表示文字列が記録されている前記記憶装置を用いて、前記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.
JP2007096756A 2007-04-02 2007-04-02 Electronic device, method for creating web page, and program for creating web page Pending JP2008257354A (en)

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)

* Cited by examiner, † Cited by third party
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

Cited By (4)

* Cited by examiner, † Cited by third party
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
JP4340566B2 (en) Web page generation apparatus, embedded apparatus, Web page generation control method, Web page generation program, and recording medium
JP4270992B2 (en) Information processing apparatus, information processing method, information processing program, service providing apparatus, service providing method, service providing program, and recording medium
US7272792B2 (en) Kana-to-kanji conversion method, apparatus and storage medium
US8385650B2 (en) Image processing apparatus, information processing apparatus, and information processing method
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
JP2010129057A (en) Information processor, display data translation method, and program
US20040210841A1 (en) Information service apparatus and method, information display apparatus and information service system
JP2009038526A (en) Printing server apparatus
US10182169B2 (en) Information processing apparatus, information processing method, and non-transitory recording medium
JP2006243829A (en) Method and system for converting web content
JP2005332403A (en) System and method for combining at single location selection of image finishing operations of multiple devices
US20050024355A1 (en) Selecting items displayed on respective areas on a screen
JP2006243929A (en) Terminal device management system, terminal device management method, and computer 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
JP4203287B2 (en) Information processing apparatus, information processing method, and information processing system
JP2007249700A (en) Document management device, document retrieval method, document retrieval program and recording medium
JP2004227351A (en) Information providing device, information display device, information providing system, information providing method, and information providing 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
JP7302175B2 (en) Information processing device and information processing program
JP2011186639A (en) Content relation management system, content relation management device, content relation management method and program
JP2009037404A (en) Electronic document management system