KR20020056593A - Realtime Contents Conversion System and its Method for Coverting Wire Contents to Wireless Contents - Google Patents

Realtime Contents Conversion System and its Method for Coverting Wire Contents to Wireless Contents Download PDF

Info

Publication number
KR20020056593A
KR20020056593A KR1020000085977A KR20000085977A KR20020056593A KR 20020056593 A KR20020056593 A KR 20020056593A KR 1020000085977 A KR1020000085977 A KR 1020000085977A KR 20000085977 A KR20000085977 A KR 20000085977A KR 20020056593 A KR20020056593 A KR 20020056593A
Authority
KR
South Korea
Prior art keywords
data
wireless
html
information
contents
Prior art date
Application number
KR1020000085977A
Other languages
Korean (ko)
Inventor
김진혁
Original Assignee
김진혁
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 김진혁 filed Critical 김진혁
Priority to KR1020000085977A priority Critical patent/KR20020056593A/en
Publication of KR20020056593A publication Critical patent/KR20020056593A/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Systems or methods specially adapted for specific business sectors, e.g. utilities or tourism
    • G06Q50/10Services
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W4/00Services specially adapted for wireless communication networks; Facilities therefor
    • H04W4/18Information format or content conversion, e.g. adaptation by the network of the transmitted or received information for the purpose of wireless delivery to users or terminals

Abstract

PURPOSE: A system and a method for converting wire contents into wireless contents in real time are provided to convert conventional HTML wire contents data into wireless language data and into a wireless language requested by a client in real time without a special operation. CONSTITUTION: URL(Uniform Resource Locator) information, page number information, pattern information, HTTP(Hyper Text Transfer Protocol) method information, and output style information are received for preparing a wireless data creation(501). A pattern is created based on the URL(502). HTML(Hyper Text Markup Language) source data are transmitted from a corresponding URL(503). A parse-tree is created based on an HTML source(504). The created pattern information is received and the pattern stored in a server is loaded on a memory(505). The parse-tree data and the pattern information are inputted, and output data are extracted for creating wireless data(506). Wireless data are created based on the created output data(507). The created output data are transmitted to the client(508).

Description

유선 컨텐츠를 무선 컨텐츠로 실시간 변환하는 컨텐츠 변환 시스템 및 그 방법{Realtime Contents Conversion System and its Method for Coverting Wire Contents to Wireless Contents}Real-time Contents Conversion System and its Method for Coverting Wire Contents to Wireless Contents

본 발명은 컨텐츠 변환 시스템 및 그 방법에 관한 것으로서, 특히 본 발명은 기존에 존재하는 HTML 유선 컨텐츠데이터(정적 HTML Data, CGI에서 생성된 동적 HTML Data)를 별도의 변환없이 이용하여 무선 인터넷 서비스가 가능하도록 실시간으로 변환하여 데이터 재이용을 통한 효율성 향상을 꾀하고, 인적, 시간적, 물질적 절약함으로 인해 가격 경쟁력을 높일 수 있게 하는, 유선 컨텐츠를 무선 컨텐츠로 실시간 변환하는 컨텐츠 변환 시스템 및 그 방법과 상기 방법을 실현시키기 위한 프로그램을 기록한 컴퓨터로 읽을 수 있는 기록매체에 관한 것이다.The present invention relates to a content conversion system and a method thereof, and in particular, the present invention enables wireless Internet service by using existing HTML wired content data (static HTML data, dynamic HTML data generated by CGI) without additional conversion. A content conversion system and method and method for converting wired content to wireless content in real time to improve efficiency through data reuse and to increase price competitiveness due to human, time and material savings. A computer readable recording medium having recorded thereon a program for realization.

도 1 은 종래의 유무선 인터넷 서비스에 대한 설명도로서, HTTP Server와 유,무선 사이트 데이터를 통하여 제공되는 서비스를 나타내다.1 is a diagram illustrating a conventional wired and wireless Internet service, and illustrates a service provided through an HTTP server and wired and wireless site data.

"101"은 PC와 같은 유선 기반 시스템을 나타낸다. PC 기반 시스템은 "103"에게 HTTP 규약에 따라 HTML 관련 자료를 요청하고 "103"은 관련 자료를 시스템에서 찾아 "102"에게 전송하게 된다."101" represents a wired-based system such as a PC. The PC-based system requests "103" HTML related data according to the HTTP protocol, and "103" finds the relevant data in the system and sends it to "102".

"102"는 휴대폰, PDA, Hand-Held PC 등 무선 기반 시스템을 나타낸다. 무선 기반 시스템은 "101"과 마찬가지로 "103"에게 HTTP 규약에 따라 무선 관련 자료를요청하고 "103"은 관련자료를 시스템에서 찾아 "102"에게 전송하게 된다."102" represents a wireless based system such as a mobile phone, PDA, Hand-Held PC. As with "101", the wireless-based system requests "103" radio related data according to the HTTP protocol, and "103" finds the relevant data in the system and transmits it to "102".

