JP2007164374A - Method and device for creating ml document - Google Patents

Method and device for creating ml document Download PDF

Info

Publication number
JP2007164374A
JP2007164374A JP2005358252A JP2005358252A JP2007164374A JP 2007164374 A JP2007164374 A JP 2007164374A JP 2005358252 A JP2005358252 A JP 2005358252A JP 2005358252 A JP2005358252 A JP 2005358252A JP 2007164374 A JP2007164374 A JP 2007164374A
Authority
JP
Japan
Prior art keywords
terminal
document
condition information
adaptation condition
tag
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
JP2005358252A
Other languages
Japanese (ja)
Inventor
Masaru Mima
勝 美馬
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.)
Sunmoretec Co Ltd
Original Assignee
Sunmoretec 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 Sunmoretec Co Ltd filed Critical Sunmoretec Co Ltd
Priority to JP2005358252A priority Critical patent/JP2007164374A/en
Publication of JP2007164374A publication Critical patent/JP2007164374A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To provide a method and device for creating an ML document for quickly and simply facilitating countermeasures to a new type of terminal to be newly added without changing a program for ML document creation itself. <P>SOLUTION: An original document in which specification information adapted to a terminal is preliminarily included as adaptation condition information with an identifier in a tag is created, and when a request for an ML document is accepted from the terminal, the adaptation condition information is retrieved by a filing means 4, and when it is determined that the adaptation condition information is adapted to the request terminal, the identifier and the adaptation condition information are erased, and in the other case, an ML document from which the tag or attributes including the identifier and the adaptation condition information is erased is prepared, and provided to the request terminal. <P>COPYRIGHT: (C)2007,JPO&INPIT

Description

本発明は、エンドユーザの端末からの要求に応じてこの端末に表示すべきML(Markup Language)文書からなるページを作成して提供するサーバに関するものであり、特にこのサーバ側においてそのML文書を作成するためのML文書生成方法ならびにML文書生成装置に関する。   The present invention relates to a server that creates and provides a page made up of an ML (Markup Language) document to be displayed on a terminal in response to a request from an end user terminal. In particular, the server side stores the ML document. The present invention relates to an ML document generation method and an ML document generation apparatus for creation.

本発明は、上記エンドユーザの端末として、通常のパーソナルコンピュータ(PC)や携帯情報端末等種々の端末に適用可能であるが、その最も好適な例として、携帯電話がある。以下、この携帯電話を端末の好適例として説明する。   The present invention can be applied to various terminals such as an ordinary personal computer (PC) and a portable information terminal as the end user terminal, and a mobile phone is a most preferable example. Hereinafter, this mobile phone will be described as a preferred example of a terminal.

上記端末が携帯電話である場合、その端末上に適切にML文書からなるページを表示させるためには、このページを提供する上記サーバ側においては、そのページの要求元である各端末の仕様に合ったML文書を作成しなければならない。この場合、端末が上記のパーソナルコンピュータ(PC)や携帯情報端末(PDA)であったとすると、上記の「各端末の仕様に合ったML文書の作成」において余り支障は生じない。   In the case where the terminal is a mobile phone, in order to appropriately display a page made up of an ML document on the terminal, the server side that provides this page must comply with the specifications of each terminal requesting the page. A matching ML document must be created. In this case, if the terminal is the personal computer (PC) or the personal digital assistant (PDA), there is not much trouble in the “creation of an ML document that meets the specifications of each terminal”.

ところがその端末が今対象としている携帯電話であるとすると、上記の「各端末の仕様に合ったML文書の作成」において支障が生じてくる。   However, if the terminal is the mobile phone that is currently targeted, there will be a problem in the above-mentioned “creation of an ML document that meets the specifications of each terminal”.

近年、携帯電話は世界的規模で爆発的に普及しており、これに伴って通信事業者いわゆるキャリアも多数出現し始めている。このため、各キャリアから提供される端末(携帯電話)の機種も日を追って増加している。つまり、新機種が次々と出現している。   In recent years, mobile phones have exploded explosively on a global scale, and a large number of so-called carriers have started to appear along with this. For this reason, the types of terminals (mobile phones) provided by each carrier are increasing day by day. In other words, new models are appearing one after another.

そうすると、上記サーバ側ではその機種毎に合わせた多種のML文書によって上記ページを作成する必要がある。すなわち、端末の機種毎に表示可能なコンテンツが異なるため、上記サーバ側ではそれぞれの機種に応じたページ作成用プログラムを新しく作り直す必要がある。   Then, on the server side, it is necessary to create the page by using various ML documents for each model. That is, since the contents that can be displayed differ depending on the terminal model, it is necessary to recreate a page creation program corresponding to each model on the server side.

なお本発明に関連する公知技術として、例えば下記の〔特許文献1〕〜〔特許文献3〕がある。しかし、これらの特許文献には、後に詳述する本発明の特徴をなす、「適合化条件情報」のタグ内への付加といった技術思想は全く示唆されていない。
ちなみに、〔特許文献1〕は、「ユーザが使用する端末情報を予め登録しておき、実際の通信時には、ユーザ情報から端末情報を取得してから、変換プログラムで各機種に適合するMLに変換する」方式であり、〔特許文献2〕は、「端末から送信されてくる情報から、端末の制約情報を抽出し、これに基づき、変換プログラムで各機種に適合するMLに変換する」方式であり、〔特許文献3〕は、「予めサーバ側に保管してある端末のリソース情報を参照して、変換プログラムで当該機種に適合するMLに変換する」方式である。
In addition, as a well-known technique relevant to this invention, there exist the following [patent document 1]-[patent document 3], for example. However, these patent documents do not suggest any technical idea such as addition of “adaptation condition information” in the tag, which is a feature of the present invention described in detail later.
By the way, [Patent Document 1] states that “terminal information used by a user is registered in advance, and terminal information is acquired from user information at the time of actual communication, and then converted into ML suitable for each model by a conversion program. [Patent Document 2] is a method of “extracting terminal constraint information from information transmitted from a terminal and converting it into ML suitable for each model based on this information”. Yes, [Patent Document 3] is a method of “referring to resource information of a terminal stored in advance on the server side and converting it into an ML suitable for the model by a conversion program”.

特開2004−78354号公報JP 2004-78354 A 特開2001−222487号公報JP 2001-222487 A 特開平11−250009号公報Japanese Patent Laid-Open No. 11-250009

