JP2004110131A - Information processor, information processing method and information processing system - Google Patents

Information processor, information processing method and information processing system Download PDF

Info

Publication number
JP2004110131A
JP2004110131A JP2002268375A JP2002268375A JP2004110131A JP 2004110131 A JP2004110131 A JP 2004110131A JP 2002268375 A JP2002268375 A JP 2002268375A JP 2002268375 A JP2002268375 A JP 2002268375A JP 2004110131 A JP2004110131 A JP 2004110131A
Authority
JP
Japan
Prior art keywords
display
information
terminal
display information
data
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2002268375A
Other languages
Japanese (ja)
Other versions
JP4203287B2 (en
Inventor
Manabu Nakamura
中村 学
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 JP2002268375A priority Critical patent/JP4203287B2/en
Publication of JP2004110131A publication Critical patent/JP2004110131A/en
Application granted granted Critical
Publication of JP4203287B2 publication Critical patent/JP4203287B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide an image processor, an image processing method and an image processing system capable of creating display data displaying the same information in different display forms with a small storage capacity. <P>SOLUTION: The information processor has a request receiving means for receiving a request from a terminal connected through a network; a display information specifying means for specifying display information displayed on the terminal based on the request from the terminal; a display form defining means for defining a plurality of display forms for displaying the display information on the terminal; a format information defining means for defining format information for displaying the display information on the terminal; a display information converting means for converting the display information into the display data displayed on the terminal using one display form out of the plurality of display forms according to the format information; and a display data transmitting means for transmitting the display data to the terminal. <P>COPYRIGHT: (C)2004,JPO

Description

【0001】
【発明の属する技術分野】
本発明は、特にネットワークを介して接続される端末に表示データを送信する情報処理装置及び情報処理法に関する。また、本発明は、前記情報処理装置と前記端末とによる情報処理システムに関する。
【0002】
【従来の技術】
近年では、インターネット上で種々の情報を提供するための表示データであるWebページにおいて、デザインや情報の表示形式をユーザにあわせて提供するものが見受けられる。同一の情報を異なる表示形式で表示する顕著な例としては、異なる言語による表示が挙げられる。即ち、Webページを利用するユーザは、それぞれ同じ言語を使うとは限らず、様々な言語で情報を見るのが一般的である。あるユーザは日本語での表示を要求し、別のユーザは英語やフランス語等による表示を要求する。
【0003】
一方、最近では画像処理装置のような組み込み機器において、機器のステータスや、保管された文書情報、スプールされているジョブ、FAXやe−mail等に使用されるアドレス帳を、ネットワークを介して接続される端末等にWebページによって提供するものが存在する。Webページによってこれらの情報を提供する利点としては、端末側には汎用的なWebブラウザがあれば特別なソフトウェアをインストールしなくても良い、端末側のプラットフォームに依存しない、機器の側にいなくとも遠隔地において情報を確認できる等が挙げられる。このような機器によって提供されるWebページにおいても、一般的なWebサーバによるものと同様、同一の情報をユーザによって異なる言語や表示形式により表示できることが望ましい。
【0004】
機器に関する情報を様々な言語で提供するための手法としては、予め翻訳処理されたWebページを保持しておく手法(特開2000−330992)、一つの機器に複数の翻訳モジュールを搭載する手法(特開2001−325255)等があり、機器はWebブラウザからの要求に応じた言語で予め作成されたWebページを提供することで、迅速にWebブラウザの要求に応じることができる。
【0005】
【発明が解決しようとする課題】
しかしながら、画像処理装置のような組み込み機器はメモリ容量の制約が厳しいため、予め翻訳処理されたWebページを用意することや、複数の翻訳モジュールを一つの機器に用意することは極めて困難である。また容量の点だけでなく開発効率や保守の面からも極めて困難の事情がある。即ち、HTML(HyperText Markup Language)データとしてのWebページの雛形がC言語のようなプログラミング言語のソースコードに埋め込まれているため、HTMLの変更の際にはソースコードの修正及び再コンパイルの必要が生じる。
【0006】
また、プログラムのロジック中にWebページのレイアウト等の書式情報に関する処理が組み込まれているため、プログラム担当者とWebページのレイアウトの担当者の二人で一つのソースコードを作成するか、いずれか一人で両方の作業を担当するかしなければならない。更に、プログラムの出力結果であるHTMLを見るには画像処理装置等の実機でプログラムを動作させる必要があり、まずはプログラムを先に作成しなければならなかった。
【0007】
一方、画面レイアウトの情報をプログラムのから分離させる方法として、XML(eXtensible Markup Language)及びXSL(eXtensible Stylesheet Language)等の技術を利用する方法がある。即ち、プログラムは処理結果をXMLデータとして出力し、HTMLデータに変換する際の書式情報はXSLファイルで定義する。これによりWebページの書式情報の変更はXSLファイルの修正だけでよく、プログラムのソースコードの修正、及び再コンパイルは不要となる。また、処理結果としてのXMLデータのサンプルさえあれば書式情報を規定するXSLファイルを作成することができる。更にXSLT(XSL Transformations)変換の確認はPC(Personal Computer)上でも可能であるため画面開発に実機が不要である。このためプログラムとWebページの書式情報を並行して開発することができ、それぞれの作業の完全分業が可能となる。
【0008】
以上のように組み込み機器におけるWebページの生成は、XSLT変換を利用すれば格段に開発効率の点で都合が良い。但し、この場合一つのWebページに対して言語の種類の数だけのXSLファイルが必要となるため、画像処理装置のような組み込み機器においては、依然としてメモリ容量の問題が残ってしまう。
【0009】
即ちXSLファイルはその特性上、タグやスペース、数字などの言語非依存の表示用コードが1ページの半分以上を占めており、各言語によって異なる表示がされる表示情報に比べて1ページの占有率が高い。従って1ページの占有率が高く、メモリ消費の原因となるXSLファイルは表示言語の異なる複数のWebページの生成において共通に利用されることが望ましい。
【0010】
本発明は、上記の点に鑑みてなされたものであって、同じ情報をそれぞれ異なる表示形式で表示する表示データを、少ない記憶容量で生成することができる画像処理装置、画像処理方法及び画像処理システムの提供を目的とする。
【0011】
【課題を解決するための手段】
そこで上記課題を解決するため、本発明は、請求項1に記載されるように、ネットワークを介して接続される端末からの要求を受信する要求受信手段と、前記要求受信手段が受信した前記端末からの要求に基づいて、前記端末に表示させる表示情報を特定する表示情報特定手段と、前記表示情報を前記端末に表示させるための複数の表示形式を定義する表示形式定義手段と、前記表示情報を前記端末に表示させるための書式情報を定義する書式情報定義手段と、前記表示情報を前記書式情報に従って、前記複数の表示形式のうち一の前記表示形式を用いて前記端末において表示される表示データに変換する表示情報変換手段と、前記表示データを前記端末に送信する表示データ送信手段とを有することを特徴とする。
【0012】
このような情報処理装置では、表示情報に対する複数の表示形式は表示形式定義手段において定義されているため、書式情報は表示形式に関する情報から分離させることができる。従って、表示形式毎に書式情報定義手段を有する必要はなく、同一の表示情報をそれぞれことなる表示形式で表示する表示データを少ない記憶容量で生成することができる。
【0013】
また、本発明は、請求項2に記載されるように、前記表示形式定義手段は、一つの前記表示情報に対し複数の言語表現による文字列を定義することを特徴とする。
【0014】
このような情報処理装置では、一つの表示情報に対し複数の言語表現による文字列の定義を有しているため、同一の表示情報がそれぞれ異なる言語表現で表示される表示データを生成することができる。
【0015】
また、本発明は、請求項3に記載されるように、前記複数の言語表現は、それぞれ言語種別が異なることを特徴とする。
【0016】
このような情報処理装置では、同一の表示情報をそれぞれ異なる言語種別による言語表現で表示される表示データを生成することができる。
【0017】
また、本発明は、請求項4に記載されるように、前記表示情報特定手段は、前記端末からの要求に基づいて、前記表示情報の前記表示形式を決定することを特徴とする。
【0018】
このような情報処理装置では、どの表示形式により表示情報を表示するかは端末からの要求に基づいて決定するため、端末の要求に合わせた表示形式による表示データを生成することができる。
【0019】
また、本発明は、請求項5に記載されるように、前記書式情報には、前記表示情報の一部が記載されていることを特徴とする。
【0020】
このような情報処理装置では、書式情報に表示情報の一部が記載されているため、常に表示する表示情報等の静的な表示情報については、書式情報に記載しておけばよく、表示データの開発の効率化を図ることができる。
【0021】
また、本発明は、請求項6に記載されるように、前記表示情報特定手段は、前記端末からの要求に基づく処理の結果を前記表示情報として含む表示情報データを生成する表示情報データ生成手段を更に有し、前記表示情報変換手段は、前記表示情報データに含まれる前記表示情報を前記端末に表示させるための前記表示データに変換することを特徴とする。
【0022】
このような情報処理装置では、端末からの要求に基づく処理の結果として表示情報が生成されるため、表示情報が動的に変更される表示データを提供することができる。
【0023】
また、本発明は、請求項7に記載されるように、前記表示情報データには、前記表示情報データに含まれる前記表示情報の前記表示形式を決定するための識別情報が記載されており、前記表示情報変換手段は、前記識別情報に基づいて前記表示情報の前記表示形式を決定することを特徴とする。
【0024】
このような情報処理装置では、表示情報データ内に表示形式を決定するための識別情報が記載されているため、表示情報変換手段は表示情報データの表示データへの変換の際に、その識別情報を確認することで表示情報の表示形式を容易に決定することができる。
【0025】
更に、上記課題を解決するための手段として、本発明は、上記情報処理装置によって処理される情報処理方法、また、上記情報処理装置によって構成される情報処理システムとすることもできる。
【0026】
【発明の実施の形態】
以下、本発明の実施の形態を図面に基づいて説明する。
【0027】
多種の画像形成機能を融合する本発明の実施の一形態に係る画像処理装置は、例えば、図1に示すような機能構成を成す。図1は、画像処理装置のハードウェア構成例を示す図である。
【0028】
図1において、画像処理装置10は、CPU1102と、メモリユニット1104と、ハードディスク(HD)1106とをASIC1108に接続したコントローラボード1101と、操作部1111と、USB(Universal Serial Bus)1112と、IEEE13941113と、スキャナ1231と、プロッタ1232と、FAX1233とを有する。
【0029】
そして、操作部1111はASIC1108に接続され、USB(Universal Serial Bus)1112と、IEEE13941113と、スキャナ処理を行うためのハードウェア資源であるスキャナ1231と、印刷処理を行うためのハードウェア資源であるプロッタ1232と、FAX処理を行うためのハードウェア資源であるFAX1233とは、PCIバス1109を介してASIC1108に接続されている。
【0030】
メモリユニット1104には、画像処理装置10を制御するのに必要なプログラム等が格納されている。HD1106には、文書ファイル、画像データ、プログラム、フォントデータ及びフォームが蓄積される。操作部1111は、ユーザからの入力操作の受け付け並びにユーザに向けた表示を行う。
【0031】
このようなハードウェア構成を採用することにより、異なる画像処理を行うためのデバイスを共有化でき低コスト設計が可能となる。
【0032】
次に、図1に示すCPU1102によって制御される画像処理装置10の機能構成について説明する。図2は、画像処理装置の機能構成例を示す図である。図2において、画像処理装置10は、スキャナ1231、プロッタ1232及びFAX1233等の個別の画像処理を行うためのハードウェア資源と、エンジン制御ボード1201と、エンジンI/F1202と、OS1203と、API(Application Program Interface)1204と、スキャナアプリ1211、プリンタアプリ1212、ファックスアプリ1213及びWebアプリ1214等の各種アプリケーションを有している。
【0033】
エンジン制御ボード1201は、スキャナ1231、プロッタ1232、FAX1233等の画像処理装置10の個別機能を制御する。エンジンI/F1202は、エンジン制御ボード1201に対するインタフェースを、OS1203やAPI1204に提供する。
【0034】
OS1203は、UNIX(登録商標)などのオペレーティング・システムであり、スキャナアプリ1211、プリンタアプリ1212等、アプリケーションとして実装されている各種ソフトウェアをプロセスとして並列実行する。
【0035】
API1204は、スキャナアプリ1211、プリンタアプリ1212等のアプリケーションへのインタフェースを提供する。
【0036】
スキャナアプリ1211は、スキャナ用アプリケーションであり、プリンタアプリ1212は、ページ記述言語(PDL)、PCL及びポストスクリプト(PS)を有するプリンタ用アプリケーションである。ファックスアプリ1213は、ファクシミリ用アプリケーションである。また、Webアプリ1214は、画像処理装置10にネットワークを介して接続されるWebクライアントに対して画像処理装置10の各種アプリケーションの機能を提供するためのアプリケーションである。
【0037】
このように、OS1203及びAPI1204上に各種アプリケーションを搭載するよう構成しているので、各画像処理の処理部分を共有することが可能となる。従って、画像処理装置10全体の生産性を高めるとともに、各アプリケーションの開発効率を高めることができる。
【0038】
次に、Webアプリ1214及びAPI1204の一部の機能によるWebサーバとしての画像処理装置の機能構成の詳細について説明する。図3は、画像処理装置のWebサーバとしての機能構成例を示す図である。図3において画像処理装置10は、Webサーバプログラム11、Webアプリケーション12、XSLT(XSL Transformations)プロセッサ13、XSL(eXtensible Stylesheet Language)ファイル14、日本語用言語リソースファイル15及び英語用言語リソースファイル16等から構成される。
【0039】
Webサーバプログラム11は、一般にHTTPd(HTTP daemon)と呼ばれるプログラムに相当し、画像処理装置10をWebサーバとして機能させるためのものである。Webサーバプログラム11は、Webクライアント100のWebブラウザ101からのHTTPリクエストに応じて、Webアプリケーション12を起動する。またWebサーバプログラム11は、Webアプリケーション12が生成したHTML(HyperText Markup Language)データを要求元のWebブラウザ101に送信する。なお、Webサーバプログラム11は、図2において、API1204の一部の機能として画像処理装置10に実装されている。
【0040】
Webアプリケーション12は、図2におけるWebアプリ1214に相当するものであり、Webクライアント100からの要求に対する処理を実行し、その処理結果をWebクライアント10において表示する表示データであるWebページを生成するプログラムである。例えばWebアプリケーション12は、画像処理装置10の設定情報を表示するWebページを生成する。より詳しくは、Webアプリケーション12は処理結果をXMLデータとして生成し、XSLTプロセッサ13によってそのXMLデータに格納されている処理結果をWebページ上での表示情報としたHTMLデータ(Webページ)に変換することによりWebページを生成する。但し、XMLデータは必ずしもWebアプリケーション12が動的に生成したものだけに限られず、ファイルとして保存されているXMLデータをWebアプリケーションが表示情報として特定し、そのXMLデータを変換することによりWebページを生成してもよい。
【0041】
ここでWebアプリケーション12が生成するXMLデータに格納されている表示情報は、実際にWebページ上で表示される表示形式では記載されておらず、各表示対象を識別するための識別情報(以下「キー」という。)により記載されている。即ちWebアプリケーション12は、表示情報の生成処理は行うが、その表示形式については関知しない。なお、Webアプリケーション12が生成する表示情報が格納されているXMLデータを以下においては「表示情報データ」と呼ぶ。
【0042】
XSLTプロセッサ13は、XSLファイル14に定義されている書式情報に従って表示情報データをHTMLデータに変換する。この際、XSLTプロセッサ13は、表示情報データ内のキーにより特定される表示情報の表示形式は、日本語用言語リソースファイル15又は英語用言語リソースファイル16等の言語リソースファイルの定義に従って決定する。
【0043】
XSLファイル14には、表示情報データ内のキーを言語リソースファイルに記されている表示形式に変換するための処理や、表示情報データをHTMLデータへ変換するための書式情報が定義されている。また、XSLファイル14においても表示情報がキーとして記述されており、それらの表示形式への変換についても定義されている。
【0044】
日本語用言語リソースファイル15は、表示情報データ内のキーに対する表示形式として日本語による表示文字列が定義されているXMLファイルであり、英語用言語リソースファイル16は、表示情報データ内のキーに対する表示形式として英語による表示文字列が定義されているXMLファイルである。なお、図示されていないが、言語リソースファイルは日本語用、英語用だけに限られず、例えばドイツ語、フランス語等、他の言語で表示されるWebページの生成も必要な場合は、それらに対応する言語リソースファイルを用意すればよい。
【0045】
上述したように、Webアプリケーション12が生成するWebページに表示される表示情報はキーとして表示情報データ内に生成され、表示情報データ内の各キーの表示文字列は言語リソースファイルにより定義され、更に表示情報データをWebページに変換する際の書式情報はXSLファイル14によって定義されている。このようにXSLファイル14は、表示情報の表示形式である表示文字列には依存しないため、Webアプリケーション12は同一の表示情報をそれぞれ異なる言語の表示文字列で表示する複数のWebページを、同一のXSLファイル14を用いて生成することができる。
【0046】
なお、Webクライアント100は、画像処理装置10とネットワークを介して接続される端末であり、Webページを表示するWebブラウザ101を備えている。
【0047】
以下、図3の画像処理装置10の処理手順について説明する。図4は、画像処理装置のWebページ生成処理を説明するためのシーケンス図である。
【0048】
ステップS10において、Webクライアント100のWebブラウザ101は、ユーザからのURLの入力等に基づいて、例えば画像処理装置10のプリンタ名等の設定情報を日本語又は英語等で表示するWebページの送信要求(HTTPリクエスト)を画像処理装置10のWebサーバプログラム11に送信する。
【0049】
ステップS10に続いてステップS11に進み、HTTPリクエストを受信したWebサーバプログラム11は、URLの指定に応じ、画像処理情報10の設定情報を表示するWebページの生成を行うWebアプリケーション12を呼び出す。ここでWebサーバプログラム11は、Webクライアント100から要求された言語でWebページを生成するように指定して、Webアプリケーション12を呼び出す。
【0050】
ステップS11に続いてステップS12に進み、Webアプリケーション12は、画像処理装置10の設定情報を取得し、その結果をXMLデータとして生成する。
【0051】
図5は、Webアプリケーションの処理結果として生成される表示情報データの例を示す図である。図5の表示情報データ120は、日本語のWebページが要求された場合の例である。表示情報データ120においてlang要素121は、表示情報データ120をどの言語によるWebページに変換すべきかを示す。本実施の形態において「ja」の記載は、日本語に変換すべきことを意味する。例えば英語へ変換すべき旨の記載が「en」である場合に、英語のWebページが要求されると、lang要素121には「en」と記載さる。
【0052】
result要素122は、Webアプリケーション12の処理結果のステータスを示す。ここで「SUCCESS」は、処理が正常終了したことを示す。
【0053】
setting要素123は、画像処理装置10の設定情報が記されている要素であり、各設定情報を表すitem要素を有している。各item要素は、更に設定情報の属性名のキーを示すName要素と、その値を示すValue要素とを有している。
【0054】
即ち、item要素124より属性「S_NAME」の値は、「My Printer」であることが分かる。同じくitem要素125及びitem要素126より、属性「S_GROUP」の値は、「RRR」であり、属性「S_COMMENT」の値は「Color Printer」であることが分かる。ここで「S_NAME」、「S_GROUP」及び「S_COMMENT」が表示情報を識別するためのキーに該当し、言語によって表示文字列が異なる対象である。
【0055】
図4のステップS12に続いてステップS13に進み、Webアプリケーション12は、表示情報データ120にXSLファイル14を適用してHTMLデータを生成するように、XSLTプロセッサ13に要求する。
【0056】
ステップS13に続いてステップS14に進み、XSLTプロセッサ13は、表示情報データ120にXSLファイル14を適用してHTMLデータを生成する。この際、XSLTプロセッサ13は、表示情報データ120のlang要素の記載に従って、表示情報データ120又はXSLファイル14内記載されたキーをどの言語に置換すべきか、即ちどの言語リソースファイルを利用すべきかを判断し、言語リソースファイルに定義されている表現に置換する。
【0057】
図6は、日本語用言語リソースファイルとしてのXMLファイルの例を示す図である。図6の記述151において、キー「S_TITLE」に対する日本語による表示文字列は「設定」であることが定義されている。同様に「S_NAME」は「プリンタ名」、「S_GROUP」は「グループ」、「S_COMMENT」は「コメント」、「S_COND」は「状態」として定義されている。
【0058】
また、図7は、英語用言語リソースファイルとしてのXMLファイルの例を示す図である。図7の記述161において、キー「S_TITLE」に対する英語による表示文字列は「Settings」、S_NAME」は「PrinterName」、「S_GROUP」は「Group」、「S_COMMENT」は「Comment」、「S_COND」は「Conditon」として定義されている。
【0059】
更に図8及び図9は、XSLファイルの例を示す図であり、図8と図9とで一つのXSLファイルを示している。図8の記述141には、Webブラウザ101のタイトルバーに表示する文字列のHTMLデータへの出力(以下単に「出力」という。)が定義されている。但し、出力する文字列が直接記されているのではなく、記述1411に示されるように、キーによって定義されている。即ち、キー「S_TITLE」を入力パラメータとして、後述する多言語変換テンプレート(StringGenerator)を呼び出し、言語リソースファイルに定義されているキー「S_TITLE」に対応する表示文字列をタイトル文字列として出力する旨が定義されている。従って、図6より、日本語の場合は「設定」という文字列が、英語の場合は図7より「Settintgs」という文字列がWebブラウザ101のタイトルバーに表示する文字列として出力される。
【0060】
図9の記述142には、Webページ内のタイトルとして表示する文字列の出力が定義されている。記述142においても記述141と同様に、キー「S_TITLE」を入力パラメータとして多言語変換テンプレート(StringGenerator)を呼び出すことにより、言語リソースファイルに定義されているキー「S_TITLE」に対応する表示文字列をWebページ内のタイトル文字列として出力する旨が定義されている。
【0061】
記述143には、表示情報データ120の各item要素の出力が定義されている。即ち記述1431には、item要素内のName要素に記されているキーの出力が定義されており、記述1432には、item要素内のValue要素に記されている文字列の出力が定義されている。但し、記述1431におけるName要素については、多言語変換テンプレート(StringGenerator)を呼び出すことにより、言語リソースファイルに定義されている各Name要素におけるキーに対応する表示文字列を出力する旨が定義されている。
【0062】
図8の記述144には、多言語変換テンプレートが定義されている。記述1441において、表示情報データ120内のlang要素12を参照し、キーの変換に利用すべき言語リソースファイル名を特定している。なお記述1441における定義は、言語リソースファイル名が、「resource_<lang要素12の文字列>.xml」という形式に従っていることを前提とした例である。従って、日本語用言語リソースファイル15のファイル名は、resource_ja.xml、英語用言語リソースファイル16のファイル名は、resource_en.xmlである。
【0063】
記述1442においては、キーに対応する表示文字列を言語リソースファイルから検索し、出力している。
【0064】
ステップS14においてXSLTプロセッサ13は、表示情報データ120を日本語で表示するWebページを生成する場合は、上述したXSLファイル14及び日本語リソースファイル15を適用してHTMLデータを生成し、英語で表示するWebページを生成する場合は、日本語よるWebページの生成と同一のXSLファイル14及び英語用言語リソースファイル16を適用してHTMLデータを生成する。
【0065】
図4のステップS14に続いてステップS15に進み、XSLTプロセッサ13は、生成したHTMLデータ、即ちWebページをWebアプリケーション12に対して出力する。
【0066】
ステップS15に続いてステップS16に進み、Webアプリケーション12は、WebページをWebサーバプログラム11に出力する。ステップS16に続いてステップS17に進み、Webサーバプログラム11は、Webページを要求元のWebブラウザ101に送信する。
【0067】
ステップS17に続いてステップS18に進み、Webブラウザ101は受信したWebページを表示する。
【0068】
図10は、日本語で生成されたWebページの表示例を示す図である。図10のWebブラウザ111において、タイトルバー文字列112及びWebページタイトル113は「設定」と日本語で表示されている。また、各属性名についても、「プリンタ名」、「グループ」、「コメント」と日本語で表示されているのが分かる。これらの文字列は全て日本語リソースファイル15から取得したものである。
【0069】
また、図11は、英語で生成されたWebページの表示例を示す図である。図10のWebブラウザ121において、タイトルバー文字列122及びWebページタイトル123は「Settings」と英語で表示されている。また、各属性名についても、「PrinterName」、「Group」、「Comment」と英語で表示されているのが分かる。これらの文字列は全て日本語リソースファイル15から取得したものである。なお、図11のWebページは図10のWebページと同一のXSLファイル14を適用して生成されている。
【0070】
上述したように、本発明の実施の形態における画像処理装置10によれば、同一の表示情報をそれぞれ異なる言語で表示する複数のWebページを、同一のXSLファイル14を用いて生成するため、Webページの書式情報を規定するというその特性上タグやスペース、数字等の言語非依存なコードを多く含むことによりサイズが大きくなりがちなXSLファイル14を言語種別毎にする必要がなく、表示言語の異なる複数のWebページを少ない記憶容量で生成することができる。
【0071】
また、Webアプリケーション12は処理結果として書式情報を含まないXMLデータを生成すればよいため、Webページ上でのレイアウト等の書式情報に依存する処理を実装する必要はなく、開発効率の向上を図ることができる。
【0072】
なお、本発明の効果は画像処理装置においてのみに限定されるものでなく、他の機器においても同様に得ることができる。
【0073】
以上、本発明の好ましい実施例について詳述したが、本発明は係る特定の実施形態に限定されるものではなく、特許請求の範囲に記載された本発明の要旨の範囲内において、種々の変形・変更が可能である。
【0074】
【発明の効果】
上述の如く、本発明によれば、表示情報に対する複数の表示形式は表示形式定義手段において定義されているため、書式情報は表示形式に関する情報から分離させることができる。従って、表示形式毎に書式情報定義手段を有する必要はなく、同一の表示情報をそれぞれことなる表示形式で表示する表示データを少ない記憶容量で生成することができる。
【図面の簡単な説明】
【図1】画像処理装置のハードウェア構成例を示す図である。
【図2】画像処理装置の機能構成例を示す図である。
【図3】画像処理装置のWebサーバとしての機能構成例を示す図である。
【図4】画像処理装置のWebページ生成処理を説明するためのシーケンス図である。
【図5】Webアプリケーションの処理結果として生成される表示情報データの例を示す図である。
【図6】日本語用言語リソースファイルとしてのXMLファイルの例を示す図である。
【図7】英語用言語リソースファイルとしてのXMLファイルの例を示す図である。
【図8】XSLファイルの例を示す図である。
【図9】XSLファイルの例を示す図である。
【図10】日本語で生成されたWebページの表示例を示す図である。
【図11】英語で生成されたWebページの表示例を示す図である。
【符号の説明】
10     画像処理装置    11  Webサーバプログラム
12     Webアプリケーション
13     XSLTプロセッサ 14  XSLファイル
15     日本語用言語リソースファイル
16     英語用言語リソースファイル
100    Webクライアント 101    Webブラウザ
1101   コントローラ    1102   CPU
1104   メモリユニット   1108   ASIC
1109   PCI       1111   操作部
1112   USB       1113   IEEE1394
1201   エンジン制御ボード 1202   エンジンI/F
1203   OS        1204   API
1211   プリンタアプリ   1212   スキャナアプリ
1213   ファックスアプリ  1215  Webアプリ
1231   スキャナ      1232   プロッタ
1233   FAX
[0001]
TECHNICAL FIELD OF THE INVENTION
The present invention particularly relates to an information processing apparatus and an information processing method for transmitting display data to a terminal connected via a network. The present invention also relates to an information processing system including the information processing device and the terminal.
[0002]
[Prior art]
In recent years, web pages, which are display data for providing various types of information on the Internet, have provided designs and display formats of information according to users. Prominent examples of displaying the same information in different display formats include display in different languages. That is, users who use Web pages do not always use the same language, but generally view information in various languages. One user requests display in Japanese, and another user requests display in English, French, or the like.
[0003]
On the other hand, recently, in an embedded device such as an image processing device, the status of the device, stored document information, spooled jobs, and an address book used for facsimile and e-mail are connected via a network. There are terminals and the like provided by Web pages. The advantage of providing such information by a Web page is that if there is a general-purpose Web browser on the terminal side, there is no need to install special software, the platform does not depend on the terminal side, and there is no need for the device side. And information can be confirmed in a remote place. Also on 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, similarly to a general Web server.
[0004]
As a method for providing information on a device in various languages, a method of holding a Web page that has been translated in advance (Japanese Patent Laid-Open No. 2000-330992), a method of mounting a plurality of translation modules in one device ( Japanese Patent Application Laid-Open No. 2001-325255) and the like, and a device can promptly respond to a Web browser request by providing a Web page created in advance in a language corresponding to the request from the Web browser.
[0005]
[Problems to be solved by the invention]
However, embedded devices such as image processing apparatuses have strict memory capacity restrictions, and it is extremely difficult to prepare web pages that have been translated in advance and to prepare a plurality of translation modules in one device. In addition, there are circumstances that are extremely difficult not only in terms of capacity but also in terms of development efficiency and maintenance. That is, since a template of a Web page as HTML (HyperText Markup Language) data is embedded in the source code of a programming language such as C language, it is necessary to correct and recompile the source code when changing the HTML. Occurs.
[0006]
In addition, since processing related to format information such as the layout of a Web page is incorporated in the logic of the program, either a person in charge of the program and a person in charge of the layout of the Web page create one source code. You have to do or do both tasks alone. Furthermore, in order to view HTML, which is the output result of the program, it is necessary to operate the program on a real machine such as an image processing apparatus, and the program must be created first.
[0007]
On the other hand, as a method of separating screen layout information from a program, there is a method using a technique such as XML (extensible Markup Language) and XSL (extensible Stylesheet Language). That is, the program outputs the processing result as XML data, and the format information for converting to HTML data is defined in the XSL file. As a result, the format information of the Web page can be changed only by modifying the XSL file, and there is no need to modify the source code of the program and recompile. Further, if there is only a sample of XML data as a processing result, an XSL file that defines format information can be created. Further, since confirmation of XSLT (XSL Transformations) conversion can be performed on a PC (Personal Computer), an actual device is not required for screen development. Therefore, the program and the format information of the Web page can be developed in parallel, and the respective tasks can be completely divided.
[0008]
As described above, generation of a Web page in an embedded device is significantly more convenient in terms of development efficiency if XSLT conversion is used. However, in this case, the number of XSL files required for the number of languages is required for one Web page. Therefore, in an embedded device such as an image processing apparatus, the problem of the memory capacity still remains.
[0009]
That is, due to the characteristics of the XSL file, language-independent display codes such as tags, spaces, and numbers occupy more than half of one page, and occupy one page compared to display information that is displayed differently in each language. High rate. Therefore, it is desirable that the XSL file which has a high occupancy rate of one page and causes memory consumption is commonly used in generating a plurality of Web pages having different display languages.
[0010]
The present invention has been made in view of the above points, and has an image processing apparatus, an image processing method, and an image processing method capable of generating display data for displaying the same information in different display formats with a small storage capacity. The purpose is to provide the system.
[0011]
[Means for Solving the Problems]
Therefore, in order to solve the above problem, the present invention provides a request receiving unit for receiving a request from a terminal connected via a network, and the terminal receiving the request by the request receiving unit. Display information specifying means for specifying display information to be displayed on the terminal, a display format defining means for defining a plurality of display formats for displaying the display information on the terminal, and the display information Format information defining means for defining format information for displaying on the terminal, a display displayed on the terminal using one of the plurality of display formats in accordance with the format information. A display information conversion unit for converting the display data to data; and a display data transmission unit for transmitting the display data to the terminal.
[0012]
In such an information processing apparatus, since a plurality of display formats for the display information are defined by the display format definition means, the format information can be separated from the information on the display format. Therefore, it is not necessary to have a format information defining means for each display format, and display data for displaying the same display information in different display formats can be generated with a small storage capacity.
[0013]
Further, according to the present invention, as described in claim 2, the display format defining means defines a character string in a plurality of linguistic expressions for one piece of the display information.
[0014]
In such an information processing apparatus, since one display information has a definition of a character string in a plurality of linguistic expressions, it is possible to generate display data in which the same display information is displayed in different linguistic expressions. it can.
[0015]
According to a third aspect of the present invention, the plurality of linguistic expressions have different language types.
[0016]
In such an information processing apparatus, it is possible to generate display data in which the same display information is displayed in linguistic expressions in different language types.
[0017]
The present invention is characterized in that the display information specifying means determines the display format of the display information based on a request from the terminal.
[0018]
In such an information processing apparatus, the display format in which the display information is to be displayed is determined based on the request from the terminal, so that the display data in the display format in accordance with the request from the terminal can be generated.
[0019]
According to the present invention, a part of the display information is described in the format information.
[0020]
In such an information processing apparatus, since part of the display information is described in the format information, static display information such as display information that is always displayed may be described in the format information. Can be developed more efficiently.
[0021]
Further, according to the present invention, as set forth in claim 6, the display information specifying means generates display information data including a processing result based on a request from the terminal as the display information. And the display information conversion means converts the display information included in the display information data into the display data for displaying on the terminal.
[0022]
In such an information processing apparatus, display information is generated as a result of a process based on a request from a terminal, so that it is possible to provide display data in which display information is dynamically changed.
[0023]
Further, according to the present invention, as set forth in claim 7, the display information data includes identification information for determining the display format of the display information included in the display information data, The display information conversion means determines the display format of the display information based on the identification information.
[0024]
In such an information processing apparatus, since the display information includes identification information for determining a display format, the display information conversion means performs conversion of the display information data into display data when the display information data is converted into display data. The display format of the display information can be easily determined by checking.
[0025]
Furthermore, as a means for solving the above-described problems, the present invention can be an information processing method processed by the information processing device, or an information processing system configured by the information processing device.
[0026]
BEST MODE FOR CARRYING OUT THE INVENTION
Hereinafter, embodiments of the present invention will be described with reference to the drawings.
[0027]
An image processing apparatus according to an embodiment of the present invention that fuses various image forming functions has, for example, a functional configuration as shown in FIG. FIG. 1 is a diagram illustrating an example of a hardware configuration of an image processing apparatus.
[0028]
1, an image processing apparatus 10 includes a controller board 1101 in which a CPU 1102, a memory unit 1104, and a hard disk (HD) 1106 are connected to an ASIC 1108, an operation unit 1111, a USB (Universal Serial Bus) 1112, an IEEE13941113, , A scanner 1231, a plotter 1232, and a FAX 1233.
[0029]
The operation unit 1111 is connected to the ASIC 1108 and has a USB (Universal Serial Bus) 1112, an IEEE13941113, a scanner 1231 which is a hardware resource for performing a scanner process, and a plotter which is a hardware resource for performing a print process. The FAX 1232 and the FAX 1233, which is a hardware resource for performing the FAX process, are connected to the ASIC 1108 via the PCI bus 1109.
[0030]
The memory unit 1104 stores programs and the like necessary for controlling the image processing apparatus 10. The HD 1106 stores document files, image data, programs, font data, and forms. The operation unit 1111 receives an input operation from the user and performs display for the user.
[0031]
By adopting such a hardware configuration, devices for performing different image processing can be shared, and low-cost design can be achieved.
[0032]
Next, a functional configuration of the image processing apparatus 10 controlled by the CPU 1102 shown in FIG. 1 will be described. FIG. 2 is a diagram illustrating an example of a functional configuration of the image processing apparatus. 2, the image processing apparatus 10 includes hardware resources for performing individual image processing such as a scanner 1231, a plotter 1232, and a facsimile 1233, an engine control board 1201, an engine I / F 1202, an OS 1203, and an API (Application). A program interface 1204 and various applications such as a scanner application 1211, a printer application 1212, a facsimile application 1213, and a web application 1214.
[0033]
The engine control board 1201 controls individual functions of the image processing apparatus 10 such as the scanner 1231, the plotter 1232, and the facsimile 1233. The engine I / F 1202 provides an interface to the engine control board 1201 to the OS 1203 and the API 1204.
[0034]
The OS 1203 is an operating system such as UNIX (registered trademark), and executes various kinds of software implemented as applications such as the scanner application 1211 and the printer application 1212 in parallel as processes.
[0035]
The API 1204 provides an interface to applications such as the scanner application 1211 and the printer application 1212.
[0036]
The scanner application 1211 is a scanner application, and the printer application 1212 is a printer application having a page description language (PDL), PCL, and postscript (PS). The fax application 1213 is a facsimile application. Further, the Web application 1214 is an application for providing various Web application functions of the image processing apparatus 10 to a Web client connected to the image processing apparatus 10 via a network.
[0037]
As described above, since various applications are installed on the OS 1203 and the API 1204, it is possible to share a processing portion of each image processing. Therefore, the productivity of the entire image processing apparatus 10 can be increased, and the development efficiency of each application can be increased.
[0038]
Next, details of the functional configuration of the image processing apparatus as a Web server based on some functions of the Web application 1214 and the API 1204 will be described. FIG. 3 is a diagram illustrating an example of a functional configuration of the image processing apparatus as a Web server. 3, an image processing apparatus 10 includes a Web server program 11, a Web application 12, an XSLT (XSL Transformations) processor 13, an XSL (extensible Stylesheet Language) file 14, a language resource file 15 for Japanese and a language resource file 16 for English. Consists of
[0039]
The Web server program 11 corresponds to a program generally called HTTPd (HTTP daemon), and is for causing the image processing apparatus 10 to function as a Web server. The Web server program 11 activates the Web application 12 in response to an HTTP request from the Web browser 101 of the Web client 100. Further, the Web server program 11 transmits HTML (HyperText Markup Language) data generated by the Web application 12 to the Web browser 101 that has issued the request. Note that the Web server program 11 is implemented in the image processing apparatus 10 as a part of the API 1204 in FIG.
[0040]
The Web application 12 corresponds to the Web application 1214 in FIG. 2, executes a process in response to a request from the Web client 100, and generates a Web page as display data for displaying the processing result on the Web client 10. It is. For example, the Web application 12 generates a Web page that displays setting information of the image processing device 10. More specifically, the Web application 12 generates a processing result as XML data, and the XSLT processor 13 converts the processing result stored in the XML data into HTML data (Web page) as display information on a Web page. As a result, a Web page is generated. However, the XML data is not necessarily limited to the data dynamically generated by the Web application 12. The Web application specifies the XML data stored as a file as display information, and converts the XML data to a Web page. May be generated.
[0041]
Here, the display information stored in the XML data generated by the Web application 12 is not described in a display format that is actually displayed on a Web page, and identification information (hereinafter, “identification information”) for identifying each display target. Key "). That is, the Web application 12 performs display information generation processing, but does not care about the display format. The XML data in which the display information generated by the Web application 12 is stored is hereinafter referred to as “display information data”.
[0042]
The XSLT processor 13 converts display information data into HTML data according to format information defined in the XSL file 14. At this time, the XSLT processor 13 determines the display format of the display information specified by the key in the display information data according to the definition of the language resource file such as the Japanese language resource file 15 or the English language resource file 16.
[0043]
In the XSL file 14, processing for converting a key in the display information data into a display format described in the language resource file and format information for converting the display information data into HTML data are defined. Also, in the XSL file 14, display information is described as a key, and conversion of the display information into a display format is also defined.
[0044]
The Japanese language resource file 15 is an XML file in which a display character string in Japanese is defined as a display format for a key in the display information data, and the English language resource file 16 is a file for a key in the display information data. This is an XML file in which a display character string in English is defined as a display format. Although not shown, the language resource files are not limited to those for Japanese and English, and if it is necessary to generate Web pages displayed in other languages, for example, German, French, etc. What is necessary is just to prepare a language resource file to perform.
[0045]
As described above, the display information displayed on the Web page generated by the Web application 12 is generated as a key in the display information data, and the display character string of each key in the display information data is defined by the language resource file. Format information for converting display information data into a Web page is defined by the XSL file 14. As described above, since the XSL file 14 does not depend on a display character string that is a display format of display information, the Web application 12 can display a plurality of Web pages displaying the same display information in display character strings of different languages, respectively. Using the XSL file 14 of FIG.
[0046]
Note that the Web client 100 is a terminal connected to the image processing apparatus 10 via a network, and includes a Web browser 101 that displays a Web page.
[0047]
Hereinafter, a processing procedure of the image processing apparatus 10 of FIG. 3 will be described. FIG. 4 is a sequence diagram illustrating a Web page generation process of the image processing apparatus.
[0048]
In step S10, the Web browser 101 of the Web client 100 sends a Web page transmission request for displaying setting information such as the printer name of the image processing apparatus 10 in Japanese or English based on the input of a URL or the like from the user. (HTTP request) to the Web server program 11 of the image processing apparatus 10.
[0049]
Proceeding to step S11 following step S10, the Web server program 11 that has received the HTTP request calls the Web application 12 that generates a Web page that displays the setting information of the image processing information 10 according to the URL specification. Here, the Web server program 11 calls up the Web application 12 by specifying to generate a Web page in the language requested by the Web client 100.
[0050]
Proceeding to step S12 following step S11, the Web application 12 acquires the setting information of the image processing apparatus 10, and generates the result as XML data.
[0051]
FIG. 5 is a diagram illustrating an example of display information data generated as a processing result of the Web application. The display information data 120 in FIG. 5 is an example when a Japanese Web page is requested. In the display information data 120, a lang element 121 indicates which language the display information data 120 should be converted to a Web page. In the present embodiment, the description of “ja” means that it should be converted to Japanese. For example, if the description to be converted to English is “en” and an English Web page is requested, “en” is described in the lang element 121.
[0052]
The result element 122 indicates the status of the processing result of the Web application 12. Here, “SUCCESS” indicates that the processing has been completed normally.
[0053]
The setting element 123 is an element in which setting information of the image processing apparatus 10 is described, and has an item element representing each setting information. Each item element further has a Name element indicating the key of the attribute name of the setting information and a Value element indicating the value.
[0054]
That is, it can be seen from the item element 124 that the value of the attribute “S_NAME” is “My Printer”. Similarly, from the item element 125 and the item element 126, it can be seen that the value of the attribute “S_GROUP” is “RRR” and the value of the attribute “S_COMMENT” is “Color Printer”. Here, “S_NAME”, “S_GROUP”, and “S_COMMENT” correspond to keys for identifying display information, and are objects whose display character strings differ depending on the language.
[0055]
In step S13 following step S12 in FIG. 4, the Web application 12 requests the XSLT processor 13 to generate HTML data by applying the XSL file 14 to the display information data 120.
[0056]
Proceeding to step S14 following step S13, the XSLT processor 13 applies the XSL file 14 to the display information data 120 to generate HTML data. At this time, the XSLT processor 13 determines which language the key described in the display information data 120 or the XSL file 14 should be replaced with, according to the description of the lang element of the display information data 120, that is, which language resource file should be used. Judge and replace with the expression defined in the language resource file.
[0057]
FIG. 6 is a diagram showing an example of an XML file as a language resource file for Japanese. The description 151 in FIG. 6 defines that the display character string in Japanese for the key “S_TITLE” is “setting”. Similarly, “S_NAME” is defined as “printer name”, “S_GROUP” is defined as “group”, “S_COMMENT” is defined as “comment”, and “S_COND” is defined as “state”.
[0058]
FIG. 7 is a diagram showing an example of an XML file as a language resource file for English. In the description 161 in FIG. 7, the display character string in English for the key “S_TITLE” is “Settings”, “S_NAME” is “PrinterName”, “S_GROUP” is “Group”, “S_COMMENT” is “Comment”, and “S_COND” is “ Condition ".
[0059]
8 and 9 are diagrams showing examples of the XSL file. FIGS. 8 and 9 show one XSL file. The description 141 in FIG. 8 defines output of a character string to be displayed on the title bar of the Web browser 101 to HTML data (hereinafter, simply referred to as “output”). However, a character string to be output is not directly described, but is defined by a key as shown in a description 1411. That is, a multilingual conversion template (String Generator) described later is called using the key “S_TITLE” as an input parameter, and a display character string corresponding to the key “S_TITLE” defined in the language resource file is output as a title character string. Is defined. Therefore, from FIG. 6, a character string “Setting” is output as a character string to be displayed on the title bar of the Web browser 101 in FIG. 7 for English and a character string “Settings” for English.
[0060]
The description 142 in FIG. 9 defines the output of a character string to be displayed as a title in a Web page. In the description 142, similarly to the description 141, the display character string corresponding to the key "S_TITLE" defined in the language resource file is called by calling a multilingual conversion template (String Generator) using the key "S_TITLE" as an input parameter. It is defined to output as a title character string in the page.
[0061]
The description 143 defines the output of each item element of the display information data 120. That is, the description 1431 defines the output of the key described in the Name element in the item element, and the description 1432 defines the output of the character string described in the Value element in the item element. I have. However, for the Name element in the description 1431, it is defined that a display character string corresponding to a key in each Name element defined in the language resource file is output by calling a multilingual conversion template (String Generator). .
[0062]
The description 144 in FIG. 8 defines a multilingual conversion template. In the description 1441, the language resource file name to be used for key conversion is specified with reference to the lang element 12 in the display information data 120. The definition in the description 1441 is an example on the premise that the language resource file name follows the format of “resource_ <character string of the lang element 12> .xml”. Therefore, the file name of the Japanese language resource file 15 is resource_ja. xml, the file name of the English language resource file 16 is resource_en. xml.
[0063]
In the description 1442, a display character string corresponding to the key is retrieved from the language resource file and output.
[0064]
In step S14, when generating a Web page displaying the display information data 120 in Japanese, the XSLT processor 13 generates HTML data by applying the XSL file 14 and the Japanese resource file 15 described above, and displays the data in English. When generating a Web page to be executed, HTML data is generated by applying the same XSL file 14 and language resource file 16 for English as the generation of the Web page in Japanese.
[0065]
Proceeding to step S15 following step S14 in FIG. 4, the XSLT processor 13 outputs the generated HTML data, that is, the web page to the web application 12.
[0066]
Proceeding to step S16 following step S15, the Web application 12 outputs a Web page to the Web server program 11. Proceeding to step S17 following step S16, the Web server program 11 transmits the Web page to the requesting Web browser 101.
[0067]
Progressing to step S18 following step S17, the Web browser 101 displays the received Web page.
[0068]
FIG. 10 is a diagram illustrating a display example of a Web page generated in Japanese. In the Web browser 111 of FIG. 10, the title bar character string 112 and the Web page title 113 are displayed as "Setting" in Japanese. Also, it can be seen that the attribute names are displayed in Japanese as "printer name", "group", and "comment". These character strings are all obtained from the Japanese resource file 15.
[0069]
FIG. 11 is a diagram illustrating a display example of a Web page generated in English. In the Web browser 121 of FIG. 10, the title bar character string 122 and the Web page title 123 are displayed as "Settings" in English. Also, it can be seen that each attribute name is displayed in English as “PrinterName”, “Group”, “Comment”. These character strings are all obtained from the Japanese resource file 15. Note that the Web page in FIG. 11 is generated by applying the same XSL file 14 as the Web page in FIG.
[0070]
As described above, according to the image processing apparatus 10 according to the embodiment of the present invention, a plurality of Web pages displaying the same display information in different languages are generated using the same XSL file 14, so that the Web The XSL file 14, which tends to be large in size by including many language-independent codes such as tags, spaces, and numbers due to its characteristic of defining page format information, does not need to be set for each language type. A plurality of different Web pages can be generated with a small storage capacity.
[0071]
Also, since the Web application 12 only needs to generate XML data that does not include format information as a processing result, it is not necessary to implement a process that depends on format information such as a layout on a Web page, thereby improving development efficiency. be able to.
[0072]
It should be noted that the effects of the present invention are not limited to only the image processing apparatus, but can be similarly obtained in other devices.
[0073]
Although the preferred embodiments of the present invention have been described in detail, the present invention is not limited to the specific embodiments, and various modifications may be made within the scope of the present invention described in the appended claims.・ Change is possible.
[0074]
【The invention's effect】
As described above, according to the present invention, since a plurality of display formats for display information are defined by the display format definition means, the format information can be separated from the information on the display format. Therefore, it is not necessary to have a format information defining means for each display format, and display data for displaying the same display information in different display formats can be generated with a small storage capacity.
[Brief description of the drawings]
FIG. 1 is a diagram illustrating an example of a hardware configuration of an image processing apparatus.
FIG. 2 is a diagram illustrating an example of a functional configuration of an image processing apparatus.
FIG. 3 is a diagram illustrating an example of a functional configuration of an image processing apparatus as a Web server.
FIG. 4 is a sequence diagram illustrating a Web page generation process of the image processing apparatus.
FIG. 5 is a diagram illustrating an example of display information data generated as a processing result of a Web application.
FIG. 6 is a diagram showing an example of an XML file as a language resource file for Japanese.
FIG. 7 is a diagram illustrating an example of an XML file as a language resource file for English.
FIG. 8 is a diagram illustrating an example of an XSL file.
FIG. 9 is a diagram illustrating an example of an XSL file.
FIG. 10 is a diagram illustrating a display example of a Web page generated in Japanese.
FIG. 11 is a diagram illustrating a display example of a Web page generated in English.
[Explanation of symbols]
10 Image processing device 11 Web server program
12 Web application
13 XSLT processor 14 XSL file
15 Language resource files for Japanese
16 English language resource files
100 Web client 101 Web browser
1101 Controller 1102 CPU
1104 Memory unit 1108 ASIC
1109 PCI 1111 Operation unit
1112 USB 1113 IEEE 1394
1201 Engine control board 1202 Engine I / F
1203 OS 1204 API
1211 Printer application 1212 Scanner application
1213 Fax application 1215 Web application
1231 Scanner 1232 Plotter
1233 FAX

Claims (15)

ネットワークを介して接続される端末からの要求を受信する要求受信手段と、
前記要求受信手段が受信した前記端末からの要求に基づいて、前記端末に表示させる表示情報を特定する表示情報特定手段と、
前記表示情報を前記端末に表示させるための複数の表示形式を定義する表示形式定義手段と、
前記表示情報を前記端末に表示させるための書式情報を定義する書式情報定義手段と、
前記表示情報を前記書式情報に従って、前記複数の表示形式のうち一の前記表示形式を用いて前記端末において表示される表示データに変換する表示情報変換手段と、
前記表示データを前記端末に送信する表示データ送信手段とを有することを特徴とする情報処理装置。
Request receiving means for receiving a request from a terminal connected via a network,
Display information specifying means for specifying display information to be displayed on the terminal, based on the request from the terminal received by the request receiving means,
Display format definition means for defining a plurality of display formats for displaying the display information on the terminal,
Format information defining means for defining format information for displaying the display information on the terminal,
Display information conversion means for converting the display information into display data to be displayed on the terminal using one of the plurality of display formats according to the format information,
An information processing apparatus, comprising: display data transmitting means for transmitting the display data to the terminal.
前記表示形式定義手段は、一つの前記表示情報に対し複数の言語表現による文字列を定義することを特徴とする請求項1記載の情報処理装置。2. The information processing apparatus according to claim 1, wherein the display format definition unit defines a character string in a plurality of linguistic expressions for one piece of the display information. 前記複数の言語表現は、それぞれ言語種別が異なることを特徴とする請求項2記載の情報処理装置。3. The information processing apparatus according to claim 2, wherein the plurality of linguistic expressions have different language types. 前記表示情報特定手段は、前記端末からの要求に基づいて、前記表示情報の前記表示形式を決定することを特徴とする請求項1乃至3いずれか一項記載の情報処理装置。The information processing apparatus according to claim 1, wherein the display information specifying unit determines the display format of the display information based on a request from the terminal. 前記書式情報には、前記表示情報の一部が記載されていることを特徴とする請求項1乃至4いずれか一項記載の情報処理装置。The information processing apparatus according to claim 1, wherein a part of the display information is described in the format information. 前記表示情報特定手段は、前記端末からの要求に基づく処理の結果を前記表示情報として含む表示情報データを生成する表示情報データ生成手段を更に有し、
前記表示情報変換手段は、前記表示情報データに含まれる前記表示情報を前記端末に表示させるための前記表示データに変換することを特徴とする請求項1乃至5いずれか一項記載の情報処理装置。
The display information identification unit further includes a display information data generation unit that generates display information data including a processing result based on a request from the terminal as the display information,
The information processing apparatus according to any one of claims 1 to 5, wherein the display information conversion unit converts the display information included in the display information data into the display data to be displayed on the terminal. .
前記表示情報データには、前記表示情報データに含まれる前記表示情報の前記表示形式を決定するための識別情報が記載されており、
前記表示情報変換手段は、前記識別情報に基づいて前記表示情報の前記表示形式を決定することを特徴とする請求項6記載の情報処理装置。
In the display information data, identification information for determining the display format of the display information included in the display information data is described,
The information processing apparatus according to claim 6, wherein the display information conversion unit determines the display format of the display information based on the identification information.
ネットワークを介して接続される端末からの要求を受信する要求受信手順と、
前記要求受信手順が受信した前記端末からの要求に基づいて、前記端末に表示させる表示情報を特定する表示情報特定手順と、
前記表示情報を、前記表示情報を前記端末に表示させるための書式情報に従って、前記表示情報を前記端末に表示させるための複数の表示形式のうち一の前記表示形式を用いて前記端末において表示される表示データに変換する表示情報変換手順と、
前記表示データを前記端末に送信する表示データ送信手順とを有することを特徴とする情報処理装置による情報処理方法。
A request receiving procedure for receiving a request from a terminal connected via a network,
Based on a request from the terminal received by the request receiving procedure, a display information specifying procedure for specifying display information to be displayed on the terminal,
The display information is displayed on the terminal using one of a plurality of display formats for displaying the display information on the terminal according to format information for displaying the display information on the terminal. A display information conversion procedure for converting to display data
A display data transmitting procedure for transmitting the display data to the terminal.
前記複数の表示形式は、それぞれ異なる言語表現による文字列であることを特徴とする請求項8記載の情報処理方法。9. The information processing method according to claim 8, wherein the plurality of display formats are character strings in different language expressions. 前記それぞれ異なる言語表現は、それぞれ言語種別が異なることを特徴とする請求項9記載の情報処理方法。The information processing method according to claim 9, wherein the different language expressions have different language types. 前記表示情報特定手順は、前記端末からの要求に基づいて、前記表示情報の前記表示形式を決定することを特徴とする請求項8乃至10いずれか一項記載の情報処理方法。The information processing method according to any one of claims 8 to 10, wherein the display information specifying procedure determines the display format of the display information based on a request from the terminal. 前記書式情報には、前記表示情報の一部が記載されていることを特徴とする請求項8乃至11いずれか一項記載の情報処理方法。12. The information processing method according to claim 8, wherein a part of the display information is described in the format information. 前記表示情報特定手順は、前記端末からの要求に基づく処理の結果を前記表示情報として含む表示情報データを生成する表示情報データ生成手順を更に有し、
前記表示情報変換手順は、前記表示情報データに含まれる前記表示情報を前記端末に表示させるための前記表示データに変換することを特徴とする請求項8乃至12いずれか一項記載の情報処理方法。
The display information specifying step further includes a display information data generating step of generating display information data including a processing result based on a request from the terminal as the display information,
13. The information processing method according to claim 8, wherein the display information conversion step converts the display information included in the display information data into the display data to be displayed on the terminal. .
前記表示情報データには、前記表示情報データに含まれる前記表示情報の前記表示形式を決定するための識別情報が記載されており、
前記表示情報変換手順は、前記識別情報に基づいて前記表示情報の前記表示形式を決定することを特徴とする請求項13記載の情報処理方法。
In the display information data, identification information for determining the display format of the display information included in the display information data is described,
14. The information processing method according to claim 13, wherein the display information conversion step determines the display format of the display information based on the identification information.
情報処理装置と端末とがネットワークを介して接続された情報処理システムであって、
前記情報処理装置は、前記端末からの要求を受信する要求受信手段と、
前記要求受信手段が受信した前記端末からの要求に基づいて、前記端末に表示させる表示情報を特定する表示情報特定手段と、
前記表示情報を前記端末に表示させるための複数の表示形式を定義する表示形式定義手段と、
前記表示情報を前記端末に表示させるための書式情報を定義する書式情報定義手段と、
前記表示情報を前記書式情報に従って、前記複数の表示形式のうち一の前記表示形式を用いて前記端末において表示される表示データに変換する表示情報変換手段と、
前記表示データを前記端末に送信する表示データ送信手段とを有し、
前記端末は、前記情報処理装置から受信した前記表示データを表示する表示手段を有することを特徴とする情報処理システム。
An information processing system in which an information processing device and a terminal are connected via a network,
Request receiving means for receiving a request from the terminal,
Display information specifying means for specifying display information to be displayed on the terminal, based on the request from the terminal received by the request receiving means,
Display format definition means for defining a plurality of display formats for displaying the display information on the terminal,
Format information defining means for defining format information for displaying the display information on the terminal,
Display information conversion means for converting the display information into display data to be displayed on the terminal using one of the plurality of display formats according to the format information,
Display data transmission means for transmitting the display data to the terminal,
The information processing system, wherein the terminal includes a display unit that displays the display data received from the information processing device.
JP2002268375A 2002-09-13 2002-09-13 Information processing apparatus, information processing method, and information processing system Expired - Fee Related JP4203287B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2002268375A JP4203287B2 (en) 2002-09-13 2002-09-13 Information processing apparatus, information processing method, and information processing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2002268375A JP4203287B2 (en) 2002-09-13 2002-09-13 Information processing apparatus, information processing method, and information processing system

Publications (2)

Publication Number Publication Date
JP2004110131A true JP2004110131A (en) 2004-04-08
JP4203287B2 JP4203287B2 (en) 2008-12-24

Family

ID=32266603

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2002268375A Expired - Fee Related JP4203287B2 (en) 2002-09-13 2002-09-13 Information processing apparatus, information processing method, and information processing system

Country Status (1)

Country Link
JP (1) JP4203287B2 (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006053892A (en) * 2004-05-21 2006-02-23 Microsoft Corp Localization of xml through transformation
JP2006079235A (en) * 2004-09-08 2006-03-23 Seiko Epson Corp Image output instructing device, image outputting device and image outputting system
JP2008186311A (en) * 2007-01-31 2008-08-14 National Institute Of Advanced Industrial & Technology File conversion system for source file with comment described by plurality of kinds of natural languages
JP2011238212A (en) * 2010-04-16 2011-11-24 Canon Inc Information processing device, method for controlling peripheral device and program
JP2011243213A (en) * 2005-05-31 2011-12-01 Qualcomm Incorporated Managing multiple languages in data language
JP2018055500A (en) * 2016-09-29 2018-04-05 株式会社リコー Information processing system, display language switching method, information processing device, and program

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006053892A (en) * 2004-05-21 2006-02-23 Microsoft Corp Localization of xml through transformation
JP2006079235A (en) * 2004-09-08 2006-03-23 Seiko Epson Corp Image output instructing device, image outputting device and image outputting system
JP4501603B2 (en) * 2004-09-08 2010-07-14 セイコーエプソン株式会社 Image output instruction device, image output device, and image output system
JP2011243213A (en) * 2005-05-31 2011-12-01 Qualcomm Incorporated Managing multiple languages in data language
JP2008186311A (en) * 2007-01-31 2008-08-14 National Institute Of Advanced Industrial & Technology File conversion system for source file with comment described by plurality of kinds of natural languages
JP2011238212A (en) * 2010-04-16 2011-11-24 Canon Inc Information processing device, method for controlling peripheral device and program
JP2018055500A (en) * 2016-09-29 2018-04-05 株式会社リコー Information processing system, display language switching method, information processing device, and program

Also Published As

Publication number Publication date
JP4203287B2 (en) 2008-12-24

Similar Documents

Publication Publication Date Title
JP4803874B2 (en) Printing apparatus, network interface apparatus, printing apparatus control method, and storage medium
JP2010129057A (en) Information processor, display data translation method, and program
US20050235202A1 (en) Automatic graphical layout printing system utilizing parsing and merging of data
US6928462B2 (en) System and method for distributed processing of non-processable elements of a document to be rendered on a client
US8570581B2 (en) Image forming method and system using XHTML-print data
CN110837347A (en) Webpage printing method based on analysis plug-in, server and storage medium
US20100218125A1 (en) Information processing apparatus, user interface configuration method, and image processing, apparatus, system, and program
JP4203287B2 (en) Information processing apparatus, information processing method, and information processing system
JPH11143670A (en) Internet information printing system
JP4903078B2 (en) Electronic device, Web page generation method, and Web page generation program
JP2019045994A (en) Character drawing processing device, character drawing processing method and program
JP4130108B2 (en) Image forming apparatus having Web service function
JP2004227351A (en) Information providing device, information display device, information providing system, information providing method, and information providing program
JP2008257354A (en) Electronic device, method for creating web page, and program for creating web page
JP4221020B2 (en) Image processing device
JP4296775B2 (en) Device and program for displaying XML data
JP5052058B2 (en) Information processing apparatus, information processing method, and information processing program
JP4291855B2 (en) Image forming apparatus having Web service function
JP4787655B2 (en) Information processing apparatus, display control apparatus, information processing system, information processing method, display control method, information processing program, and display control program
JP2004086354A (en) Image processor
JP2004145736A (en) Character recognition device, character recognition data output method, program and recording medium
JP2009037404A (en) Electronic document management system
JP2006146490A (en) Print controller and print control program
JP5552893B2 (en) Information processing device
JP2004206456A (en) Information providing device, information providing method, information providing system, and information providing program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20040224

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20061212

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20070109

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20070308

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20080318

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20080515

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20080924

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20081010

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20111017

Year of fee payment: 3

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20121017

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20131017

Year of fee payment: 5

LAPS Cancellation because of no payment of annual fees