"103"은 HTTP 프로토콜 규약을 준수하는 Server Program을 나타낸다. Server는 클라이언트에게서 요청을 받아 해당 요청에 맞는 자료를 searching하여 결과를 돌려주게 된다."103" represents a Server Program that conforms to the HTTP protocol protocol. The server receives the request from the client and searches the data for the request and returns the result.

"104"는 유선 HTML Service용 데이터 집합을 나타내고, HTML file 형태의 정적 데이터와 CGI 형태의 동적 데이터가 존재하며, CGI는 PERL, ASP, PHP 등 다양한 형태를 가지고 있다."104" represents a data set for the wired HTML service, and there are static data in the form of HTML file and dynamic data in the form of CGI, and CGI has various forms such as PERL, ASP, and PHP.

"105"는 무선 Service용 데이터 집합을 나타낸다. WAP 계열의 WML 데이터와 스팅거 계열의 M-HTML 데이터, I-MODE 계열의 C-HTML 데이터 등 각각의 데이터가 정적 file형태와 CGI 레벨의 동적 데이터 형태로 구성되어져 있다."105" represents a data set for a wireless service. Each data such as WML series WML data, Stinger series M-HTML data, and I-MODE series C-HTML data is composed of static file type and CGI level dynamic data type.

상기와 같이, 종래의 무선 인터넷 서비스를 하기 위해선 유선 인터넷 서비스용 데이터와 더불어 각각의 서비스 사업자의 무선 인터넷 포맷에 따라 무선 인터넷용 사이트를 별도로 각각 구축하는 문제점이 있었다.As described above, in order to provide a conventional wireless Internet service, there is a problem in that a site for wireless Internet is separately constructed according to a wireless Internet format of each service provider together with data for wired Internet service.

즉, 종래에는 무선 인터넷 서비스를 위해서 무선 인터넷 사이트의 재구축이 필요하고, 다수의 무선 인터넷 언어의 존재로 인해 각 언어별 사이트의 구축이 필요하며, 정적 데이터뿐 만 아니라 동적 데이터(CGI)의 수정 및 재구성이 필요하기 때문에, 많은 자원 및 인력, 시간이 소요된다는 문제점이 있었다.That is, in the related art, a wireless Internet site needs to be reconstructed for the wireless Internet service, and a site for each language is required due to the existence of a plurality of wireless Internet languages, and modification of dynamic data (CGI) as well as static data is required. And because reconfiguration is required, there was a problem that a lot of resources, manpower, time is required.

본 발명은, 상기와 같은 문제점을 해결하기 위하여 안출된 것으로, 기존의HTML 유선 컨텐츠데이터(정적 HTML Data, CGI에서 생성된 동적 HTML Data)를 재 사용하여 특별한 조작없이 실시간 무선 언어용 데이터로 변환하며, 또한 Client(무선 인터넷 단말기)가 요구하는 형태의 무선 언어(WML, M-HTML, C-HTML, S-HTML 등)로 특별한 조작없이 실시간 변환할 수 있게 하는, 유선 컨텐츠를 무선 컨텐츠로 실시간 변환하는 컨텐츠 변환 시스템 및 그 방법과 상기 방법을 실현시키기 위한 프로그램을 기록한 컴퓨터로 읽을 수 있는 기록매체를 제공하는데 그 목적이 있다.The present invention has been made to solve the above problems, by using the existing HTML wired content data (static HTML data, dynamic HTML data generated by CGI) to convert to real-time wireless language data without special manipulation In addition, real-time conversion of wired content to wireless content, which enables real-time conversion of wireless languages (WML, M-HTML, C-HTML, S-HTML, etc.) required by the client (wireless internet terminal) without special manipulation. It is an object of the present invention to provide a computer-readable recording medium recording a content conversion system and a method thereof and a program for realizing the method.

도 1 은 종래의 유무선 인터넷 서비스에 대한 설명도.1 is an explanatory diagram of a conventional wired and wireless Internet service.

도 2 는 본 발명이 적용되는 유선 사이트를 이용한 무선 인터넷 서비스의 일실시예 구성도.2 is a configuration diagram of an embodiment of a wireless Internet service using a wired site to which the present invention is applied.

도 3 은 본 발명에 따른 유선 컨텐츠를 무선 컨텐츠로 실시간 변환하는 컨텐츠 변환 시스템의 일실시예 구성도.3 is a configuration diagram of an embodiment of a content conversion system for converting wired content into wireless content in real time according to the present invention.