上述したように、端末の機種が次々と追加されていくと、上記サーバ側では、その機種毎に応じた対応をとらなければならないがこの対応の仕方として従来次の2つの方法があった。   As described above, when the terminal models are added one after another, the server side has to take measures according to each model, but there are two conventional methods for dealing with this.

まず第1の方法は、上記ページを作成する上記プログラムの中に、上記の機種毎に応じた分岐処理を実装しておき、目的とする機種に適合したML文書を作成できるようにする、という方法である。   First, the first method is that a branch process corresponding to each model is installed in the program for creating the page so that an ML document suitable for the target model can be created. Is the method.

第2の方法は、予め定めた一定の形式でML文書を一旦作成しておき、次にそのML文書を、ML変換プログラムを用いて、上記の機種毎に適合したML文書に変換する、という方法である。   The second method is to once create an ML document in a predetermined fixed format, and then convert the ML document into an ML document suitable for each model using the ML conversion program. Is the method.

ところが上記第1および第2の方法にはそれぞれ次の問題がある。まず上記第1の方法においては、プログラム作成者が、非常に煩雑なプログラムをページ毎に作成し直さなければならないことから、プログラムの開発工数が膨大になると共に当該プログラムの品質保証が十分になされない、という問題である。   However, the first and second methods have the following problems. First, in the first method, since the program creator must re-create a very complicated program for each page, the man-hour for developing the program becomes enormous and the quality assurance of the program is sufficient. It is a problem that is not done.

一方、上記第2の方法においては、新機種の端末が新たに出現した場合、上記のML変換プログラムを書き換えなければならないことから、その新機種への対応に多大な時間を要するという第1の問題があり、さらにまた、共通的に使用されるべきML変換プログラムそれ自体もまた変更しなければならないことから、既に構築済みの既存サイト(WEBサイト)の品質保証についてもう一度検証し直す必要がある、という第2の問題もある。   On the other hand, in the second method, when a new model terminal appears, the ML conversion program must be rewritten, so that it takes a long time to cope with the new model. Since there is a problem, and the ML conversion program itself that should be used in common must also be changed, it is necessary to re-examine the quality assurance of the existing site (WEB site) that has already been constructed. There is also a second problem.

結局、上記第1および第2のいずれの方法をとるにしても、従来は、「機種の追加がある毎に、ML文書作成のためのプログラム自体を変更すること」が必須であり、上記の諸問題をひき起こしていた。   Eventually, regardless of which of the first and second methods described above, conventionally, it is indispensable to “change the program itself for ML document creation every time a model is added”. It caused various problems.

したがって本発明は、上記諸問題点に鑑み、ML文書作成用のプログラム自体は変更することなしに、新たに追加される新機種の端末に迅速かつ単純に対応可能なML文書生成方法ならびに装置を提供することを目的とするものである。   Therefore, in view of the above-mentioned problems, the present invention provides an ML document generation method and apparatus that can quickly and simply cope with a newly added terminal without changing the ML document creation program itself. It is intended to provide.

図1は本発明に基づくML文書生成方法を表すフローチャートである。まず本発明に係る方法の前提は、複数のエンドユーザの各端末からの要求に応じて、その要求端末に対し、その要求に係るML文書をサーバ装置において作成するためのML文書生成方法であり、ここにその方法に特徴的なステップは、
ステップS11:上記のサーバ装置において、上記端末に適合する種々の仕様情報を、タグ内に適合化条件情報として識別子とともに予め包含させたオリジナル文書を作成し、
ステップS12:上記サーバ装置側においてフィルタリング手段を具備すると共に、上記の端末より上述の要求を受け付けたとき、このフィルタリング手段により、上記タグ内の上記適合化条件情報を検索し、
ステップS13:当該要求端末が上記適合化条件に適合するか否かを、タグまたは属性毎に、判断する。
FIG. 1 is a flowchart showing an ML document generation method according to the present invention. First, the premise of the method according to the present invention is an ML document generation method for creating an ML document related to a request in the server device for the request terminal in response to a request from each terminal of a plurality of end users. And here are the steps characteristic of that method:
Step S11: In the server device, an original document in which various specification information suitable for the terminal is included in the tag as adaptation condition information in advance with an identifier is created.
Step S12: The server device side has filtering means, and when the request is received from the terminal, the filtering means searches the adaptation condition information in the tag,
Step S13: It is determined for each tag or attribute whether or not the requesting terminal meets the adaptation condition.

ステップS14:上記ステップS13にて適合すると判断したとき、タグ内の識別子および適合化条件情報を削除し、
ステップS15:上記ステップS13にて適合しないと判断したときは、当該識別子および適合化条件情報を含むタグまたは属性を削除し、
ステップS16:ML文書の完成させ、
ステップS17:その完成したML文書を要求端末に提供する。
Step S14: When it is determined in step S13 that it is compatible, the identifier in the tag and the adaptation condition information are deleted,
Step S15: If it is determined in step S13 that it does not conform, the tag or attribute including the identifier and the adaptation condition information is deleted,
Step S16: Completing the ML document,
Step S17: The completed ML document is provided to the requesting terminal.

本発明によれば、前述した多大な工数を要する分岐処理をプログラムから排除すると共に、新機種への対応は上記の「フィルタリング」処理という考え方を導入して解決する。このフィルタリング処理の導入によって、全てのサイトに影響を及ぼす部分、すなわち前述のML変換プログラムに相当する部分には一切手を加えることなく、各端末の特徴、すなわちその固有の仕様や属性を定義する上記の「適合化条件情報」のみを変更パラメータとすることにより、サーバ装置側において容易に新機種への対応が行えることになる。つまり、サーバ装置側では、オリジナル文書に新たに付加するいわば付加情報(適合化条件情報)の変更のみで迅速に済ますことができる。
なお、上述した〔特許文献1〕〜〔特許文献3〕に特に着目すると、これらの公知技術は、端末固有の制約情報をどのようにして取得するかに違いはあるが、端末に適したMLを生成する部分は、いずれも、「変換プログラム」に依存している。つまり、新規の端末が新しい機能を搭載して出現した場合に、ML変換プログラムを書き換えねばならず、新機種への対応に時間がかかる、共通的に使用されるML変換プログラムが変更されることに伴い、既存サイトの品質保証を再度実施する必要がある等の課題があるが、本発明では、「新機種への迅速な対応」、「既存サイトへの影響の局限化」が図れる。
According to the present invention, the branch processing that requires a great number of man-hours is excluded from the program, and the compatibility with the new model is solved by introducing the above-described concept of “filtering” processing. By introducing this filtering process, define the characteristics of each terminal, that is, its specific specifications and attributes without changing anything that affects all sites, that is, the part corresponding to the above-mentioned ML conversion program. By using only the “adaptation condition information” described above as a change parameter, it is possible to easily cope with a new model on the server device side. In other words, the server device can quickly do so only by changing the additional information (adaptation condition information) to be newly added to the original document.
When paying particular attention to the above-mentioned [Patent Document 1] to [Patent Document 3], there is a difference in how these known technologies acquire restriction information unique to the terminal, but ML suitable for the terminal is used. All of the portions that generate ”depend on the“ conversion program ”. In other words, when a new terminal appears with a new function, the ML conversion program must be rewritten, and it takes time to cope with the new model, and the commonly used ML conversion program is changed. Accordingly, there is a problem that the quality assurance of the existing site needs to be performed again. However, according to the present invention, “rapid response to new models” and “localization of influence on existing sites” can be achieved.

