KR100461729B1 - A Customized-XHTML document Converting Method And System of HTML document using device profile - Google Patents

A Customized-XHTML document Converting Method And System of HTML document using device profile Download PDF

Info

Publication number
KR100461729B1
KR100461729B1 KR10-2002-0067417A KR20020067417A KR100461729B1 KR 100461729 B1 KR100461729 B1 KR 100461729B1 KR 20020067417 A KR20020067417 A KR 20020067417A KR 100461729 B1 KR100461729 B1 KR 100461729B1
Authority
KR
South Korea
Prior art keywords
terminal
profile information
document
profile
xhtml
Prior art date
Application number
KR10-2002-0067417A
Other languages
Korean (ko)
Other versions
KR20040038459A (en
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 KR10-2002-0067417A priority Critical patent/KR100461729B1/en
Publication of KR20040038459A publication Critical patent/KR20040038459A/en
Application granted granted Critical
Publication of KR100461729B1 publication Critical patent/KR100461729B1/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

Landscapes

  • Business, Economics & Management (AREA)
  • Tourism & Hospitality (AREA)
  • Health & Medical Sciences (AREA)
  • Economics (AREA)
  • General Health & Medical Sciences (AREA)
  • Human Resources & Organizations (AREA)
  • Marketing (AREA)
  • Primary Health Care (AREA)
  • Strategic Management (AREA)
  • Physics & Mathematics (AREA)
  • General Business, Economics & Management (AREA)
  • General Physics & Mathematics (AREA)
  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

본 발명은 유무선 복합 네트워크 환경에서 단말의 프로화일 정보를 이용하여 HTML 문서를 단말에 최적화된 형태의 XHTML 문서로 변환하여 전송하는 방법에 관한 것이다.The present invention relates to a method for converting an HTML document into an XHTML document optimized for a terminal and transmitting the same by using profile information of the terminal in a wired / wireless complex network environment.

본 발명은 HTML 문서를 XHTML 문서로 변환하여 임의의 단말기에 전송하는 방법에 있어서, 단말이 사용자로부터 URL을 요청받았을 때, 자신의 프로화일 정보를 포함시켜 HTTP 요청 메시지를 작성하고 이를 송신하는 제 1단계; 단말로부터 프로화일 정보가 포함된 HTTP 요청 메시지를 수신하여 단말의 프로화일 정보를 프로화일 저장기에 저장하는 제 2단계; 웹서버로부터 해당 웹사이트의 HTML 문서를 가져오는 제 3단계; HTML 문서에 대해 저장된 프로화일 정보를 이용하여 해당 단말에 가장 적합한 형태의 XHTML 문서로 변환하는 제 4단계; 및 상기 변환된 문서를 단말기로 전달하는 제 5단계;를 포함한다.The present invention provides a method for converting an HTML document into an XHTML document and transmitting it to an arbitrary terminal. When the terminal receives a URL from a user, a first step of creating an HTTP request message including the profile information of the terminal and transmitting the same is provided. ; A second step of receiving an HTTP request message including profile information from a terminal and storing profile information of the terminal in a profile store; Obtaining an HTML document of the website from a web server; A fourth step of converting the XHTML document of a form most suitable for a corresponding terminal by using the profile information stored for the HTML document; And a fifth step of delivering the converted document to a terminal.

Description

단말의 프로화일 정보를 활용하여 에이치티엠엘 문서를 단말에 최적화된 형태의 엑스에이치티엠엘 문서로 변환하여 전송하는 시스템 및 그 방법 {A Customized-XHTML document Converting Method And System of HTML document using device profile}A system and method for converting and transmitting an HMT document into an HTM document optimized for a terminal using profile information of a terminal and a method thereof {A Customized-XHTML document Converting Method And System of HTML document using device profile}

본 발명은 HTML(Hyper Text Markup Language) 문서를 XHTML(eXtensible Hyper Text Markup Language) 문서로 변환하여 전송하는 시스템 및 방법에 관한 것으로, 더욱 상세하게는 웹 접속 요구시, 단말로부터 프로화일 정보를 수집하여 저장해 둔 상태에서 HTML 문서를 XHTML 문서로 변환할 때 저장된 정보를 활용하는 기능을 추가함으로써 다양한 능력의 단말들에 대해 각기 최적화된 형태로 XHTML 문서를 변환하여 전송하는 시스템 및 방법에 관한 것이다.The present invention relates to a system and method for converting a Hyper Text Markup Language (HTML) document into an XHTML (eXtensible Hyper Text Markup Language) document and transmitting the document. More specifically, when a web connection request is made, profile information is collected and stored from a terminal. The present invention relates to a system and method for converting and transmitting an XHTML document in a form optimized for various terminals by adding a function of utilizing stored information when converting an HTML document into an XHTML document.

XHTML은 XML(eXtensible Markup Language) 형식에 맞도록 HTML을 재구성한 것으로서, 확장성 및 이식성이 우수한 차세대 표준 마크업 언어이다. 그러나 기존 HTML문서와의 호환성을 제공하지 않으므로, XHTML을 지원하는 단말에서 기존 HTML로 작성된 컨텐트를 보기 위해서는 HTML 문서를 XHTML 문서로 변환할 필요가 있다.XHTML is a restructured HTML to conform to the eXtensible Markup Language (XML) format. It is the next-generation standard markup language that is highly scalable and portable. However, since it does not provide compatibility with the existing HTML document, it is necessary to convert the HTML document into the XHTML document in order to view the content written in the existing HTML in the terminal supporting the XHTML.

그런데 유선 네트워크상의 단말과 달리 무선 네트워크상에 사용되는 단말들은 노트북에서 PDA(Personal Digital Assistance), 스마트폰, 셀룰러폰에 이르기까지 다양한 사양을 갖고 있기 때문에 단말의 사양을 고려할 필요가 있으나 종래에 HTML 문서를 XHTML 문서로 변환하여 전송하는 방법은 단말의 능력을 고려하지 않고 단순히 문서를 변환하여 전송하거나, 일괄적으로 문서를 분할하여 전송하였다.However, unlike terminals on a wired network, terminals used on a wireless network have various specifications ranging from laptops to PDAs (Personal Digital Assistance), smart phones, and cellular phones, so it is necessary to consider the specifications of the terminals. Converts the document into an XHTML document and transmits the document simply by converting the document without considering the capability of the terminal or by dividing the document in a batch.

즉, HTML문서를 XHTML 문서로 변환하기 위한 종래 기술은 다양한 단말의 능력을 고려하지 않고 일괄적으로 단순히 변환하여 전송하거나 낮은 사양의 휴대폰만을 고려하여 XHTML문서를 분할 전송하는 기능 정도만을 제공함으로써 다양한 단말들이 존재하는 유,무선 복합 네트워크 환경에 효과적으로 대처하지 못하는 문제점이 있다.That is, the conventional technology for converting HTML documents into XHTML documents does not consider the capabilities of various terminals, but simply converts and transmits them collectively or provides only a function of splitting and transmitting XHTML documents in consideration of low-end mobile phones. There is a problem that can not effectively cope with the existing wired and wireless complex network environment.

본 발명은 상기 문제점을 해결하기 위한 것으로, 상세하게는 디스플레이 크기, CPU 처리속도, 소프트웨어와 관련한 특정 기능 등이 각기 다른 다양한 형태의 단말을 통해 웹에 접속하고자 하는 경우에 단말로부터 상기와 관련한 프로화일 정보를 얻어낸 다음, 이를 활용하여 HTML 문서를 단말에 최적화된 형태의 XHTML 문서로 변환하여 전송하는 시스템 및 방법을 제공하는데 그 목적이 있다.The present invention is to solve the above problems, and in detail, the profile information related to the above from the terminal when the user wants to access the web through various types of terminals having different display sizes, CPU processing speeds, and software-specific functions. The purpose of the present invention is to provide a system and method for converting an HTML document into an XHTML document optimized for a terminal and transmitting the same by using the same.

상기 목적을 달성하기 위한 본 발명의 단말의 프로화일 정보를 활용하여 HTML 문서를 단말에 최적화된 형태의 XHTML 문서로 변환하여 전송하는 시스템은, 적어도 XHTML문서를 디스플레이할 수 있고 HTTP 요청시 소정의 프로화일 정보를 포함하여 전송하는 단말기; 상기 프로화일 정보를 HTTP와 프로화일로 분리하여 저장하는 프로화일 저장기; 및 상기 프로화일 저장기에 의해 분리 저장된 상기 프로화일이 제거된 HTTP요청 메시지를 해당 웹서버로 전달하고, 상기 웹서버로부터 HTTP응답을 수신하면 수신된 메시지에 포함된 HTML문서를 상기 프로화일 저장기에 저장된 해당 단말의 프로화일 정보를 참조하여 해당 단말기에 상기 HTML문서를 XHTML문서로 변환하여 해당 단말기로 전송하는 HTML-XHTML 변환기;를 포함하는 것을 특징으로 한다.The system for converting an HTML document into an XHTML document of a form optimized for the terminal by using the profile information of the terminal of the present invention for achieving the above object, can display at least an XHTML document, and the predetermined profile information in the HTTP request Including a terminal for transmitting; A profile store for dividing the profile information into HTTP and a profile and storing the profile information; And transmitting the HTTP request message from which the profile is separated and stored by the profile store to the web server, and receiving the HTTP response from the web server, and transmitting the HTML document included in the received message to the web server. And an HTML-XHTML converter for converting the HTML document into an XHTML document and transmitting the HTML document to the corresponding terminal with reference to the profile information.

또한 본 발명에 따른 단말의 프로화일 정보를 활용하여 HTML 문서를 단말에 최적화된 형태의 XHTML 문서로 변환하여 전송하는 방법은, HTML 문서를 XHTML 문서로 변환하여 임의의 단말기에 전송하는 방법에 있어서, 단말이 사용자로부터 URL(Uniform Resource Locator) 입력을 통해 웹 접속을 요청 받았을 때, 자신의 프로화일 정보를 포함시켜 HTTP(Hyper Text Transfer Protocol) 요청 메시지를 구성하고 송신하는 제 1단계; 단말로부터 프로화일 정보가 포함된 HTTP 요청 메시지를 수신하여 단말의 프로화일 정보를 프로화일 저장기에 저장하는 제 2단계; 웹서버로부터 해당 웹사이트의 HTML 문서를 가져오는 제 3단계; 상기 가져온 HTML 문서를 저장된 프로화일 정보를 이용하여 해당 단말에 가장 최적화된 형태의 XHTML 문서로 변환하는 제 4단계; 및 상기 변환된 문서를 해당 단말기로 전달하는 제 5단계;를 포함하는 것으로 구성되는 것을 특징으로 한다.In addition, a method of converting an HTML document into an XHTML document of a form optimized for a terminal by using profile information of the terminal according to the present invention, and converting the HTML document into an XHTML document and transmitting it to an arbitrary terminal, the terminal A first step of constructing and transmitting a HTTP (Hyper Text Transfer Protocol) request message by including its profile information when a web connection is requested from the user through a Uniform Resource Locator (URL) input; A second step of receiving an HTTP request message including profile information from a terminal and storing profile information of the terminal in a profile store; Obtaining an HTML document of the website from a web server; A fourth step of converting the imported HTML document into an XHTML document of a form most optimized for a corresponding terminal by using the stored profile information; And a fifth step of delivering the converted document to a corresponding terminal.

또한 상기 제 1단계는 단말로부터 웹 접속 요구가 있을 때마다 HTTP 요청 메시지 내에 단말의 프로화일 정보를 포함하여 전송하는 단계로 구성할 수도 있고, 또는 HTTP 연결이 설정되는 처음에만 HTTP 요청 메시지에 프로화일 정보를 포함하여 전송하는 단계로 구성할 수 있다.In addition, the first step may be configured to include the profile information of the terminal in the HTTP request message and transmit the profile information whenever the web access request is made from the terminal, or to display the profile information in the HTTP request message only when the HTTP connection is established. It can be configured to include the step of transmitting.

상기의 제 2단계는 HTTP 요청 메시지에 대해 프로화일 정보가 포함되어 있는지 검사하는 단계; 포함되어 있는 경우 HTTP 요청 메시지로부터 프로화일 정보를 추출하는 단계; 추출된 정보를 프로화일 저장기에 저장하는 단계; 프로화일 정보를 제거한 HTTP 요청 메시지를 웹서버로 전달하는 단계; 및 프로화일 정보가 포함되어 있지 않은 경우에는 바로 웹서버를 메시지를 전달하는 단계로 구성할 수 있다.The second step may include checking whether profile information is included in the HTTP request message; Extracting profile information from the HTTP request message, if included; Storing the extracted information in a profile store; Delivering an HTTP request message from which profile information has been removed to a web server; And if the profile information is not included, the web server may be configured to deliver a message.

상기의 제 4단계는 HTTP 응답 메시지에 포함된 컨텐트(content)가 HTML 문서 형태인지를 검사하는 단계; HTML 문서인 경우, 프로화일 저장기 내에 목적지 단말에 대한 프로화일 정보가 존재하는지 검사하는 단계; 프로화일이 존재하는 경우, 이 정보를 활용하여 목적지 단말에 최적화된 형태의 XHTML 문서로 변환하는 단계; 목적지 단말에 적합하게 변환된 XHTML 문서를 포함한 HTTP 응답 메시지를 구성하는 단계; 및 메시지를 목적지 단말에 전송하는 단계;를 포함하는 것으로 구성할 수 있다.The fourth step may include checking whether the content included in the HTTP response message is in the form of an HTML document; If it is an HTML document, checking whether profile information for the destination terminal exists in the profile store; If there is a profile, converting the information into an XHTML document optimized for the destination terminal using the information; Constructing an HTTP response message including the converted XHTML document appropriately for the destination terminal; And transmitting the message to the destination terminal.

도 1은 본 발명에 따른 전체 시스템을 도시한 개략도,1 is a schematic diagram showing an entire system according to the present invention;

도 2는 본 발명에 따라 단말의 프로화일을 이용하여 HTML문서를 XHTML문서로 변환하는 전체 절차를 도시한 순서도,2 is a flowchart illustrating the entire procedure of converting an HTML document into an XHTML document using a profile of the terminal according to the present invention;

도 3은 본 발명에 따라 단말로부터 받은 프로화일 정보를 저장하는 절차를 도시한 순서도,3 is a flowchart illustrating a procedure for storing profile information received from a terminal according to the present invention;

도 4는 본 발명에 따라 HTML 문서를 XHTML 문서로 변환하는 절차를 도시한 순서도.4 is a flow chart illustrating a procedure for converting an HTML document into an XHTML document in accordance with the present invention.

*도면의 주요부분에 대한 부호의 설명** Description of the symbols for the main parts of the drawings *

10: 단말기 20: 무선인터넷10: terminal 20: wireless Internet

30: 게이트웨이 40: HTML-XHTML 변환기30: Gateway 40: HTML-XHTML Converter

50: 단말 프로화일 저장기 60: 인터넷50: terminal profile storage 60: the Internet

70: 웹서버 80: HTML문서70: web server 80: HTML document

이하, 본 발명의 바람직한 실시예를 첨부된 도면을 참조하여 설명한다. 도 1은 본 발명에 따른 전체 시스템의 구성을 도시한 개략도이다.Hereinafter, exemplary embodiments of the present invention will be described with reference to the accompanying drawings. 1 is a schematic diagram showing the configuration of an entire system according to the present invention.

도 1을 참조하면, 본 발명은 다양한 사양의 단말기들(10), 무선인터넷(20), 유무선간 프로토콜 변환을 위한 게이트웨이(30), HTML-XHTML 변환기(40), 단말 프로화일 저장기(50), 인터넷(60), 웹서버 (70) 및 HTML문서(80)을 포함한다. 여기서, 단말기(10)는 예로는 랩탑 컴퓨터(10-1)와 PDA(10-2), 휴대폰(10-3)중 어느 것이어도 좋다.Referring to FIG. 1, the present invention provides a terminal 10 of various specifications, a wireless Internet 20, a gateway 30 for converting between wired and wireless protocols, an HTML-XHTML converter 40, and a terminal profile storage device 50. , The Internet 60, the web server 70, and the HTML document 80. The terminal 10 may be, for example, any of a laptop computer 10-1, a PDA 10-2, and a mobile phone 10-3.

이와 같이 구성된 본 발명은 사용자가 다양한 형태와 능력을 갖는 단말기들(10)을 사용하여 웹 접속을 요구할 때, 단말기(10)에서는 HTTP 요청 메시지에 자신의 프로화일 정보를 포함하여 전송하며, XHTML 변환기(40)는 무선인터넷(20)과 게이트웨이(30)를 거쳐 전달된 메시지에서 프로화일 정보를 찾아프로화일 저장기(50)에 저장하게 된다.According to the present invention configured as described above, when a user requests a web connection using terminals 10 having various forms and capabilities, the terminal 10 transmits its profile information in an HTTP request message, and transmits an XHTML converter ( 40 finds profile information in a message transmitted through the wireless Internet 20 and the gateway 30 and stores the profile information in the profile store 50.

상기 XHTML 변환기(40)는 인터넷(60)을 통해 웹 서버(70)로부터 HTML 문서(80)를 수신할 경우 저장된 프로파일 정보를 이용하여 목적지 단말에서 처리하기 가장 용이한 형태의 XHTML 문서로 변환하여 전송하고, 이에 따라 최종적으로 단말기(10)에서는 효율적으로 웹 사이트의 XHTML 문서를 나타낼 수 있게 된다.When the XHTML converter 40 receives the HTML document 80 from the web server 70 through the Internet 60, the XHTML converter 40 converts the XHTML document into a form of XHTML document that is easily processed by the destination terminal by using the stored profile information. As a result, the terminal 10 can efficiently represent the XHTML document of the web site.

도 2는 본 발명에 따라 단말의 프로화일 정보를 활용하여 HTML 문서를 단말에 최적화된 형태의 XHTML 문서로 변환하여 전송하는 전체 절차를 도시한 순서도이다.FIG. 2 is a flowchart illustrating an entire procedure of converting an HTML document into an XHTML document optimized for a terminal and transmitting the same by using profile information of the terminal according to the present invention.

도 2를 참조하면, 본 발명은 단말 사용자로부터 웹 접속을 위한 URL(Uniform Resource Locator)을 입력받으면(201), 단말기(10)는 HTTP 요청 메시지에 자신의 프로화일 정보를 포함시켜 구성한 다음 메시지를 전송한다(202). 이때, 단말기의 프로화일은 해당 단말의 하드웨어 및 소프트웨어 특징을 나타내기 위한 정보들로 구성되며, 화면 크기, 지원되는 칼라 수, CPU 처리속도, 메모리 용량, 특정 소프트웨어 기능 지원 여부 등 여러 가지 정보가 포함된다.Referring to FIG. 2, when the terminal user receives a URL (Uniform Resource Locator) for accessing a web from a terminal user (201), the terminal 10 includes its profile information in an HTTP request message, and then transmits a message. (202). In this case, the profile of the terminal is composed of information for representing the hardware and software characteristics of the terminal, and includes various information such as screen size, number of colors supported, CPU processing speed, memory capacity, and whether a specific software function is supported. .

XHTML변환기(40)는 전송된 HTTP 요청 메시지로부터 단말기(10)의 프로화일 정보를 추출하여 프로화일 저장기(50)에 저장한 다음, 프로화일 정보가 제거된 HTTP 요청 메시지를 웹서버(70)에 전달한다(203).The XHTML converter 40 extracts the profile information of the terminal 10 from the transmitted HTTP request message, stores the profile information in the profile store 50, and then transfers the HTTP request message from which the profile information has been removed to the web server 70. (203).

이 처럼 웹 서버(70)로부터 HTML 문서(80)를 포함한 HTTP 응답 메시지를 수신하면(204), 프로화일 저장기(50)에서 해당 단말의 프로화일 정보를 찾아 이를 이용하여 해당 단말(10)에 가장 적합한 형태의 XHTML 문서로 변환(205)한 후 변환된XHTML 문서를 HTTP 응답 메시지에 포함시킨 다음 단말기(10)로 전송한다(206). 단말기(10)에서는 자신의 사양에 가장 적합하도록 변환된 XHTML 문서를 통해 효과적으로 나타낼 수 있게 된다(207).When the HTTP response message including the HTML document 80 is received from the web server 70 as described above (204), the profile store 50 finds the profile information of the corresponding terminal and uses the most suitable for the corresponding terminal 10. After conversion (205) to the XHTML document in the form, the converted XHTML document is included in the HTTP response message and transmitted to the terminal (10) (206). In the terminal 10, the terminal 10 can effectively represent the converted HTML file to best fit its specification (207).

도 3은 본 발명에 따라 HTML 문서를 XHTML 문서로 변환하는데 이용하기 위한 단말의 프로화일 정보를 수집하는 절차를 보인 순서도이다.3 is a flowchart illustrating a procedure of collecting profile information of a terminal for use in converting an HTML document into an XHTML document according to the present invention.

도시된 바와 같이 본 발명에 의하면, HTML-XTML 변환기(40)는 단말기(10)로부터 HTTP 요청 메시지를 수신(301)하면 확장 헤더 내에 단말의 프로화일 정보가 포함되어 있는지 검사한다(302).As shown, when the HTML-XTML converter 40 receives the HTTP request message from the terminal 10 (301), the HTML-XTML converter 40 checks whether the profile information of the terminal is included in the extension header (302).

여기서, 단말의 프로파일 정보의 예는 다음 표 1과 같다.Here, examples of the profile information of the terminal are shown in Table 1 below.

<?xml version="1.0" ?><rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><rdf:Description rdf:ID="iPAQ3600"><rdf:Description rdf:ID="HardwarePlatform"><prf:DeviceType>Pocket PC</prf:DeviceType><prf:DeviceName>iPAQ 3600</prf:DeviceName><prf:DeviceConstructor>COMPAQ Computer Corp.</prf:DeviceConstructor><prf:screen>240x320Pixels</prf:screen><prf:screenColor>yes</prf:screenColor><prf:RAMSize>32Mo</prf:RAMSize><prf:ROMSize>16Mo</prf:ROMSize></rdf:Description><rdf:Description rdf:ID="SoftwarePlatform"><prf:PlatformName>Qtopia</prf:PlatformName><prf:PlatformVersion>1.5.0</prf:PlatformVersion></rdf:Description><rdf:Description rdf:ID="BrowserUA"><prf:UsedPlayerName>UIA Micro Browser</prf:UsedPlayerName><prf:UsedPlayerVersion>1.0</prf:UsedPlayerVersion><prf:OnlySupportedResources><rdf:Bag><rdf:li rdf:parseType="Resource"><prf:type>XHTML Basic</prf:type><prf:version>1.1</prf:version><prf:format>xhtml</prf:format><prf:format>html</prf:format><prf:format>htm</prf:format><prf:functionality>User authentication</prf:functionality><prf:kind>Basic</prf:kind><prf:functionality>Encryption</prf:functionality><prf:format>64bit</prf:format></rdf:li></rdf:Bag></prf:OnlySupportedResources></rdf:Description></rdf:Description></rdf:RDF><? xml version = "1.0"?> <rdf: RDF xmlns: rdf = "http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf: Description rdf: ID = "iPAQ3600"> <rdf: Description rdf: ID = "HardwarePlatform"> <prf: DeviceType> Pocket PC </ prf: DeviceType> <prf: DeviceName> iPAQ 3600 </ prf: DeviceName> <prf: DeviceConstructor> COMPAQ Computer Corp. </ Prf: DeviceConstructor> <prf: screen> 240x320Pixels </ prf: screen> <prf: screenColor> yes </ prf: screenColor> <prf: RAMSize> 32Mo </ prf: RAMSize> <prf: ROMSize> 16Mo </ prf: ROMSize> </ rdf: Description> <rdf: Description rdf: ID = "SoftwarePlatform"> <prf: PlatformName> Qtopia </ prf: PlatformName> <prf: PlatformVersion> 1.5.0 </ prf: PlatformVersion> </ rdf: Description> <rdf: Description rdf: ID = "BrowserUA"> <prf: UsedPlayerName> UIA Micro Browser </ prf: UsedPlayerName> <prf: UsedPlayerVersion> 1.0 </ prf: UsedPlayerVersion> <prf: OnlySupportedResources> < rdf: Bag> <rdf: li rdf: parseType = "Resource"> <prf: type> XHTML Basic </ prf: type> <prf: version> 1.1 </ prf: version> <prf: format> xhtml </ prf : format> <prf: format> html </ prf: format> <prf: format> htm </ prf: format> <prf: functio nality> User authentication </ prf: functionality> <prf: kind> Basic </ prf: kind> <prf: functionality> Encryption </ prf: functionality> <prf: format> 64bit </ prf: format> </ rdf: li> </ rdf: Bag> </ prf: OnlySupportedResources> </ rdf: Description> </ rdf: Description> </ rdf: RDF>

상기 표 1은 본 발명에 따른 단말의 프로화일 정보의 구체적인 일 실시예를 보인 것이다. 본 발명의 실시예에서는 Embedded Linux Qtopia 1.5.0 시스템 소프트웨어가 탑재된 컴팩사의 iPAQ3600의 단말 프로화일의 예를 RDF(Resource Description Framework)의 형식으로 기술하고 있다.Table 1 shows a specific embodiment of the profile information of the terminal according to the present invention. In the embodiment of the present invention, an example of a terminal profile of Compaq iPAQ3600 equipped with Embedded Linux Qtopia 1.5.0 system software is described in the form of Resource Description Framework (RDF).

다시 도 3을 참조하면, HTML-XTML 변환기(40)가 헤더를 검사한 결과 단말기프로화일이 포함되어 있지 않으면, 웹서버(70)에 HTTP 요청 메시지를 전달(302)하고, 반대로 프로화일이 포함되어 있는 경우에는 그 프로화일 정보를 HTTP 요청 메시지로부터 추출한 다음(303) 이 프로화일 내용이 이미 프로화일 저장기(50)에 저장되어 있는 내용인지 검사한다(304).Referring back to FIG. 3, when the HTML-XTML converter 40 examines the header and does not include the terminal profile, the HTTP server transmits an HTTP request message 302 to the web server 70 and vice versa. If it is, the profile information is extracted from the HTTP request message (303), and then the contents of the profile are checked whether the contents are already stored in the profile store 50 (304).

이러한 상태에서 프로화일 내용이 이미 저장되어 있으면 그 정보를 버리고, 저장되어 있지 않은 내용이면, 프로화일 저장기(50)에 저장하게 되며(305). 그 다음, 단말의 프로화일 정보를 제거한 HTTP 요청 메시지를 웹서버(70)로 전달한다(306).In this state, if the profile contents are already stored, the information is discarded. If the contents are not stored, they are stored in the profile store 50 (305). Next, the HTTP request message from which the profile information of the terminal is removed is transmitted to the web server 70 (306).

도 4는 본 발명에 따라 HTML 문서를 저장된 목적지 단말의 프로화일 정보를 이용하여 최적화된 XHTML 문서로 변환하는 흐름도이다.4 is a flowchart of converting an HTML document into an optimized XHTML document using profile information of a stored destination terminal according to the present invention.

도시된 바와 같이 본 발명에 의하면 웹 서버(70)로부터의 HTTP 응답 메시지를 수신하면(401) 포함된 컨텐트(content)가 HTML 문서 형태인지를 검사한다(402).As shown, according to the present invention, upon receiving the HTTP response message from the web server 70 (401), it is checked whether the included content is in the form of an HTML document (402).

다음 표 2는 입력 HTML 문서의 예이다.Table 2 below is an example of an input HTML document.

<html><head><title>::::::::::::: HTML Example ::::::::::::::</title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><meta name="keywords" content="W3C"><style>A:link {TEXT-DECORATION: none; color: #0000FF}A:visited {TEXT-DECORATION: none; color: #0000FF}A:active {TEXT-DECORATION: underline}A:hover {TEXT-DECORATION: underline; color: #FF9900}.txt {FONT-FAMILY: "Gothic"; FONT-SIZE: 12px; LINE-HEIGHT: 1.4;}.txt2 {FONT-FAMILY: "Gothic"; FONT-SIZE: 12px; font-style: normal; LINE-HEIGHT: 1.4;}</style></head><body bgcolor="#ffffff">...<tablesummary="Layout table: The first cell contains a navigation bar of W3C technologies, the second contains news, and the third another navigation bar of W3C pages."border="0" width="99%" cellspacing="0" cellpadding="10"><tbody><tr><td valign="top" class="navbar" width="20%"><h3 class="navhead"><a name="technologies" id="technologies">W3C A toZ</a></h3><ul><li><a href="WAI/" class="navlink">Accessibility</a></li><li><a href="Amaya/" class="navlink">Amaya</a></li>...</body></html><html> <head> <title> ::::::::::::: HTML Example ::::::::::::: </ title> <meta http-equiv = "Content -Type "content =" text / html; charset = iso-8859-1 "> <meta name =" keywords "content =" W3C "> <style> A: link {TEXT-DECORATION: none; color: # 0000FF} A: visited {TEXT-DECORATION: none; color: # 0000FF} A: active {TEXT-DECORATION: underline} A: hover {TEXT-DECORATION: underline; color: # FF9900} .txt {FONT-FAMILY: "Gothic"; FONT-SIZE: 12 px; LINE-HEIGHT: 1.4;}. Txt2 {FONT-FAMILY: "Gothic"; FONT-SIZE: 12 px; font-style: normal; LINE-HEIGHT: 1.4;} </ style> </ head> <body bgcolor = "# ffffff"> ... <tablesummary = "Layout table: The first cell contains a navigation bar of W3C technologies, the second contains news, and the third another navigation bar of W3C pages. "border =" 0 "width =" 99% "cellspacing =" 0 "cellpadding =" 10 "> <tbody> <tr> <td valign =" top "class =" navbar "width =" 20% "> <h3 class =" navhead "> <a name="technologies" id="technologies"> W3C A toZ </a> </ h3> <ul> <li> <a href = "WAI /" class = "navlink"> Accessibility </a> </ li> <li> <a href="Amaya/" class="navlink"> Amaya </a> </ li> ... </ body> </ html>

상기 표 2에 의하면, HTML 문서는 텍스트와 태그, 스크립트를 포함하는데, 통상 <html> 태그로 시작하여 </html> 태그로 끝나는 것을 알 수 있다.According to Table 2, the HTML document includes text, tags, and scripts. It can be seen that the HTML document starts with the <html> tag and ends with the </ html> tag.

다시 도 4를 참조하여 만일, 응답 메시지에 HTML 문서가 포함되어 있지 않으면 그대로 목적지 단말기(10)에 전달한다(402). HTML 문서이면 프로화일 저장기(50)에 목적지 단말(10)에 대한 프로화일 정보가 존재하는지 검사한다(403). 프로화일 정보가 존재하지 않으면, 그대로 목적지 단말기(10)에 전달한다. 목적지 단말(10)에 대한 프로화일 정보가 존재하면, 프로화일 저장기(50)로부터 해당 단말프로화일을 가져온다(404).Referring back to FIG. 4, if the HTML message is not included in the response message, the message is transferred to the destination terminal 10 as it is (402). If it is an HTML document, it is checked whether profile information for the destination terminal 10 exists in the profile store 50 (403). If the profile information does not exist, it is transferred to the destination terminal 10 as it is. If there is profile information for the destination terminal 10, the terminal profile is fetched from the profile store 50 (404).

이어 프로화일 정보를 활용하여 목적지 단말(10)에 최적화된 형태의 XHTML 문서로 변환한다(405). 이때 프로화일 정보를 활용하는 예로서 단말의 화면 크기가 240 x 320이면, XHTML 문서 변환시, 화면 크기에 맞추어 페이지 구분 엘리먼트(Element)를 중간에 삽입하도록 할 수 있으며, 목적지 단말(10)이 자바 스크립트 기능을 지원하지 않는 경우, 자바 스크립트 관련 엘리먼트 및 속성(Attribute)들을 모두 주석 처리하도록 주석문을 삽입할 수 있다.In operation 405, the profile information is converted into an XHTML document optimized for the destination terminal 10. In this case, if the screen size of the terminal is 240 x 320 as an example of using profile information, when converting an XHTML document, a page division element may be inserted in the middle according to the screen size, and the destination terminal 10 may execute a JavaScript function. If it does not support, you can insert comments to comment out all JavaScript-related elements and attributes.

또 다른 활용 예로서 목적지 단말(10)이 XHTML basic 만을 지원하는 경우, 그 외의 엘리먼트 및 attribute들에 대해서는 미리 정의된 정책에 따라 삭제하거나, 몇 개의 엘리먼트 조합을 통해 비슷한 기능을 내도록 변경할 수 있다.As another example, when the destination terminal 10 supports only XHTML basic, other elements and attributes may be deleted according to a predefined policy, or changed to have a similar function through a combination of several elements.

이와 같이 목적지 단말(10)에 적합한 형태의 XHTML 문서로 변환하고 나면, 이를 포함한 HTTP 응답 메시지를 구성하여(406), 목적지 단말(10)에 전송한다(407).After converting the document into an XHTML document suitable for the destination terminal 10 as described above, an HTTP response message including the same is constructed (406) and transmitted to the destination terminal 10 (407).

다음 표 3은 앞서 설명한 표 1의 프로화일 정보 일부를 활용하여 표 2의 HTML 입력 문서가 단말에 최적화된 XHTML 문서로 출력되는 일실시예를 나타낸 것이다.Table 3 below shows an embodiment in which the HTML input document of Table 2 is output as an XHTML document optimized for a terminal by using a part of the profile information of Table 1 described above.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Basic//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-basic.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>::::::::::::: HTML Example ::::::::::::::</title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><meta name="keywords" content="W3C"><!-- <======== 지원되지 않는 엘리먼트<style>에 대해 주석처리 <style>A:link {TEXT-DECORATION: none; color: #0000FF}A:visited {TEXT-DECORATION: none; color: #0000FF}A:active {TEXT-DECORATION: underline}A:hover {TEXT-DECORATION: underline; color: #FF9900}.txt {FONT-FAMILY: "Gothic"; FONT-SIZE: 12px; LINE-HEIGHT: 1.4;}.txt2 {FONT-FAMILY: "Gothic"; FONT-SIZE: 12px; font-style: normal; LINE-HEIGHT: 1.4;}</style>--> <========== 주석 끝</head><body bgcolor="#ffffff">...<!-- <=====스크린 크기에 맞추기 위해 table 구조를 단순 리스트 구조로 바꿈<tablesummary="Layout table: The first cell contains a navigation bar of W3C technologies, the second contains news, and the third another navigation bar of W3C pages."border="0" width="99%" cellspacing="0" cellpadding="10"><tbody><tr><td valign="top" class="navbar" width="20%">--> <======== 테이블 관련 엘리먼트 주석 처리 끝<h3 class="navhead"><a name="technologies" id="technologies">W3C A toZ</a></h3><ul><li><a href="WAI/" class="navlink">Accessibility</a></li><li><a href="Amaya/" class="navlink">Amaya</a></li>....</body></html><! DOCTYPE html PUBLIC "-// W3C // DTD XHTML 1.0 Basic // EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-basic.dtd"><html xmlns = "http : //www.w3.org/1999/xhtml "><head><title> ::::::::::::: HTML Example ::::::::::::: < / title><meta http-equiv = "Content-Type" content = "text / html; charset = iso-8859-1"><meta name = "keywords" content = "W3C"><!-<== ====== Comment out unsupported element <style> <style> A: link {TEXT-DECORATION: none; color: # 0000FF} A: visited {TEXT-DECORATION: none; color: # 0000FF} A: active {TEXT-DECORATION: underline} A: hover {TEXT-DECORATION: underline; color: # FF9900} .txt {FONT-FAMILY: "Gothic"; FONT-SIZE: 12 px; LINE-HEIGHT: 1.4;}. Txt2 {FONT-FAMILY: "Gothic"; FONT-SIZE: 12 px; font-style: normal; LINE-HEIGHT: 1.4;} </ style>-> <========== End of Comment </ head><body bgcolor = "# ffffff"> ... <!- <== === Layout table: The first cell contains a navigation bar of W3C technologies, the second contains news, and the third another navigation bar of W3C pages. " border = "0" width = "99%" cellspacing = "0" cellpadding = "10"><tbody><tr><td valign = "top" class = "navbar" width = "20%">-> <======== End of commenting on table-related elements <li><ahref="WAI/"class="navlink"> Accessibility </a></li><li><ahref="Amaya/"class="navlink"> Amaya </a></li> .... </ body></html>

상기 표 1 내지 표 3을 참조하면, 본 발명은 단말의 프로화일 정보(표 1)를 통해 목적지 단말기의 스크린(screen) 크기가 240x320 이고, 자바 스크립트를 지원하지 않으며, XHTML 기본 세트(basic set)만을 지원한다는 사실을 얻어내고, 이를 XHTML 변환시 어떻게 활용할 수 있는지의 결과를 보여주고 있다.Referring to Tables 1 to 3, the present invention uses a profile information (Table 1) of the terminal screen size of the destination terminal is 240x320, does not support JavaScript, only the XHTML basic set (basic set) It shows the support and shows how to use it in XHTML conversion.

즉, 단말기(10)가 XHTML 기본 세트(set)만을 지원하므로 XHTML 문서 변환시<style> 엘리먼트와 관련되어 있는 부분을 미리 삭제함으로써 단말기(10)의 처리부담을 줄이며, 스크린 크기가 240x320이므로 테이블 형태로 펼쳐져 있는 컨텐트(content)를 각 항목별 리스트 형식으로 변경함으로써 단말의 사용자로 하여금 웹 컨텐트 접근을 보다 용이하게 한다.That is, since the terminal 10 supports only the XHTML basic set, the processing burden of the terminal 10 is reduced by deleting the part associated with the <style> element in advance when converting the XHTML document, and the screen size is 240x320, so that the table form By changing the unfolded content into a list form for each item, the user of the terminal can access the web content more easily.

이상에서 설명한 바와 같이, 본 발명에 따른 단말의 프로화일 정보를 활용하여 HTML 문서를 XHTML 문서로 변환하여 전송하는 방법은 HTML 문서로 작성된 많은 웹 컨텐트를 노트북 PC에서부터 PDA, 스마트폰, 셀룰러폰 등에 이르는 다양한 사양의 단말들의 처리 능력에 맞추어 최적화된 XHTML 문서로 변환하여 전송함으로써 각각의 단말들에서 효과적으로 웹 컨텐트를 표시할 수 있는 효과가 있다.As described above, a method of converting an HTML document into an XHTML document by using the profile information of the terminal according to the present invention and converting the HTML document into a variety of web contents, including a notebook PC, a PDA, a smartphone, a cellular phone, and the like, is transmitted. By converting and transmitting the XHTML document optimized for the processing power of the terminal of the specification, it is possible to effectively display the web content on each terminal.

이상에서 설명한 것은 본 발명에 따른 단말의 프로화일 정보를 활용하여 HTML 문서를 단말에 최적화된 형태의 XHTML 문서로 변환하여 전송하는 방법 및 그 시스템을 설명한 하나의 실시 예에 불과한 것으로써, 본 발명은 상기한 실시 예에 한정되지 않고, 이하의 특허 청구의 범위에서 청구하는 본 발명의 요지를 벗어남이 없이 당해 발명이 속하는 분야에서 통상의 지식을 가진 자라면 누구든지 다양한 변경 실시가 가능한 범위까지 본 발명의 기술적 사상이 미친다고 할 것이다.What has been described above is only one embodiment of a method and system for converting an HTML document into an XHTML document optimized for a terminal and using the profile information of the terminal according to the present invention. The present invention is not limited to one embodiment, and any person of ordinary skill in the art to which the present invention pertains can make various changes without departing from the gist of the present invention as claimed in the following claims. The technical idea will be crazy.

Claims (5)

적어도 XHTML문서를 디스플레이할 수 있고 HTTP 요청시 소정의 프로화일 정보를 포함하여 전송하는 단말기;A terminal capable of displaying at least an XHTML document and including predetermined profile information in an HTTP request; 상기 프로화일 정보를 HTTP와 프로화일로 분리하여 저장하는 프로화일 저장기; 및A profile store for dividing the profile information into HTTP and a profile and storing the profile information; And 상기 프로화일 저장기에 의해 분리 저장된 상기 프로화일이 제거된 HTTP요청 메시지를 해당 웹서버로 전달하고, 상기 웹서버로부터 HTTP응답을 수신하면 수신된 메시지에 포함된 HTML문서를 상기 프로화일 저장기에 저장된 해당 단말의 프로화일 정보를 참조하여 해당 단말기에 상기 HTML문서를 XHTML문서로 변환하여 해당 단말기로 전송하는 HTML-XHTML 변환기;를 포함하는 것을 특징으로 하는 단말의 프로화일 정보를 활용하여 HTML 문서를 단말에 최적화된 형태의 XHTML 문서로 변환하여 전송하는 시스템.Delivers the HTTP request message from which the profile has been separated and stored by the profile store to the web server, and when receiving the HTTP response from the web server, transfers the HTML document included in the received message into the profile store of the terminal. XHTML of the form optimized for the HTML document by utilizing the profile information of the terminal, characterized in that it comprises ;; HTML-XHTML converter for converting the HTML document into an XHTML document to the terminal with reference to the information; A system that converts documents and sends them. 유무선 복합 네트워크 환경에서 HTML 문서를 XHTML 문서로 변환하여 임의의 단말기에 전송하는 방법에 있어서,In a method of converting an HTML document into an XHTML document and transmitting to an arbitrary terminal in a wired / wireless complex network environment, 단말이 사용자로부터 URL 입력을 통해 웹 접속을 요청 받았을 때, 자신의 프로화일 정보를 포함시켜 HTTP 요청 메시지를 구성하고 송신하는 제 1단계;A first step of constructing and transmitting an HTTP request message by including a profile information of the terminal when the terminal receives a web connection request from a user through a URL input; 상기 단말로부터 HTTP 요청 메시지를 수신하여, 상기 프로화일 정보를 추출하여 로컬 또는 원격지에 있는 프로화일 저장기에 저장하는 제 2단계;Receiving an HTTP request message from the terminal, extracting the profile information, and storing the extracted profile information in a profile store located at a local or remote location; 웹서버로부터 해당 웹사이트의 HTML 문서를 가져오는 제 3단계;Obtaining an HTML document of the website from a web server; 상기 가져온 HTML 문서를 저장된 프로화일 정보를 이용하여 해당 단말에 최적화된 형태의 XHTML 문서로 변환하는 제 4단계; 및A fourth step of converting the imported HTML document into an XHTML document of a form optimized for a corresponding terminal by using the stored profile information; And 상기 변환된 문서를 해당 단말기로 전달하는 제 5단계;를 포함하며,And a fifth step of delivering the converted document to a corresponding terminal. 상기 단말의 프로화일 정보를 활용하여 HTML 문서를 XHTML 문서로 변환하는 제 4단계는, 웹 서버로부터의 HTTP 응답 메시지를 수신하는 단계; 포함된 컨텐트가 HTML 문서 형태인지를 검사하는 단계; 만일 HTML 문서가 아니면 그대로 목적지 단말기에 전달하고, HTML 문서이면 상기 프로화일 저장기에 목적지 단말에 대한 프로화일 정보가 존재하는지 검사하는 단계; 상기 프로화일 정보가 존재하지 않으면, 응답 컨텐츠를 그대로 목적지 단말기에 전달하고, 목적지 단말에 대한 프로화일 정보가 존재하면, 이 정보를 상기 프로화일 저장기로부터 가져오는 단계; 해당 단말의 프로화일 정보를 이용하여 목적지 단말에 적합한 형태의 XHTML 문서로 변환하는 단계; 상기 변환된 XHTML 문서를 포함한 HTTP 응답 메시지를 구성하는 단계; 및 상기 HTTP 응답 메시지를 목적지 단말에 전송하는 단계;로 이루어진 것을 특징으로 하는 HTML 문서를 XHTML 문서로 변환하여 전송하는 방법.The fourth step of converting an HTML document into an XHTML document by using profile information of the terminal may include: receiving an HTTP response message from a web server; Checking whether the included content is in the form of an HTML document; If it is not an HTML document, transmits it to the destination terminal as it is, and if it is an HTML document, checking whether profile information for the destination terminal exists in the profile store; If the profile information does not exist, forwarding the response content to the destination terminal as it is; if the profile information for the destination terminal exists, fetching this information from the profile store; Converting an XHTML document of a form suitable for a destination terminal by using profile information of the terminal; Constructing an HTTP response message including the converted XHTML document; And transmitting the HTTP response message to a destination terminal. 제 2항에 있어서, 상기 단말의 프로화일 정보를 저장하는 제 2단계는,The method of claim 2, wherein the second step of storing profile information of the terminal comprises: 상기 단말로부터 수신한 HTTP 요청 메시지 내에 프로화일 정보가 포함되어 있는지를 검사하는 단계;Checking whether profile information is included in the HTTP request message received from the terminal; 상기 HTTP 요청 메시지에서 프로화일 정보를 추출하는 단계;Extracting profile information from the HTTP request message; 상기 추출된 단말의 프로화일 정보가 이미 상기 프로파일 저장기에 저장되어 있는 내용인지를 검사하는 단계;Checking whether the extracted profile information of the terminal is already stored in the profile store; 저장되어 있지 않은 경우, 새로 프로화일 저장기에 저장하는 단계; 및If it is not stored, storing the file in a new file store; And 상기 단말의 프로화일 정보를 제거한 HTTP 요청 메시지를 웹서버로 전달하는 단계;로 구성되는 것을 특징으로 하는 HTML 문서를 XHTML 문서로 변환하여 전송하는 방법.And transmitting the HTTP request message from which the profile information of the terminal has been removed to a web server. 삭제delete 제 2항에 있어서, 상기 단말의 프로파일은 해당 단말의 하드웨어 및 소프트웨어 특징을 나타내는 소정 형태의 정보들로 구성되는 것을 특징으로 하는 HTML 문서를 XHTML 문서로 변환하여 전송하는 방법.The method of claim 2, wherein the profile of the terminal is composed of certain types of information representing hardware and software features of the terminal.
KR10-2002-0067417A 2002-11-01 2002-11-01 A Customized-XHTML document Converting Method And System of HTML document using device profile KR100461729B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR10-2002-0067417A KR100461729B1 (en) 2002-11-01 2002-11-01 A Customized-XHTML document Converting Method And System of HTML document using device profile

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR10-2002-0067417A KR100461729B1 (en) 2002-11-01 2002-11-01 A Customized-XHTML document Converting Method And System of HTML document using device profile

Publications (2)

Publication Number Publication Date
KR20040038459A KR20040038459A (en) 2004-05-08
KR100461729B1 true KR100461729B1 (en) 2004-12-16

Family

ID=37336669

Family Applications (1)

Application Number Title Priority Date Filing Date
KR10-2002-0067417A KR100461729B1 (en) 2002-11-01 2002-11-01 A Customized-XHTML document Converting Method And System of HTML document using device profile

Country Status (1)

Country Link
KR (1) KR100461729B1 (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8194269B2 (en) 2005-04-11 2012-06-05 Samsung Electronics Co., Ltd. Image forming method and system using XHTML-print data
CA2679345A1 (en) * 2006-02-27 2007-08-30 Dream To Reality Co., Ltd A document delivery system and method there of
KR100906476B1 (en) 2006-06-01 2009-07-08 삼성전자주식회사 Method and apparatus for generating XHTML contents
KR101068004B1 (en) * 2008-06-19 2011-09-26 주식회사 엘지유플러스 Method and system for providing javascript file
US8516362B2 (en) 2010-09-14 2013-08-20 Usablenet Inc. Methods for extending a document transformation server to process multiple documents from multiple sites and devices thereof

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH11175515A (en) * 1997-10-06 1999-07-02 Matsushita Electric Ind Co Ltd Transmission document editing device and reception document processor and server device for communication document processing system and computer readable recording medium for storing the same functions
KR20010029147A (en) * 1999-09-29 2001-04-06 서평원 Internet service method for mobile phone
KR20010069606A (en) * 2001-04-20 2001-07-25 유도욱 Method for converting Html text to language used in wireless internet and the system
KR20020001140A (en) * 2000-06-26 2002-01-09 윤종용 System and method for providing wireless application protocol service through internet
KR20020020396A (en) * 2000-09-08 2002-03-15 정규석 A Method for HTML to xHTML Conversion and Tranmission in Mobile Communication Circumstances

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH11175515A (en) * 1997-10-06 1999-07-02 Matsushita Electric Ind Co Ltd Transmission document editing device and reception document processor and server device for communication document processing system and computer readable recording medium for storing the same functions
KR20010029147A (en) * 1999-09-29 2001-04-06 서평원 Internet service method for mobile phone
KR20020001140A (en) * 2000-06-26 2002-01-09 윤종용 System and method for providing wireless application protocol service through internet
KR20020020396A (en) * 2000-09-08 2002-03-15 정규석 A Method for HTML to xHTML Conversion and Tranmission in Mobile Communication Circumstances
KR20010069606A (en) * 2001-04-20 2001-07-25 유도욱 Method for converting Html text to language used in wireless internet and the system

Also Published As

Publication number Publication date
KR20040038459A (en) 2004-05-08

Similar Documents

Publication Publication Date Title
US6389422B1 (en) Method of relaying file object, distributed file system, computer readable medium recording a program of file object relay method and gateway computer, allowing reference of one same file object among networks
KR100656953B1 (en) Visited website search system and method using the same
US20080235573A1 (en) Content Markup Transformation
JP3873548B2 (en) Information providing service, information providing method, and information providing apparatus
CA2432590A1 (en) Information browser system and method for a wireless communication device
JP5494649B2 (en) Relay device, relay method, and relay device control program
JP2003271508A (en) Contents conversion system for portable terminal and contents conversion method
WO2006042905A1 (en) Transfer of information between at least two software
KR20020031691A (en) Method and system for real-time transforming internet contents
JP2011221616A (en) Url filtering system, system control method, and system control program
US20110055679A1 (en) Document link converting server, document link converting system and document link converting method
KR100461729B1 (en) A Customized-XHTML document Converting Method And System of HTML document using device profile
US20110209051A1 (en) Document browsing system and document conversion server
JP3658610B2 (en) Message communication method and communication system using wireless telephone
KR20010069606A (en) Method for converting Html text to language used in wireless internet and the system
JP5245629B2 (en) Relay device, communication relay method, program thereof, and relay system
JP2002312280A (en) Generation of content corresponding to output device
JPWO2008143284A1 (en) Content providing apparatus, content providing method, and computer-usable storage medium
JPH10171727A (en) Method and device for repeating and converting information
KR100600512B1 (en) A System and Method for Providing Contents Clipping Service for Wireless Terminal
KR20070043616A (en) Visited website search system and method using the same
KR20080073469A (en) System and method of improving transmitting data rate for web image
KR20020069795A (en) The method for recognize markup language to utilize universal document type definition and its readable form
JP2002366581A (en) Bookmark management system and portable communication terminal
JP5005950B2 (en) Mobile communication terminal

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
E701 Decision to grant or registration of patent right
GRNT Written decision to grant
FPAY Annual fee payment

Payment date: 20081202

Year of fee payment: 5

LAPS Lapse due to unpaid annual fee