도 4 는 본 발명에 따른 도 3 의 HTML 구문 분석 및 데이터 추출기의 일실시예 구성도.4 is a diagram illustrating an embodiment of the HTML parser and data extractor of FIG. 3 in accordance with the present invention.

도 5 는 본 발명에 따른 유선 컨텐츠를 무선 컨텐츠로 실시간 변환하는 컨텐츠 변환 방법에 대한 일실시예 흐름도.5 is a flowchart illustrating a content conversion method for real-time conversion of wired content to wireless content according to the present invention.

도 6 은 본 발명에 따른 도 5 의 HTML source로부터의 Parse-Tree 생성 방법에 대한 일실시예 흐름도.FIG. 6 is a flow diagram of an embodiment of a Parse-Tree generation method from the HTML source of FIG. 5 in accordance with the present invention. FIG.

도 7 은 본 발명에 따른 도 5 의 Parse-Tree 에서 해당 데이터를 탐색하는 방법에 대한 일실시예 흐름도.7 is a flowchart illustrating a method of searching for corresponding data in the Parse-Tree of FIG. 5 according to the present invention.

도 8 은 본 발명에 따른 도 5 의 무선 데이터 생성 방법에 대한 일실시예 흐름도.8 is a flow diagram of an embodiment of the method for generating wireless data of FIG. 5 in accordance with the present invention.

상기의 목적을 달성하기 위한 본 발명은, 컨텐츠 변환 시스템에 적용되는 컨텐츠 변환 방법에 있어서, 무선 인터넷 사용자(Client)의 무선 인터넷 데이터의 요구에 따라, 해당 사이트에서 유선 HTML 데이터를 추출하는 제 1 단계; 상기 추출된 HTML 데이터에서 유효 데이터를 추출하는 제 2 단계; 및 상기 유효 데이터를 바탕으로 무선 언어로 변환하여 무선 데이터를 생성한 후, 상기 생성된 무선 데이터를 상기 무선 인터넷 사용자(Client)에게 전달하는 제 3 단계를 포함한다.The present invention for achieving the above object, in the content conversion method applied to the content conversion system, the first step of extracting the wired HTML data from the site in accordance with the request of the wireless Internet data of the wireless Internet user (Client) ; Extracting valid data from the extracted HTML data; And generating a wireless data by converting to a wireless language based on the valid data, and transmitting the generated wireless data to the wireless internet user.

한편, 본 발명은, 프로세서를 구비한 컨텐츠 변환 시스템에, 무선 인터넷 사용자(Client)의 무선 인터넷 데이터의 요구에 따라, 해당 사이트에서 유선 HTML 데이터를 추출하는 제 1 기능; 상기 추출된 HTML 데이터에서 유효 데이터를 추출하는 제 2 기능; 및 상기 유효 데이터를 바탕으로 무선 언어로 변환하여 무선 데이터를 생성한 후, 상기 생성된 무선 데이터를 상기 무선 인터넷 사용자(Client)에게 전달하는 제 3 기능을 실현시키기 위한 프로그램을 기록한 컴퓨터로 읽을 수 있는기록매체를 제공한다.Meanwhile, the present invention provides a content conversion system having a processor, comprising: a first function of extracting wired HTML data from a corresponding site according to a request of wireless Internet data of a wireless Internet user; A second function of extracting valid data from the extracted HTML data; And converting into a wireless language based on the valid data to generate wireless data, and then recording a program for realizing a third function of delivering the generated wireless data to the wireless Internet user. Provide a record carrier.

무선 단말기가 요청한 무선 인터넷용 데이터는 HTTP Server가 요청을 받아들이고 컨텐츠 변환 시스템(H2W AutoTrans)에 해당 URL과 무선 단말기의 정보를 보내고 필요한 응답을 기다린다.The wireless Internet data requested by the wireless terminal receives the request from the HTTP server, sends the URL and information of the wireless terminal to the content conversion system (H2W AutoTrans), and waits for a necessary response.

컨텐츠 변환 시스템(H2W AutoTrans)는 입력 정보를 바탕으로 Request 관리기를 통해 HTML Data 관리기에 URL 정보를 보내고 HTML Data를 가져오도록 한다.The content conversion system (H2W AutoTrans) sends URL information to the HTML data manager through the request manager and imports HTML data based on the input information.

또한, Templete 관리기에 URL 정보를 보내고 해당 Templete의 Searching을 지시하며, Wireless Data 생성기에 Client가 요청한 Wireless Data 형태를 전송한다.In addition, URL information is sent to the Templete manager, the search for the templete is instructed, and the wireless data type requested by the client is transmitted to the wireless data generator.