なおML自体に、かかる余分な付加情報が含まれると、端末側のブラウザで解読不能となることから、MLへ付加情報を挿入するといった発想は従来存在し得なかった。   In addition, when such extra additional information is included in the ML itself, the browser on the terminal side cannot be decrypted, so the idea of inserting additional information into the ML could not exist.

かくして本発明によれば、既述した既存サイト(WEBサイト)の品質保証の問題をも解決し、短期間のうちに、次々に出現する新端末に容易かつ迅速に対応することを可能とする。   Thus, according to the present invention, it is possible to solve the quality assurance problem of the existing site (WEB site) described above, and to easily and quickly cope with new terminals that appear one after another in a short period of time. .

図2は本発明に基づくML文書生成装置の基本構成を示す図である。なお全図を通じて同様の構成要素には、同一の参照番号または記号を付して示す。また、本発明で用いる主たる用語の定義を、図12を参照しながら、段落〔0053〕〜〔0055〕においてまとめて整理しておく。   FIG. 2 is a diagram showing a basic configuration of an ML document generation apparatus based on the present invention. Throughout the drawings, similar components are denoted by the same reference numerals or symbols. In addition, definitions of main terms used in the present invention are summarized in paragraphs [0053] to [0055] with reference to FIG.

本図に示す装置1は、複数のエンドユーザの各端末からの要求に応じて、その要求端末に対し、その要求に係るML文書を作成するためのML文書生成装置であって、オリジナル文書作成手段2と、機種識別手段3と、フィルタリング手段4と、返信手段5と、を備えてなる。そのフィルタリング手段4は、判別部41および選定部42を含んでなり、判別部41は対応テーブル43を具備する。上記各手段等は次の機能を有する。   An apparatus 1 shown in FIG. 1 is an ML document generation apparatus for creating an ML document related to a request for the request terminal in response to a request from each terminal of a plurality of end users. Means 2, model identifying means 3, filtering means 4, and reply means 5 are provided. The filtering unit 4 includes a determination unit 41 and a selection unit 42, and the determination unit 41 includes a correspondence table 43. Each of the above means has the following functions.

・上記オリジナル文書作成手段2は、端末側に適合する種々の仕様情報を、タグ内に適合化条件情報として識別子とともに予め包含させたオリジナル文書を作成するものであり、
・機種識別手段3は、ML文書の提供を要求する端末の機種を識別するものであり、
・フィルタリング手段4は、判別部41によって、上記の識別された端末の機種が、上記の適合化条件情報に適合するか否か判別し、その判別結果に基づき、選定部42によって、適合するときには当該タグ内の識別子および適合化条件情報を削除し、一方、適合しないときは当該タグまたは属性をそのオリジナル文書から削除する処理を行い、
・返信手段5は、上記のフィルタ済みのオリジナル文書をML文書として当該要求端末に返信する。
The original document creation means 2 creates an original document in which various specification information suitable for the terminal side is included in the tag together with an identifier as adaptation condition information.
The model identification unit 3 identifies the model of the terminal that requests provision of the ML document.
The filtering unit 4 determines whether or not the identified terminal model is compatible with the adaptation condition information by the determination unit 41, and based on the determination result, the selection unit 42 Delete the identifier and adaptation condition information in the tag, and if it does not match, delete the tag or attribute from the original document,
The reply unit 5 returns the filtered original document as an ML document to the requesting terminal.

上述したとおり、ML文書生成装置1を含むサーバ装置においては、端末に適合する種々の仕様情報を、タグ内に適合化条件情報として識別子とともに予め包含させる。   As described above, in the server device including the ML document generation device 1, various specification information suitable for the terminal is included in advance in the tag as adaptation condition information together with the identifier.

図3は識別子(@)に続く適合化条件情報を説明するための図(その1)であり、
図4は同図(その2)である。
FIG. 3 is a diagram (part 1) for explaining the adaptation condition information following the identifier (@).
FIG. 4 is the same figure (the 2).

まず図3を参照すると、適合化条件情報(3GPPやJPG等)と、対応する端末機種の仕様の例を示す。例1においては、G802iおよびM890iと称する機種の端末は、3GPP(3rd Generation Partnership Project)に適合していることを示す。すなわち3GPP形式のムービーを再生できる機種であることを表す。   First, referring to FIG. 3, there is shown an example of adaptation condition information (3GPP, JPG, etc.) and corresponding terminal model specifications. In Example 1, it is shown that the terminals of the types called G802i and M890i are compatible with 3GPP (3rd Generation Partnership Project). That is, it represents a model that can play a 3GPP format movie.

例2は、適合化条件情報としてJPGを示し、さらにJPG画像の表示ができる機種を示す。ここでは、B5000Kという機種の端末と3GPPに属する各機種の端末を表している。   Example 2 shows JPG as adaptation condition information, and further shows a model capable of displaying a JPG image. Here, a terminal of model B5000K and a terminal of each model belonging to 3GPP are shown.

これらの例1や例2のような内容は、図2の対応テーブル43内に予め格納される。この対応テーブル43の内容は自由に追加(あるいは削除)が可能であり、例えば新たにスケーラブル・ベクター・グラフィックス(SVG)に対応した端末が出現したならば、その機種名が追加される。これを示すのが図4である。ここに示す例3によれば、SVG対応の機種には、G880iとM800iとG802iがあることを示している。   Contents such as Example 1 and Example 2 are stored in advance in the correspondence table 43 of FIG. The contents of the correspondence table 43 can be freely added (or deleted). For example, when a new terminal corresponding to scalable vector graphics (SVG) appears, the model name is added. This is shown in FIG. According to Example 3 shown here, there are G880i, M800i, and G802i as SVG compatible models.

上記の図3と図4は、既述の判別部41特にそれに具備される対応テーブル43に関係する。すなわち、図2に示すフィルタリング手段4内の判別部41は、仕様毎に、当該仕様に適合する1または複数の端末の機種をグルーピングして、その一群(グループ)の機種名とその仕様名との対応テーブル43を具備し、この対応テーブル43を参照して、既述の要求端末に適合するか否かの判別を行う。   3 and 4 described above relate to the above-described determination unit 41, particularly the correspondence table 43 provided therein. That is, the discriminating unit 41 in the filtering unit 4 shown in FIG. 2 groups, for each specification, one or a plurality of terminal models that conform to the specification, and the group model name and the specification name The correspondence table 43 is provided, and with reference to the correspondence table 43, it is determined whether or not it matches the requesting terminal described above.

ここで本発明に基づく、適合化条件情報の全てを含むタグについて具体例を示す。図5はオリジナル文書の一例を示す図であり、図2におけるオリジナル文書(テストページ)作成手段2において作成する。図5においては、<objectに始まるタグが表されている。この<objectに続くアットマーク@は、適合化条件情報を表す部分が続くことを、フィルタリング手段4がタグ内において識別するための識別子であり、適合化条件情報の直前に付帯させる。本図では2つの識別子があり、前半の識別子@には仕様(この例では3GPP)を表す適合化条件情報が記述され、後半の識別子@には他の仕様(この例ではSVG)を表す適合化条件情報が記述される。一般的表記にすれば、次のとおりである。
<タグ名@適合化条件 属性名@適合化条件=属性値…>
Here, a specific example of a tag including all the adaptation condition information based on the present invention will be shown. FIG. 5 is a diagram showing an example of an original document, which is created by the original document (test page) creation means 2 in FIG. In FIG. 5, tags starting with <object are represented. The at sign @ following this <object is an identifier for the filtering means 4 to identify in the tag that the portion representing the adaptation condition information follows, and is attached immediately before the adaptation condition information. In this figure, there are two identifiers. Adaptation condition information indicating a specification (3GPP in this example) is described in the first identifier @, and conformance indicating another specification (SVG in this example) is described in the second identifier @. Information is described. In general, it is as follows.
<Tag name @ Adaptation condition Attribute name @ Adaptation condition = Attribute value ...>

なお、上記の識別子としてのアットマーク@は単なる一例であり、フィルタリング手段4で適合化条件情報が記述される部分であることが認識できさえすれば、どのような記号を用いても良い。どのような記号を用いるにしても、図2に示すオリジナル文書作成手段2は、上記の適合化条件情報を表す部分であることを、フィルタリング手段4がタグ内において識別するための識別子例えば@を、適合化条件情報に付加する付加情報付与手段21を有している。   The at sign @ as the identifier is merely an example, and any symbol may be used as long as the filtering means 4 can recognize that the adaptation condition information is described. Regardless of the symbol used, the original document creation means 2 shown in FIG. 2 uses an identifier for identifying, for example, @ in the tag, that the filtering means 4 identifies the part representing the above-mentioned adaptation condition information. And additional information adding means 21 for adding to the adaptation condition information.

図6はフィルタリング後のタグの第1例および第2例をそれぞれ(a)および(b)として示す。本図と上述の図5が本発明の特徴を最も良く表している。   FIG. 6 shows a first example and a second example of the tag after filtering as (a) and (b), respectively. This figure and FIG. 5 described above best illustrate the features of the present invention.

図6(a)は、ML文書を要求する要求端末の機種がM890iである場合を示す。このM890i端末がサーバ装置1側にアクセスしたとすると、図2のフィルタリング手段4は、判別部41により、対応テーブル43内の図4に示す内容を参照して、まずこのM890i端末は仕様「3GPP」を有していることを知り、かつ、もう1つの仕様「SVG」は有しないことを知る。したがってscale属性は、削除され、最終的にM890i端末に返信されるML文書内のobjectタグの中には残らない。残るのは属性名width=“150”である。これが図2に示すフィルタリング手段4内の選定部42の役目である。このとき注目すべき点は、上記識別子@と適合化条件情報からなる付加情報は削除されることである。この付加情報は、フィルタリング手段4に当該適合化条件情報の存在のみを知らせればそれで十分であり、その後は、その付加情報が残存してしまうと、M890i端末のブラウザにおいて当該タグの解読が不能となる(既述)から、当該タグより消去してしまう。   FIG. 6A shows a case where the model of the requesting terminal that requests the ML document is M890i. If this M890i terminal accesses the server apparatus 1 side, the filtering unit 4 in FIG. 2 refers to the contents shown in FIG. 4 in the correspondence table 43 by the discriminating unit 41. First, the M890i terminal has the specification “3GPP ”And that it does not have another specification“ SVG ”. Therefore, the scale attribute is deleted and does not remain in the object tag in the ML document finally returned to the M890i terminal. What remains is attribute name width = “150”. This is the role of the selection unit 42 in the filtering means 4 shown in FIG. What should be noted at this time is that the additional information including the identifier @ and the adaptation condition information is deleted. For this additional information, it is sufficient to inform the filtering means 4 only of the existence of the adaptation condition information. After that, if the additional information remains, the browser of the M890i terminal cannot decode the tag. Therefore, it is deleted from the tag.

また図6の(b)に示す第2例においては、ML文書を要求する要求端末の機種がG802iである場合を示す。このG802i端末がサーバ装置1側にアクセスしたとすると、図2のフィルタリング手段4は、判別部41により、対応テーブル43内の図4に示す内容を参照して、まずこのG802i端末は仕様「3GPP」および「SVG」に適合していることを知る。このため、objectタグ中にはscale属性も共に残すようにする。前述と同様、これが図2に示すフィルタリング手段4内の選定部42の役目である。このときもまた注目すべき点は、上記識別子と適合化条件情報とからなる付加情報は削除されることである。上述したとおり、この付加情報は、フィルタリング手段4に当該適合化条件情報の存在のみを知らせればそれで十分であり、その後は、その付加情報が残存してしまうと、G802i端末のブラウザにおいて当該タグの解読が不能となるから、当該タグより消去してしまう。   Further, in the second example shown in FIG. 6B, a case where the model of the requesting terminal that requests the ML document is G802i is shown. If this G802i terminal accesses the server device 1 side, the filtering means 4 in FIG. 2 refers to the contents shown in FIG. 4 in the correspondence table 43 by the discriminating unit 41, and first the G802i terminal has the specification “3GPP ”And“ SVG ”. For this reason, the scale attribute is also left in the object tag. As described above, this is the role of the selection unit 42 in the filtering means 4 shown in FIG. Also in this case, it should be noted that the additional information composed of the identifier and the adaptation condition information is deleted. As described above, it is sufficient for the additional information to notify the filtering unit 4 only of the existence of the adaptation condition information. After that, if the additional information remains, the tag in the browser of the G802i terminal is sufficient. Since it is impossible to decipher, the tag is deleted.