HTML Data 관리기를 통해 얻어진 HTML 데이터와 Templete 관리기에 의해 로딩된 Templete 정보는 HTML 구문 분석 및 데이터 추출 블록에 전송된다.The HTML data obtained through the HTML Data Manager and the Templete information loaded by the Templete Manager are sent to the HTML parsing and data extraction block.

HTML 구문 분석 및 데이터 추출 블록은 먼저 HTML Parser를 통해 입력받은 HTML Data의 Parsing을 수행하며, Html Tree Reformator를 통해 Html 코드의 에러 정정을 위한 Reformating 동작을 수행한다.HTML parsing and data extraction block performs parsing of HTML data input through HTML Parser and reformating for error correction of Html code through Html Tree Reformator.

이후, Templete Analyser가 분석한 Templete 정보를 바탕으로 Pattern Node Searcher 와 Pattern Data Maker를 통해 최종 출력 데이터를 생성한다. 각각의 과정에서 발생된 Error는 Error Analyser에게 보고되며, 이 경우 Client에게 Error 상황을 보고하게 된다. HTML 구문 분석 및 데이터 추출 블록을 통해 나온 결과는 Wireless 데이터 생성기를 통해 최종적으로 Client에 맞는 무선 데이터로 변환되어 HTTP Server에 응답하게 된다. HTTP Server는 응답 받은 데이터를 Client에게 전송, 무선 인터넷 서비스를 하게 된다.Then, the final output data is generated through the Pattern Node Searcher and the Pattern Data Maker based on the Templete information analyzed by the Templete Analyser. Error occurred in each process is reported to Error Analyser, in this case, Error condition is reported to Client. The result from the HTML parsing and data extraction block is finally converted into wireless data for the client through the wireless data generator and responds to the HTTP server. HTTP Server transmits the response data to Client and performs wireless internet service.

이하, 첨부된 도면을 참조하여 본 발명에 따른 바람직한 일실시예를 상세히 설명한다.Hereinafter, exemplary embodiments of the present invention will be described in detail with reference to the accompanying drawings.

도 2 는 본 발명이 적용되는 유선 사이트를 이용한 무선 인터넷 서비스의 일실시예 구성도이다.2 is a configuration diagram of an embodiment of a wireless Internet service using a wired site to which the present invention is applied.

"201"은 "101"과 마찬가지로, PC와 같은 유선 기반 시스템을 나타낸다. PC 기반 시스템은 '203"에게 HTTP 규약에 따라 HTML 관련 자료를 요청하고, "203"은 관련 자료를 시스템에서 찾아 "201"에게 전송하게 된다."201", like "101", indicates a wired-based system such as a PC. The PC-based system requests '203' HTML related data according to the HTTP protocol, and "203" finds the related data in the system and sends it to "201".

"202"는 휴대폰, PDA, Hand-Held PC 등 무선 기반 시스템을 나타낸다.무선 기반 시스템은 "201"과 마찬가지로 "203"에게 HTTP 규약에 따라 무선 관련 자료를 요청하고, "203"은 관련자료를 시스템에서 찾아 "202"에게 전송하게 된다."202" denotes a wireless based system such as a mobile phone, a PDA, and a hand-held PC. Like a "201", the wireless based system requests a wireless related data from the "203" according to the HTTP protocol, and "203" refers to the related data. The system will find it and send it to "202".

"203"은 HTTP 프로토콜 규약을 준수하는 Server Program을 나타낸다."203" represents a Server Program that conforms to the HTTP protocol protocol.

Server는 클라이언트에게서 요청을 받아 해당 요청에 맞는 자료를 searching하여 결과를 돌려주게 된다.The server receives the request from the client and searches the data for the request and returns the result.

"204"는 당사의 발명이 적용된 High-level 언어로 기술된 프로그램을 나타낸다."204" represents a program written in a high-level language to which our invention is applied.

프로그램은 "203"으로부터 무선 데이터 요청을 받아들여 "205"나 "206"에서 해당 HTML 데이터를 찾아와 무선 데이터로 변환후 "203"에 응답하게 된다. 무선 데이터의 형태는 WML/M-HTML/HDML/C-HTML/ETC.중 하나이며, "203'의 요청에 따라 행동하게 된다.The program receives the wireless data request from "203", finds the corresponding HTML data in "205" or "206", converts it into wireless data, and responds to "203". The form of wireless data is one of WML / M-HTML / HDML / C-HTML / ETC. And acts upon a request of " 203 ".

"205"는 기존 유선 HTML Service용 데이터 집합을 나타낸다. HTML file 형태의 정적 데이터와 CGI 형태의 동적 데이터가 존재하며, CGI는 PERL, ASP, PHP 등 다양한 형태를 가지고 있다."205" represents a data set for an existing wired HTML service. Static data in the form of HTML file and dynamic data in the form of CGI exist, and CGI has various forms such as PERL, ASP, and PHP.