なお、識別子に付帯する適合化条件情報(=付加情報)が記述されていないときは、フィルタリング手段4は、当該タグまたは属性が全ての機種の要求端末に適合するものと判断する。   Note that when the adaptation condition information (= additional information) attached to the identifier is not described, the filtering unit 4 determines that the tag or attribute is compatible with the request terminals of all models.

上記識別子@で指定される適合化条件情報のうち上記の仕様の判別に係る適合化条件情報については、複数の仕様名を組み合わせた論理式で表しておくと、フィルタリング手段4における選定部42は容易に選定処理を行うことができる。これを図で示す。   Among the adaptation condition information specified by the identifier @, the adaptation condition information related to the determination of the specification is expressed by a logical expression that combines a plurality of specification names. The selection process can be easily performed. This is illustrated in the figure.

図7は複数の仕様名を組み合わせる場合の論理式を示す図である。本図の下段に示すとおり、例えば仕様aを有するが、仕様bもcも有しない端末機種を適合化条件情報として指定するときは、下記のようにする。
<object@a*!(b+c)…>
FIG. 7 is a diagram showing a logical expression when a plurality of specification names are combined. As shown in the lower part of the figure, for example, when a terminal model having specification a but not specification b or c is designated as adaptation condition information, the following is performed.
<Object @ a *! (B + c) ...>

ここで、既述の削除処理に関して一言触れると、適合化条件に適合しない場合に、当該タグ配下も全て削除するか否かを指定することができる。この記述例を以下に示す。(all)が指定されていると、タグ配下の全てが削除される。
<object@(all)…>



</object> (1)
<object@a…>



</object> (2)
(ただし、A,BおよびCはタグまたはテキストである)
Here, to say a word about the above-described deletion processing, it is possible to specify whether or not all the subordinate tags are to be deleted when the adaptation conditions are not met. An example of this description is shown below. If (all) is specified, everything under the tag is deleted.
<Object @ (all) ...>
A
B
C
</ Object> (1)
<Object @ a ...>
A
B
C
</ Object> (2)
(However, A, B, and C are tags or text)

上記(1)においては、仕様aを持たない端末の場合、ABCを含め、全て削除され、
上記(2)においては、仕様aを持たない端末の場合、objectタグは削除され、ABCのみが出力される。
In the above (1), in the case of a terminal that does not have the specification a, everything including ABC is deleted,
In (2) above, in the case of a terminal that does not have the specification a, the object tag is deleted and only ABC is output.

以上述べたことを全体システムとして表すと、図8のようになる。ただし概念的に描いたものである。概念的には、ML文書生成装置1は、ページ(ML)生成プログラム部35と、サーバ装置34と、MLフィルタリング装置(既述の4)33と、対応テーブル36(既述の43)からなる。   The above description can be expressed as an overall system as shown in FIG. However, it is drawn conceptually. Conceptually, the ML document generation device 1 includes a page (ML) generation program unit 35, a server device 34, an ML filtering device (described above 4) 33, and a correspondence table 36 (described above 43). .

携帯電話31からのML文書要求アクセス37は、ネットワーク32を介して、ML文書生成装置1に至り、ここでこの要求元携帯電話31の機種等に関する情報が抽出され、この機種に適合するML文書が、既述のプロセスを経て、返信(38)される。なお、ML文書は、実際にはHTMLにより記述された文書であり、またサーバ装置34はWEBサーバである。   The ML document request access 37 from the mobile phone 31 reaches the ML document generation device 1 via the network 32, where information related to the model of the request source mobile phone 31 is extracted, and the ML document conforming to this model is extracted. Is returned (38) through the process described above. Note that the ML document is actually a document described in HTML, and the server device 34 is a WEB server.

最後に本発明による詳細な具体例を示しておく。   Finally, detailed specific examples according to the present invention will be shown.

図9は本発明に基づく具体例を示す機能ブロック図である。本図において、ページ作成機能部52と、MLフィルタリング機能部53と、グループ識別機能部55が特に本発明の特徴を表す機能部であり、リクエスト受信機能部51と、端末識別機能部54と、レスポンス返信機能部56は、一般的なML文書生成装置においても使用される通常の機能部である。   FIG. 9 is a functional block diagram showing a specific example based on the present invention. In this figure, a page creation function unit 52, an ML filtering function unit 53, and a group identification function unit 55 are functional units that particularly represent the features of the present invention. A request reception function unit 51, a terminal identification function unit 54, The response reply function unit 56 is a normal function unit that is also used in a general ML document generation apparatus.

上記ページ作成機能部52におけるページ作成処理では、「端末グループ」の定義で定義している端末の仕様に応じて、出力すべきコンテンツを全て出力する。なお従来は、端末に応じて、出力する/しないというを制御する必要があったため、出力プログラムが複雑で作成しづらいものとなっていた。   In the page creation process in the page creation function unit 52, all contents to be output are output according to the specifications of the terminals defined in the definition of “terminal group”. Conventionally, since it has been necessary to control whether to output or not depending on the terminal, the output program is complicated and difficult to create.

図10はページ作成機能部52からの出力例を示す図である。本図の(a)は出力例1であって、端末31の機種(タイプ)によって、該端末に表示するロゴ画像のサイズを変更したい場合のタグを示し、type1(大)、type2(中)およびtype3(小)の3タイプが例示されている。   FIG. 10 is a diagram illustrating an output example from the page creation function unit 52. (A) of this figure is an output example 1 and shows tags when it is desired to change the size of the logo image displayed on the terminal depending on the model (type) of the terminal 31, and is type 1 (large), type 2 (medium) And three types of type 3 (small) are illustrated.

また図10の(b)は、端末31の機種(タイプ)によって、端末31に表示する文言および画像を変更したい場合の3例を示す。   FIG. 10B shows three examples when it is desired to change the wording and image displayed on the terminal 31 depending on the model (type) of the terminal 31.

図9に戻ると、端末識別機能部54においては、端末からのリクエストに端末31の機種を識別するための情報が含まれており、これを抽出して、端末種別を特定する。例えば、リクエストのUser−Agentヘッダに次のように端末種別を示すIDが記載されている。
User−Agent:メーカー名/バージョン番号/S900i
ここでS900iの部分が、端末機種を示すIDである。
Returning to FIG. 9, in the terminal identification function unit 54, information for identifying the model of the terminal 31 is included in the request from the terminal, and this is extracted to identify the terminal type. For example, the ID indicating the terminal type is described in the User-Agent header of the request as follows.
User-Agent: Manufacturer name / Version number / S900i
Here, the part of S900i is an ID indicating the terminal model.

さらに上記グループ識別機能部55においては、グループの定義情報から、識別した端末を含むグループを抽出し、一覧を作成する。例えば、S900iを要素として含む全てのグループのIDを「適合グループ一覧」として抽出すると、以下のようになる。
適合グループ一覧={G1,G8,G29,G52,type2,…}
Further, the group identification function unit 55 extracts a group including the identified terminal from the group definition information, and creates a list. For example, when the IDs of all groups including S900i as an element are extracted as the “applicable group list”, the following is obtained.
List of applicable groups = {G1, G8, G29, G52, type2, ...}

さらにまた上記MLフィルタリング機能部53は、上記ページ作成機能部52で作成した、適合化条件情報付きのオリジナル文書を、上記で抽出した「適合グループ一覧」に基づき、フィルタリングする。つまり、適合グループ一覧に含まれている場合は、真、含まれていなければ、偽、と評価することで、@に続く適合条件部分の論理演算を行う。具体例を以下に3つ示す。   Furthermore, the ML filtering function unit 53 filters the original document with the matching condition information created by the page creation function unit 52 based on the “matching group list” extracted above. In other words, if it is included in the list of matching groups, it is evaluated as true, and if it is not included, it is evaluated as false, thereby performing a logical operation of the matching condition portion following @. Three specific examples are shown below.

例1:div@G1は、真。つまり、ML文書への出力対象
例2:div@G2*G8は、偽かつ真=偽。つまり、オリジナル文書からの削除対象
例3:div@G2+type2は、偽または真=真。つまり、ML文書への出力対象
Example 1: div @ G1 is true. In other words, output target to ML document Example 2: div @ G2 * G8 is false and true = false. That is, the object to be deleted from the original document Example 3: div @ G2 + type2 is false or true = true. In other words, output target to ML document

かくして上記MLフィルタリング機能部53からは図11に示すような形にフィルタリングされて、レスポンス返信機能部56に渡される。   Thus, the ML filtering function unit 53 performs filtering in the form shown in FIG.

図11の(a)は図10(a)について、図11の(b)は図10(b)について、それぞれフィルタリング後の文書を各下段に示す図である。図11(a)は、その上段に示す図10(a)のうち、テーブル43に基づき適合する“medium.gif”のみを抽出した例を下段に示し、図11(b)は、その上段に示す図10(b)のうち、テーブル43に基づき適合するdivタグ以下全てを抽出した例を下段に示す。   FIG. 11A shows the document after filtering in FIG. 10A, and FIG. 11B shows the document after filtering in FIG. 10B. FIG. 11A shows an example where only “medium.gif” extracted based on the table 43 is extracted from FIG. 10A shown in the upper part, and FIG. 11B shows the upper part. 10B shows an example in which all the following div tags that match based on the table 43 are extracted.

以上種々の用語について述べてきたが、これらの用語の解釈上の混乱をなくすために、最後にまとめてその定義を整理しておく。図12の(a)および(b)は、本発明で用いる主たる用語の定義を説明するための図である。   Various terms have been described above, but in order to eliminate confusion in the interpretation of these terms, the definitions are summarized at the end. 12A and 12B are diagrams for explaining definitions of main terms used in the present invention.

図12を参照しながら説明すると、
・「タグ」:「タグ名」および「属性名=…」の総称であり、図12(a)に示す「タグ」の例において、「<」から「>」、すなわち「<…>」のかたまりがタグである。
次に「付加情報」「識別子」および「適合化条件情報」について見てみると、仮に図12(b)に示すような「タグ」があったとすると、
・「付加情報」:タグ内に付加された情報、すなわち「@JPG*SVG」
・「識別子」:「@」
・「適合化条件情報」:「JPG*SVG」
である。
Referring to FIG. 12,
"Tag": A generic term for "tag name" and "attribute name = ...". In the example of "tag" shown in FIG. 12A, "<" to ">", that is, "<...>" A clump is a tag.
Next, looking at “additional information”, “identifier”, and “adaptation condition information”, if there is a “tag” as shown in FIG.
"Additional information": Information added in the tag, that is, "@ JPG * SVG"
·"identifier":"@"
・ "Adaptation condition information": "JPG * SVG"
It is.

さらに、「仕様名」および「機種名」について見てみると、上記の「タグ」に沿って説明すれば、
・「仕様名」:「JPG」や「SVG」
なお「仕様名」は、「仕様名」と「機種名」のグループよりなり、例えば、前述のJPG:B5000K,(3GPP)である。
・「機種名」:「B5000K」
Furthermore, if you look at "specification name" and "model name", if you explain along the "tag" above,
・ "Specification name": "JPG" or "SVG"
The “specification name” includes a group of “specification name” and “model name”, and is, for example, the above-mentioned JPG: B5000K, (3GPP).
・ "Model name": "B5000K"

以上説明したように本発明によれば、プログラム自体の変更を要求することなしに、HTMLに付加する付加情報(特に適合化条件情報)の変更のみで、簡単かつ迅速に、新機種の新機能に対応することが可能となる。   As described above, according to the present invention, a new function of a new model can be easily and quickly performed by changing only additional information (particularly adaptation condition information) added to HTML without requiring a change of the program itself. It becomes possible to cope with.