"206"는 외부에 존재하는 유선 HTML Service용 데이터 집합을 나타낸다. HTML file 형태의 정적 데이터와 CGI 형태의 동적 데이터가 존재하며, CGI는 PERL, ASP, PHP 등 다양한 형태를 가지고 있다."206" represents a data set for the wired HTML service that exists externally. Static data in the form of HTML file and dynamic data in the form of CGI exist, and CGI has various forms such as PERL, ASP, and PHP.

도 3 은 본 발명에 따른 유선 컨텐츠를 무선 컨텐츠로 실시간 변환하는 컨텐츠 변환 시스템(컨텐츠 변환 시스템(H2W AutoTrans))의 일실시예 구성도이다.3 is a configuration diagram of an embodiment of a content conversion system (content conversion system (H2W AutoTrans)) for converting wired content into wireless content in real time according to the present invention.

"301"은 Request 관리기로서, HTTP 서버를 통해 들어온 URL 정보, Client 정보 등을 종합해 이하의 블록에 적절한 정보를 분배하는 역할을 하고 있다.&Quot; 301 " is a request manager, which plays a role in distributing appropriate information in the following blocks by synthesizing URL information, client information, and the like entered through the HTTP server.

"302"는 HTML Data 관리기로서, 301을 통해 입력된 URL 정보를 바탕으로 자체/외부 사이트의 HTML 데이터를 가져오는 역할을 한다"302" is an HTML data manager, which is responsible for retrieving HTML data of its own / external site based on URL information input through 301.

"303"은 Templete 관리기로서, "301"을 통해 입력된 URL 정보를 바탕으로 적절한 Templete를 선별하는 역할을 한다. 여기서, Templete는 해당 HTML Tree의 구조적 정보 및 추출할 데이터의 정보를 담고 있는 구조체를 나타낸다."303" is a Templete manager, and serves to select an appropriate Templete based on URL information input through "301". Here, Templete represents a structure containing structural information of the HTML tree and information of data to be extracted.

"304"는 HTML 구문 분석 및 데이터 추출기로서, "302"를 통해 얻어진 HTML Data와 "303"에 의해 얻어진 Templete Data를 바탕으로 생성할 Wireless 데이터 정보를 추출하는 역할을 한다."304" is an HTML parser and data extractor, and extracts wireless data information to be generated based on HTML data obtained through "302" and Templete data obtained by "303".

"305"는 Wireless Data 생성기로서, "301"과 "304"에 의해 전달된 정보를 바탕으로 무선 데이터를 생성하는 역할을 한다."305" is a wireless data generator, and serves to generate wireless data based on the information conveyed by "301" and "304".

도 4 는 본 발명에 따른 도 3 의 HTML 구문 분석 및 데이터 추출기의 일실시예 구성도이다.4 is a block diagram of an embodiment of an HTML parser and data extractor of FIG. 3 in accordance with the present invention.

"401"은 HTML Parser로서, HTML Data를 Parsing하여 HTML Tree를 생성하는 역할을 한다. 생성된 Parse-Tree 정보는"402"로 전달된다."401" is an HTML parser, which parses HTML data and creates an HTML tree. The generated Parse-Tree information is forwarded to "402".

"402"는 HTML Tree Reformator로서, "401"로 부터 생성된 HTML Tree를 입력받아 Tree를 탐색하여 Tree상 발생된 잘못된 오류를 정정하는 역할을 한다."402" is an HTML Tree Reformator, which receives an HTML Tree generated from "401", searches for a tree, and corrects an error in the tree.

"403"은 Pattern Node Searcher로서, "405"로부터 생성된 Templete 정보를 입력받아 HTML Tree에서 Pattern Node를 찾는 역할을 한다."403" is a pattern node searcher, and receives a templete information generated from "405" to find a pattern node in an HTML tree.

"404"는 Pattern Data Maker로서, "403"에서 생성된 Pattern 노드와 405로부터 생성된 Templete 정보를 입력받아 Wireless 데이터화에 필요한 데이터를 생성하는 역할을 한다."404" is a pattern data maker, and receives a pattern node generated in "403" and templete information generated from 405 to generate data for wireless data generation.

"405"는 Templete Analyser로서, 입력된 Templete정보를 분석하여 403과 404에 필요한 정보를 생성하는 역할을 한다."405" is a Templete Analyser, which analyzes the inputted Templete information and generates information necessary for 403 and 404.

"406"은 Error Analyser로서, "402", "403", "404" 블록에서 발생하는 에러 정보를 입력받아 에러 메시지를 생성하는 역할을 한다."406" is an error analyzer, and receives error information generated from blocks "402", "403", and "404" and generates an error message.