本発明に基づくML文書生成方法を表すフローチャートである。It is a flowchart showing the ML document production | generation method based on this invention. 本発明に基づくML文書生成装置の基本構成を示す図である。It is a figure which shows the basic composition of the ML document production | generation apparatus based on this invention. 適合化条件情報を説明するための図(その1)である。It is FIG. (1) for demonstrating adaptation condition information. 適合化条件情報を説明するための図(その2)である。It is FIG. (2) for demonstrating adaptation condition information. オリジナル文書の一例を示す図である。It is a figure which shows an example of an original document. (a)フィルタリング後のタグの第1例と、(b)フィルタリング後のタグの第2例を示す図である。It is a figure which shows the 1st example of the tag after (a) filtering, and the 2nd example of the tag after (b) filtering. 複数の仕様名を組み合わせる場合の論理式を示す図である。It is a figure which shows the logical expression in the case of combining a some specification name. 全体システムの概要を示す図である。It is a figure which shows the outline | summary of the whole system. 本発明に基づく具体例を示す機能ブロック図である。It is a functional block diagram which shows the specific example based on this invention. (a)は出力例1を示す図、(b)は出力例2を示す図である。(A) is a diagram showing an output example 1, (b) is a diagram showing an output example 2. (a)は図10(a)について、(b)は図10(b)について、フィルタリング後の文書を各下段に示す図である。(A) is a figure which shows the document after filtering about FIG. 10 (a) and (b) about FIG.10 (b) at each lower stage. (a)および(b)は、本発明で用いる主たる用語の定義を説明するための図である。(A) And (b) is a figure for demonstrating the definition of the main terms used by this invention.

符号の説明Explanation of symbols

1 ML文書生成装置
2 オリジナル文書作成手段
3 機種識別手段
4 フィルタリング手段
5 返信手段
21 付加情報付与手段
41 判別部
42 選定部
43 対応テーブル
52 ページ作成機能部
53 MLフィルタリング機能部
55 グループ識別機能部
DESCRIPTION OF SYMBOLS 1 ML document production | generation apparatus 2 Original document creation means 3 Model identification means 4 Filtering means 5 Reply means 21 Additional information provision means 41 Discriminating part 42 Selection part 43 Correspondence table 52 Page creation function part 53 ML filtering function part 55 Group identification function part

Claims (11)

複数のエンドユーザの各端末からの要求に応じて、その要求端末に対し、その要求に係るML文書をサーバ装置において作成するためのML文書生成方法であって、
(i)前記サーバ装置において、前記端末に適合する種々の仕様情報を、タグ内に適合化条件情報として識別子とともに予め包含させたオリジナル文書を作成し、
(ii)前記サーバ装置側においてフィルタリング手段を具備すると共に、前記端末より前記の要求を受け付けたとき、該フィルタリング手段により、前記タグ内の前記適合化条件情報を検索し、
当該要求端末に適合すると判断したとき、タグ内の識別子および適合化条件情報を削除し、一方、当該要求端末に適合しないと判断したときは、当該識別子および適合化条件情報を含む前記タグまたは属性を削除したML文書を作成して、
(iii)その作成したML文書を前記要求端末に提供する、
ことを特徴とするML文書生成方法。
In accordance with a request from each terminal of a plurality of end users, an ML document generation method for creating an ML document related to the request in the server device for the request terminal,
(I) In the server device, an original document in which various specification information suitable for the terminal is preliminarily included in the tag as adaptation condition information together with an identifier is created,
(Ii) The server device side includes filtering means, and when the request is received from the terminal, the filtering means searches the adaptation condition information in the tag,
When it is determined that the request terminal is matched, the identifier and the adaptation condition information in the tag are deleted. On the other hand, when it is determined that the request terminal is not matched, the tag or attribute including the identifier and the adaptation condition information is deleted. Create an ML document with
(Iii) providing the created ML document to the requesting terminal;
An ML document generation method characterized by the above.
前記適合化条件情報を表す部分であることを、前記フィルタリング手段が前記タグ内において識別するための識別子を、該適合化条件情報に付帯させることを特徴とする請求項1に記載のML文書生成方法。   2. The ML document generation according to claim 1, wherein an identifier for identifying in the tag that the filtering means is a part representing the adaptation condition information is attached to the adaptation condition information. Method. 前記適合化条件情報は、前記要求端末に適合するか否かの判断をするための端末の仕様名を含むことを特徴とする請求項1に記載のML文書生成方法。   The ML document generation method according to claim 1, wherein the adaptation condition information includes a specification name of a terminal for determining whether or not the request terminal is adapted. 前記フィルタリング手段は、前記仕様名毎に、当該仕様に適合する1または複数の端末の機種をグルーピングして、その一群の機種名とその仕様名との対応テーブルを備え、該対応テーブルを参照して、要求端末に適合するか否かの前記の判断を行うことを特徴とする請求項2に記載のML文書生成方法。   The filtering means groups, for each specification name, a model of one or a plurality of terminals conforming to the specification, and includes a correspondence table between the group of model names and the specification names, and refers to the correspondence table. The ML document generation method according to claim 2, wherein the determination as to whether or not the request terminal is suitable is performed. 前記仕様に関する適合化条件情報は、複数の前記仕様名を組み合わせた論理式にて表すことを特徴とする請求項2に記載のML文書生成方法。   The ML document generation method according to claim 2, wherein the adaptation condition information regarding the specification is expressed by a logical expression combining a plurality of the specification names. 前記複数のエンドユーザの各端末は、携帯電話であることを特徴とする請求項1に記載のML文書生成方法。   The ML document generation method according to claim 1, wherein each terminal of the plurality of end users is a mobile phone. 前記ML文書は、HTMLにより記述された文書であることを特徴とする請求項1に記載のML文書生成方法。   The ML document generation method according to claim 1, wherein the ML document is a document described in HTML. 前記サーバ装置は、WEBサーバであることを特徴とする請求項1に記載のML文書生成方法。   The ML document generation method according to claim 1, wherein the server device is a WEB server. 複数のエンドユーザの各端末からの要求に応じて、その要求端末に対し、その要求に係るML文書を作成するためのML文書生成装置であって、
前記端末に適合する種々の仕様情報を、タグ内に適合化条件情報として識別子とともに予め包含させたオリジナル文書を作成するオリジナル文書作成手段と、
前記ML文書の提供を要求する端末の機種を識別する機種識別手段と、
識別された該端末の機種が、前記適合化条件情報に適合するか否か判別する判別部と、その判別結果に基づき、適合するときには当該タグ内の識別子および適合化条件情報を削除し、一方、適合しないときは当該タグまたは属性を該オリジナル文書から削除する処理を行う選定部と、を有するフィルタリング手段と、
前記のフィルタ済みの前記オリジナル文書を前記ML文書として当該要求端末に返信する返信手段と、
からなることを特徴とするML文書生成装置。
In response to a request from each terminal of a plurality of end users, an ML document generation device for creating an ML document related to the request for the request terminal,
Original document creation means for creating an original document in which various specification information suitable for the terminal is included in the tag together with an identifier as adaptation condition information;
A model identifying means for identifying a model of a terminal that requests provision of the ML document;
A discriminating unit for discriminating whether or not the identified model of the terminal conforms to the adaptation condition information, and based on the discrimination result, deletes the identifier and the adaptation condition information in the tag when conforming, A selection unit that performs a process of deleting the tag or attribute from the original document when it does not fit,
A reply means for returning the filtered original document as the ML document to the requesting terminal;
An ML document generation device comprising:
前記オリジナル文書作成手段は、適合化条件情報と、前記適合化条件情報を表す部分であることを、前記フィルタリング手段が前記タグ内において識別するための識別子とを、タグ内に付加する付加情報付与手段を有することを特徴とする請求項9に記載のML文書生成装置。   The original document creation means adds additional information that adds adaptation condition information and an identifier for identifying in the tag that the filtering means is a part representing the adaptation condition information. The ML document generation device according to claim 9, further comprising: means. 前記フィルタリング手段内の判別部は、前記仕様毎に、当該仕様に適合する1または複数の端末の機種をグルーピングして、その一群の機種名とその仕様名との対応テーブルを具備し、該対応テーブルを参照して、前記要求端末に適合するか否かの前記の判別を行うことを特徴とする請求項9に記載のML文書生成装置。   The discriminator in the filtering means groups, for each specification, one or a plurality of terminal models that conform to the specification, and includes a correspondence table between the group of model names and the specification names. 10. The ML document generation apparatus according to claim 9, wherein the determination is made as to whether or not the requesting terminal is matched by referring to a table.
JP2005358252A 2005-12-12 2005-12-12 Method and device for creating ml document Pending JP2007164374A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005358252A JP2007164374A (en) 2005-12-12 2005-12-12 Method and device for creating ml document

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005358252A JP2007164374A (en) 2005-12-12 2005-12-12 Method and device for creating ml document