도 5 는 본 발명에 따른 유선 컨텐츠를 무선 컨텐츠로 실시간 변환하는 컨텐츠 변환 방법에 대한 일실시예 흐름도이다.5 is a flowchart illustrating a content conversion method for converting wired content into wireless content in real time according to the present invention.

"501"은 Client로부터 정보를 입력받는 곳으로 URL 정보, Page 번호 정보, Pattern(Target Templete)정보, Http Method 정보, Output Style 정보를 입력받아 무선 데이터 생성을 위한 준비를 하게 된다."501" is a place to receive information from the client, and prepares for generating wireless data by receiving URL information, Page number information, Pattern (Target Templete) information, Http Method information, and Output Style information.

"502"는 URL을 바탕으로 Pattern(Target Templete)를 생성하는 블록이다. Pattern이 입력되지 않았을 경우, URL을 바탕으로 서버에 내장된 DB에서 자동으로 Pattern을 찾게 되며 Pattern 검색이 유효하지 않을 경우 에러를 내게 된다."502" is a block for generating a Pattern (Target Templete) based on the URL. If pattern is not entered, pattern is automatically searched in DB embedded in server based on URL, and if pattern search is not valid, an error is issued.

"503"은 해당 URL로부터 HTML Source 데이터를 가져오는 블록이다. 해당 URL로부터 Html 소스를 가지고 와서 서버에 임시 저장한다."503" is a block for obtaining HTML Source data from the URL. Get the Html source from the URL and store it temporarily on the server.

"504"은 "503"에서 임시 저장된 Html 소스를 바탕으로 Token으로 분리하여 Parse-Tree를 생성하게 된다."504" creates a Parse-Tree by separating the Token based on the temporarily stored Html source in "503".

"505"는 "502"에서 찾아진 Pattern 정보를 입력받아 서버에 저장된 Pattern을 메모리 상에 로딩하는 동작을 한다."505" receives Pattern information found in "502" and loads the Pattern stored in the server on the memory.

"506"은 "504"에서 생성된 Parse-Tree 데이터와 "505"에서 로딩된 Pattern 정보를 입력받아 무선 데이터 생성을 위한 출력 데이터를 추출하게 된다."506" receives Parse-Tree data generated in "504" and Pattern information loaded in "505" to extract output data for generating wireless data.

"507"은 "506"에서 생성된 출력 데이터를 바탕으로 무선 데이터를 생성하는 역할을 한다."507" serves to generate wireless data based on the output data generated at "506".

"508"은 "507"에서 생성된 출력 데이터를 Client에 돌려주는 역할을 한다."508" returns the output data generated in "507" to the client.

상기의 과정들에서 동작적 오류가 발생하면, 전체 과정을 중지, 취소하고 Client에게 오류 메시지를 전달하게 된다.If an operational error occurs in the above processes, the entire process is stopped and canceled and an error message is sent to the client.

도 6 은 본 발명에 따른 도 5 의 HTML source로부터의 Parse-Tree 생성 방법(504)에 대한 일실시예 흐름도이다.6 is a flow diagram of one embodiment of a Parse-Tree generation method 504 from the HTML source of FIG. 5 in accordance with the present invention.

입력 받은 Html 소스를 바탕으로 먼저 HTML Markup Language 규약에 따라 Token 별로 데이터를 추출하여 단일 Linked-List 형태를 만든다. 그 다음, 생성된Html Token Linked-List에 문법적 오류 여부를 검사하는 과정을 거친 후, Linked-List를 Tree 형태로 변환하게 된다.Based on the input Html source, first extract data by token according to HTML Markup Language convention to make a single linked-list form. Next, after checking whether or not the generated Html Token Linked-List is syntactically wrong, the Linked-List is converted into Tree type.

도 7 은 본 발명에 따른 도 5 의 Parse-Tree 에서 해당 데이터를 탐색하는 방법(506)에 대한 일실시예 흐름도이다.7 is a flow diagram of an embodiment of a method 506 for searching for corresponding data in the Parse-Tree of FIG. 5 in accordance with the present invention.

로딩된 Pattern 정보를 바탕으로 "504"에서 생성된 Html Parse-Tree에서 필요한 데이터를 추출한다. 먼저, Parse-Tree에서 해당 Pattern에 맞는 부모 Node를 찾는다. 부모 Node를 찾으면, 그 정보를 바탕으로 실제 필요한 데이터를 찾는 동작을 하게 된다.Extract necessary data from Html Parse-Tree created in "504" based on the loaded pattern information. First, find the parent node that matches the pattern in Parse-Tree. When the parent node is found, the data is searched based on the information.

도 8 은 본 발명에 따른 도 5 의 무선 데이터 생성 방법에 대한 일실시예 흐름도이다.8 is a flowchart illustrating an embodiment of a method for generating wireless data of FIG. 5 according to the present invention.

무선 데이터 출력에 필요한 기본 정보를 로딩한 후 "506"에서 찾아진 데이터를 바탕으로 무선 데이터를 생성하게 된다.After loading basic information necessary for wireless data output, wireless data is generated based on the data found at "506".

상술한 바와 같은 본 발명의 방법은 프로그램으로 구현되어 컴퓨터로 읽을 수 있는 형태로 기록매체(씨디롬, 램, 롬, 플로피 디스크, 하드 디스크, 광자기 디스크 등)에 저장될 수 있다.As described above, the method of the present invention may be implemented as a program and stored in a recording medium (CD-ROM, RAM, ROM, floppy disk, hard disk, magneto-optical disk, etc.) in a computer-readable form.

이상에서 설명한 본 발명은, 본 발명이 속하는 기술분야에서 통상의 지식을 가진 자에 있어 본 발명의 기술적 사상을 벗어나지 않는 범위내에서 여러 가지 치환, 변형 및 변경이 가능하므로 전술한 실시예 및 첨부된 도면에 의해 한정되는 것이 아니다.The present invention described above is capable of various substitutions, modifications, and changes without departing from the spirit of the present invention for those skilled in the art to which the present invention pertains, and the above-described embodiments and accompanying It is not limited by the drawings.

상기와 같은 본 발명은, 무선 인터넷 서비스를 위한 무선 인터넷 사이트의 재구축이 필요이 필요없고, 다수의 무선 인터넷 언어의 존재로 인한 각 언어별 사이트의 구축이 필요.As described above, the present invention does not require the reconstruction of a wireless Internet site for a wireless Internet service, and requires the construction of a site for each language due to the existence of a plurality of wireless Internet languages.

정적 데이터 뿐 만 아니라 동적 데이터(CGI)의 수정 및 재구성이 필요.Need to modify and reconstruct dynamic data (CGI) as well as static data.

많은 물질적, 시간적, 인적, 금전적 자원이 소요됨.It takes a lot of material, time, human and financial resources.

본 발명은 기존의 유선 데이터의 재사용을 통해 적은 시간과 적은 인력으로 무선 인터넷 서비스를 가능하도록 하여 물질적, 시간적 절약을 가져올 수 있다.The present invention can bring material and time savings by enabling wireless Internet service with less time and less manpower through reuse of existing wired data.

Claims (2)

컨텐츠 변환 시스템에 적용되는 컨텐츠 변환 방법에 있어서,In the content conversion method applied to the content conversion system, 무선 인터넷 사용자(Client)의 무선 인터넷 데이터의 요구에 따라, 해당 사이트에서 유선 HTML 데이터를 추출하는 제 1 단계;A first step of extracting wired HTML data from a corresponding site according to a request of wireless Internet data of a wireless Internet user (Client); 상기 추출된 HTML 데이터에서 유효 데이터를 추출하는 제 2 단계; 및Extracting valid data from the extracted HTML data; And 상기 유효 데이터를 바탕으로 무선 언어로 변환하여 무선 데이터를 생성한 후, 상기 생성된 무선 데이터를 상기 무선 인터넷 사용자(Client)에게 전달하는 제 3 단계A third step of generating wireless data by converting to a wireless language based on the valid data, and then transferring the generated wireless data to the wireless Internet user (Client) 를 포함하는 유선 컨텐츠를 무선 컨텐츠로 실시간 변환하는 컨텐츠 변환 방법.Content conversion method for real-time conversion of wired content including a wireless content. 프로세서를 구비한 컨텐츠 변환 시스템에,In a content conversion system having a processor, 무선 인터넷 사용자(Client)의 무선 인터넷 데이터의 요구에 따라, 해당 사이트에서 유선 HTML 데이터를 추출하는 제 1 기능;A first function of extracting wired HTML data from a corresponding site according to a request of wireless Internet data of a wireless Internet user (Client); 상기 추출된 HTML 데이터에서 유효 데이터를 추출하는 제 2 기능; 및A second function of extracting valid data from the extracted HTML data; And 상기 유효 데이터를 바탕으로 무선 언어로 변환하여 무선 데이터를 생성한 후, 상기 생성된 무선 데이터를 상기 무선 인터넷 사용자(Client)에게 전달하는 제 3 기능A third function of generating wireless data by converting to a wireless language based on the valid data and then transferring the generated wireless data to the wireless Internet user (Client) 을 실현시키기 위한 프로그램을 기록한 컴퓨터로 읽을 수 있는 기록매체.A computer-readable recording medium having recorded thereon a program for realizing this.
KR1020000085977A 2000-12-29 2000-12-29 Realtime Contents Conversion System and its Method for Coverting Wire Contents to Wireless Contents KR20020056593A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020000085977A KR20020056593A (en) 2000-12-29 2000-12-29 Realtime Contents Conversion System and its Method for Coverting Wire Contents to Wireless Contents

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020000085977A KR20020056593A (en) 2000-12-29 2000-12-29 Realtime Contents Conversion System and its Method for Coverting Wire Contents to Wireless Contents