Publications (1)

Publication Number Publication Date
JP2007164374A true JP2007164374A (en) 2007-06-28

Family

ID=38247210

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005358252A Pending JP2007164374A (en) 2005-12-12 2005-12-12 Method and device for creating ml document

Country Status (1)

Country Link
JP (1) JP2007164374A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009098804A (en) * 2007-10-15 2009-05-07 Canon Inc Server device, control method thereof, and program
WO2009072312A1 (en) * 2007-12-07 2009-06-11 Sharp Kabushiki Kaisha Graphic instruction transmitter and method for graphic instruction transmission

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000293439A (en) * 1999-04-06 2000-10-20 Fujitsu Ltd Control system and device for utilizing content and computer readable recording medium with program making computer execute the utilizing method recorded thereon
JP2001134518A (en) * 1999-11-02 2001-05-18 Nec Corp Device and system for data communication
JP2002342224A (en) * 2001-05-21 2002-11-29 Matsushita Electric Ind Co Ltd Information processing method and information processor
JP2002342213A (en) * 2001-05-18 2002-11-29 Flex-Firm Inc Method of providing contents
JP2003216640A (en) * 2001-11-19 2003-07-31 Matsushita Electric Ind Co Ltd Data processing apparatus and method

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000293439A (en) * 1999-04-06 2000-10-20 Fujitsu Ltd Control system and device for utilizing content and computer readable recording medium with program making computer execute the utilizing method recorded thereon
JP2001134518A (en) * 1999-11-02 2001-05-18 Nec Corp Device and system for data communication
JP2002342213A (en) * 2001-05-18 2002-11-29 Flex-Firm Inc Method of providing contents
JP2002342224A (en) * 2001-05-21 2002-11-29 Matsushita Electric Ind Co Ltd Information processing method and information processor
JP2003216640A (en) * 2001-11-19 2003-07-31 Matsushita Electric Ind Co Ltd Data processing apparatus and method

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009098804A (en) * 2007-10-15 2009-05-07 Canon Inc Server device, control method thereof, and program
WO2009072312A1 (en) * 2007-12-07 2009-06-11 Sharp Kabushiki Kaisha Graphic instruction transmitter and method for graphic instruction transmission
JP2009140355A (en) * 2007-12-07 2009-06-25 Sharp Corp Graphic instruction transmitter and method for graphic instruction transmission
JP4697979B2 (en) * 2007-12-07 2011-06-08 シャープ株式会社 Graphic command transmission apparatus and graphic command transmission method
RU2471226C2 (en) * 2007-12-07 2012-12-27 Шарп Кабусики Кайся Transmitter of graphical commands and method of graphical commands transfer

Similar Documents

Publication Publication Date Title
CN106682219B (en) Associated document acquisition method and device
KR101343609B1 (en) Apparatus and Method for Automatically recommending Application using Augmented Reality Data
US8806345B2 (en) Information exchange using generic data streams
US20100114854A1 (en) Map-based websites searching method and apparatus therefor
GB2371896A (en) Web Server
US20100058118A1 (en) Storage medium recording information reacquisition procedure generation program and information reacquisition procedure generation apparatus
CN102334106A (en) Content storage processing system, content storage processing method, and semiconductor integrated circuit
KR20090063636A (en) Method and apparatus for sevicing api and creating api mashup, and computer readable medium thereof
CN101877013A (en) High precision internet local search
JP2008225468A (en) System and method for generating permalink of mash-up map
CN113627145A (en) Method, device, equipment and medium for generating file of parameterized configuration
US9043885B2 (en) System for providing content or application and control method therefor, terminal and control method therefor, authentication device and control method therefor, program, and information storage medium
JP2000066656A (en) Special character processing system for dynamic document and recording medium having recorded special character processing program thereon
JPWO2005121982A1 (en) Information providing system, method, program, information communication terminal, and information display switching program
WO2018180023A1 (en) File management device, file management method, and file management program
JP2005275488A (en) Input support method and program
JP2007164374A (en) Method and device for creating ml document
US20110320927A1 (en) Methods and Apparatus Utilizing XooML: Cross (X) Tool Markup Language
JP2007058804A (en) Content delivery system, content delivery method and content delivery program
CN111984359A (en) Dynamic generation and rendering method and device for control
JP2009251655A (en) Filtering device, filtering method, program, and recording medium
CN106682960B (en) Method and device for generating landing page
JP4566237B2 (en) Character code input support system, character code input support program
JP2008242526A (en) Information transmission/reception device and system
JP2002032363A (en) Document processing method, document processor and recording medium with its processing program stored

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20080924

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20101130

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20110131

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20110329