Publications (1)

Publication Number Publication Date
KR20020056593A true KR20020056593A (en) 2002-07-10

Family

ID=27689087

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020000085977A KR20020056593A (en) 2000-12-29 2000-12-29 Realtime Contents Conversion System and its Method for Coverting Wire Contents to Wireless Contents

Country Status (1)

Country Link
KR (1) KR20020056593A (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20020060004A (en) * 2001-01-09 2002-07-16 주종철 Method and system of wireless internet service
KR20020079133A (en) * 2001-04-13 2002-10-19 (주)오픈베이스 Web content transcoding device
KR20030088929A (en) * 2002-05-15 2003-11-21 정보통신연구진흥원 System for converting contents for providing wireless contents and method thereof
WO2004023315A1 (en) * 2002-09-04 2004-03-18 Nytel Co., Ltd System and method for converting and transmitting data
KR100431594B1 (en) * 2001-11-21 2004-05-17 정승선 Method and system for making access to mobile contents through internet
KR100466830B1 (en) * 2002-06-24 2005-01-17 에스케이 텔레콤주식회사 Contents conversion method for terminal dependent messaging service on wireless internet
KR100834295B1 (en) * 2007-04-03 2008-05-30 에스케이 텔레콤주식회사 Method for converting image in real time

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20020060004A (en) * 2001-01-09 2002-07-16 주종철 Method and system of wireless internet service
KR20020079133A (en) * 2001-04-13 2002-10-19 (주)오픈베이스 Web content transcoding device
KR100431594B1 (en) * 2001-11-21 2004-05-17 정승선 Method and system for making access to mobile contents through internet
KR20030088929A (en) * 2002-05-15 2003-11-21 정보통신연구진흥원 System for converting contents for providing wireless contents and method thereof
KR100466830B1 (en) * 2002-06-24 2005-01-17 에스케이 텔레콤주식회사 Contents conversion method for terminal dependent messaging service on wireless internet
WO2004023315A1 (en) * 2002-09-04 2004-03-18 Nytel Co., Ltd System and method for converting and transmitting data
KR100834295B1 (en) * 2007-04-03 2008-05-30 에스케이 텔레콤주식회사 Method for converting image in real time

Similar Documents

Publication Publication Date Title
US7496497B2 (en) Method and system for selecting web site home page by extracting site language cookie stored in an access device to identify directional information item
US6988100B2 (en) Method and system for extending the performance of a web crawler
US6311223B1 (en) Effective transmission of documents in hypertext markup language (HTML)
US20040098668A1 (en) Parsing structured data
US20030158894A1 (en) Multiterminal publishing system and corresponding method for using same
CN101500002A (en) Fusion publishing method and apparatus oriented to Web content
CN108984202B (en) Electronic resource sharing method and device and storage medium
US20010002471A1 (en) System and program for processing special characters used in dynamic documents
KR20020056593A (en) Realtime Contents Conversion System and its Method for Coverting Wire Contents to Wireless Contents
KR20120122959A (en) Method and Device for Collecting Web Contents and Computer-readable Recording Medium for the same
CN105094787B (en) Method and device for processing enterprise internet application
CN101017490A (en) System and method for automatically downloading and filtering web page
CN105912573A (en) Data updating method and data updating device
US8321535B2 (en) Web services integration systems and methods
CN110866196A (en) Printer network information acquisition method and device and electronic equipment
JP2009259248A (en) Method and unit for tagging images included in web page and providing web retrieval service by using the result and computer-readable recording medium
CN105721205B (en) A kind of method for pushing and router of APP download link
US20040044652A1 (en) Information extraction device and storage medium
JPH11143910A (en) Extension system for composite object and computer readable recording medium
Lelli et al. Improving the performance of XML based technologies by caching and reusing information
JP2009128945A (en) Data processing apparatus, method and program
KR20050108677A (en) Method for creating and managing flash automatically and recording medium
JP2003122773A (en) Meta-data retrieving system
KR100402401B1 (en) The Method Of Document Translation Using The Next Generation Standard Markup Language
CN112433752B (en) Page analysis method, device, medium and electronic equipment

Legal Events

Date Code Title Description
N231 Notification of change of applicant
WITN Withdrawal due to no request for examination