KR20020020396A - A Method for HTML to xHTML Conversion and Tranmission in Mobile Communication Circumstances - Google Patents

A Method for HTML to xHTML Conversion and Tranmission in Mobile Communication Circumstances Download PDF

Info

Publication number
KR20020020396A
KR20020020396A KR1020000053527A KR20000053527A KR20020020396A KR 20020020396 A KR20020020396 A KR 20020020396A KR 1020000053527 A KR1020000053527 A KR 1020000053527A KR 20000053527 A KR20000053527 A KR 20000053527A KR 20020020396 A KR20020020396 A KR 20020020396A
Authority
KR
South Korea
Prior art keywords
document
xhtml
wireless terminal
html
converting
Prior art date
Application number
KR1020000053527A
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 KR1020000053527A priority Critical patent/KR20020020396A/en
Publication of KR20020020396A publication Critical patent/KR20020020396A/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/80Information retrieval; Database structures therefor; File system structures therefor of semi-structured data, e.g. markup language structured data such as SGML, XML or HTML
    • G06F16/84Mapping; Conversion
    • G06F16/88Mark-up to mark-up conversion

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)
  • Document Processing Apparatus (AREA)

Abstract

PURPOSE: A method for converting and transmitting an HTML document into an xHTML(extensible HTML) document is provided to convert an HTML document into an xHTML document, in the case of using the Internet with a wireless terminal, to segment the converted data in accordance with the throughput of the wireless terminal or a gateway, and to transmit them. CONSTITUTION: A wireless terminal user requests access to a desired web site(100), a web server receives the URL(Uniform Resource Locator) of the requested web site(110). Then the web server brings the requested web site's HTML document and converts the HTML document into an xHTML document so as to be displayed through the user's wireless terminal(130). Then the web server segments the xHTML document so that a gateway or the wireless terminal can suitably process the document(140). The segmented documents are transmitted to the user's wireless terminal(150), and finally the xHTML document is displayed on the screen of the wireless terminal(160).

Description

이동 통신 환경에서 HTML 문서를 XHTML 문서로의 변환하여 전송하는 방법 {A Method for HTML to xHTML Conversion and Tranmission in Mobile Communication Circumstances }A method for HTML to xHTML Conversion and Tranmission in Mobile Communication Circumstances}

본 발명은 HTML(Hyper Text Markup Language) 문서를 xHTML(eXtensible Hyper Text Markup Language) 문서로 변환하여 전송하는 방법에 관한 것으로서, 특히 무선 단말기를 사용하여 인터넷을 사용하고자 하는 경우에 무선 단말기에서 볼 수 있도록 HTML 문서를 xHTML 문서로 변환한 다음 무선 단말기 또는 게이트웨이의 데이터 처리 능력에 알맞게 문서를 분할하여 전송할 수 있는 기능이 추가된 HTML 문서를 xHTML 문서로 변환하여 전송하는 방법에 관한 것이다.The present invention relates to a method of converting a Hyper Text Markup Language (HTML) document into an eXtensible Hyper Text Markup Language (xHTML) document and transmitting the same. The present invention relates to a wireless terminal that can be viewed on a wireless terminal. The present invention relates to a method of converting an HTML document into an xHTML document and then converting the HTML document into an xHTML document and adding the function of dividing the document into the xHTML document according to the data processing capability of the wireless terminal or the gateway.

일반적으로 종래의 유선 인터넷 환경상에서의 HTML 문서를 xHTML 문서로 변환하여 전송하는 방법은 단순히 변환하여 전송함으로써, 무선 인터넷 환경상에서의 적용에는 한계가 있다.In general, a method of converting and transmitting an HTML document to an xHTML document in a wired Internet environment according to the related art has a limitation in application in a wireless Internet environment by simply converting and transmitting the HTML document.

이에 본 발명은 상기와 같은 문제점을 해결하기 위하여 안출된 것으로서, 무선 단말기를 사용하여 인터넷을 사용하고자 하는 경우에 무선 단말기에서 볼 수 있도록 HTML 문서를 xHTML 문서로 변환한 다음 무선 단말기 또는 게이트웨이의 데이터 처리 능력에 알맞게 문서를 분할하여 전송할 수 있는 기능을 제공하는데 그 목적이 있다.Accordingly, the present invention has been made to solve the above problems, when converting an HTML document into an xHTML document so that the wireless terminal can be viewed in the case of using the Internet using a wireless terminal, the data processing of the wireless terminal or gateway Its purpose is to provide the ability to split and send documents according to their capabilities.

도 1은 본 발명에 따른 개략도,1 is a schematic view according to the present invention,

도 2는 본 발명에 따른 개략적인 전체 순서도,2 is a schematic overall flowchart according to the present invention;

도 3은 본 발명에 따른 HTML 문서를 xHTML 문서로 변환하여 분할하는 순서도,3 is a flowchart of converting and dividing an HTML document into an xHTML document according to the present invention;

도 4는 본 발명에 따른 HTML 문서를 xHTML 문서로 변환하는 구체적인 일실시예를 나타낸 순서도,4 is a flowchart illustrating a specific embodiment of converting an HTML document into an xHTML document according to the present invention;

도 5는 본 발명에 따른 입력 HTML 문서 일실시예,5 is one embodiment of an input HTML document according to the present invention;

도 6는 본 발명에 따른 출력 xHTML 문서 일실시예를 나타낸 것이다.Figure 6 illustrates one embodiment of an output xHTML document in accordance with the present invention.

*도면의 주요 부호 설명* Description of the main signs in the drawings

10 : 무선 단말기 20 : 게이트웨이10: wireless terminal 20: gateway

30 : HTML 문서를 xHTML 문서로 바꾸어 주는 컨버터 40 : 인터넷망30: Converter for converting HTML documents into xHTML documents 40: Internet network

상기와 같은 목적을 달성하기 위하여, 본 발명에 따른 HTML 문서를 xHTML 문서로의 변환하여 전송하는 방법은 HTML 문서를 xHTML 문서로 변환하여, xHTML 브라우저가 설치된 임의의 무선 단말기 사용자에게 전송하는 방법에 있어서, 상기 사용자가 요청한 웹사이트 URL(Uniform Resource Locator)을 입력받는 제 1단계; 상기 입력받은 웹사이트의 HTML(Hyper Text Markup Language)문서를 웹서버에서 가져오는 제 2단계; 상기 가져온 HTML문서를 xHTML문서로 변환하는 제 3단계; 상기 변환된 xHTML문서를 일정한 사이즈로 분할하는 제 4단계; 및 상기 분할된 문서를 상기 사용자의 무선 단말기로 응답하는 제 5단계를 포함하는 것으로 구성되는 것을 특징으로 한다.In order to achieve the above object, a method for converting an HTML document into an xHTML document and transmitting the HTML document according to the present invention is a method for converting an HTML document into an xHTML document and transmitting the HTML document to an xHTML browser. A first step of receiving a website URL (Uniform Resource Locator) requested by the user; A second step of fetching a Hyper Text Markup Language (HTML) document of the received website from a web server; A third step of converting the imported HTML document into an xHTML document; Dividing the converted xHTML document into a predetermined size; And a fifth step of responding to the divided document to the user's wireless terminal.

상기의 제 3단계는, HTML 문서의 엘리먼트(Element)가 유효한지 조사하는 단계; 유효한 엘리먼트로 확인되면 그 안에 포함되어 있는 속성(Attribute)이 유효한지 조사하는 단계; 및 상기 조사 단계에서의 유효한 엘리먼트와 속성을 트리(Tree)에 추가시키는 단계로 구성할 수 있고, 또는 엘리먼트에 대해서는 초기에 설정되어 있는 문서 처리 정보를 수행하도록, 웹 서버에서 가져온 문서를 변환 처리하는 단계를 포함하는 것으로 구성할 수도 있다.The third step may include checking whether an element of the HTML document is valid; If it is confirmed that the element is valid, checking whether the attribute included therein is valid; And adding valid elements and attributes in the search step to a tree, or converting a document obtained from a web server to perform document processing information which is initially set for the element. It may be configured to include a step.

상기의 제 4단계는, 무선 단말기의 xHTML 문서 처리 사이즈 및 게이트웨이의 xHTML 문서 전송 사이즈를 초기 정보로 기억하여, 기억된 정보 사이즈로 분할하는 단계를 포함하는 것으로 구성할 수 있다.The fourth step may include storing the xHTML document processing size of the wireless terminal and the xHTML document transmission size of the gateway as initial information and dividing the information into stored information sizes.

이하, 첨부된 도면을 참조하여 본 발명을 상세히 설명하기로 한다.Hereinafter, with reference to the accompanying drawings will be described in detail the present invention.

도 1은 본 발명에 따른 절차를 나타낸 흐름도이다. 먼저 사용자가 무선 단말기(10)로 원하는 웹 사이트 접속요구를 하면, 게이트웨이(20)와 인터넷망(40)을 통해 해당 웹 사이트로 접속한다. 그리고, 해당되는 웹 사이트의 서버에서 HTML 문서를 가져와 변환기(30)에서 xHTML 문서로 변환되고 분할되어 최종적으로 사용자의 무선 단말기 화면에서 웹 사이트의 xHTML 문서를 볼 수가 있게 된다.1 is a flowchart illustrating a procedure according to the present invention. First, when a user requests a desired website access to the wireless terminal 10, the user accesses the website through the gateway 20 and the Internet network 40. Then, the HTML document is taken from the server of the corresponding web site, and the converter 30 converts the HTML document into an xHTML document and divides the final HTML document.

도 2는 본 발명에 따른 개략적인 전체 순서도이다.2 is a schematic overall flow diagram in accordance with the present invention.

먼저 무선 단말기 사용자가 접속을 원하는 웹 사이트로의 접속을 요청하면(100), 웹 서버에서는 요청한 웹 사이트의 URL(Uniform Resource Locator)를 접수한다(110). 그런다음 웹 서버에서 요청한 웹 사이트의 HTML문서를 가져와서(120), 가져온 HTML 문서를 무선 단말기에서 표시하는데 적합한 형태인 xHTML 문서로 변환한다(130). 그리고 나서, xHTML 문서를 게이트웨이(Gateway) 또는 무선 단말기가 처리하는데 적합하도록 일정한 사이즈로 분할을 한다(140). 분할된 문서는 무선 단말기로 전송되어(150), 최종적으로 요청한 웹 사이트의 xHTML 문서를 무선 단말기의 화면상에 표시하게 된다(160). 상기 과정중에서 게이트웨이 또는 무선 단말기의 xHTML 문서 처리 능력이 환경에 따라 변하는 경우에는, HTML 문서의 xHTML 문서로의 변환 시스템의 초기 정보도 수정하여 xHTML 변환 시스템이 변경내용을 충분히 반영하여 처리할 수 있다.First, when a wireless terminal user requests a connection to a web site to be connected (100), the web server receives a Uniform Resource Locator (URL) of the requested web site (110). Then, the web server fetches the HTML document of the requested web site (120), and converts the imported HTML document into an xHTML document that is suitable for display on the wireless terminal (130). Then, the xHTML document is divided into a predetermined size so that the gateway or the wireless terminal can process the 140. The divided document is transmitted to the wireless terminal 150, and finally, the xHTML document of the requested web site is displayed on the screen of the wireless terminal 160. If the processing capability of the xHTML document of the gateway or the wireless terminal changes according to the environment during the above process, the initial information of the conversion system of the HTML document into the xHTML document may also be modified so that the xHTML conversion system sufficiently reflects the changes.

도 3은 본 발명에 따른 HTML 문서를 xHTML 문서로 변환하여 분할하는 순서도이다. 먼저 HTML 문서를 처음부터 읽어가며(200), 문서의 엘리먼트(Element)가 유효한지를 조사하여(210), 유효하지 않으면 버리고(220), 다음의 엘리먼트를 조사한다. 만약 엘리먼트가 유효하면, 그 안에 포함되어 있는 속성(Attribute)이 유효한지를 조사하여(230), 유효하지 않으면 속성은 버려버리고(240), 엘리먼트만트리(Tree)에 추가시킨다(250). 만약 속성이 유효하면 엘리먼트와 속성을 트리에 추가시킨다. 트리에 엘리먼트를 추가할 때마다 엘리먼트간 포함관계를 조사하여 적합한 위치에 엘리먼트를 추가시킨다. HTML 문서를 끝까지 읽으면(260), 문서가 정의대로 올바로 작성되었는지의 유효성을 확인하기 위해 DTD(Document Type Definition) 체크를 한다(270). 이상이 발견되었을 경우에는 트리를 변경하거나 재구성하여 바르게 구성한다(280). 그런다음, 트리의 사이즈를, 초기정보로 세팅되어 있는 무선 단말기 또는 게이트웨이의 문서 처리능력 사이즈와 비교하고 체크하여(290), 전송이 가능하면 아무런 처리없이 변환된 xHTML 문서를 전송하고(310), 만약 트리의 사이즈가 무선 단말기 또는 게이트웨이의 문서 처리 및 전송 능력 사이즈보다 크면 문서를 사이즈에 맞게 분할하여(300), 분할된 xHTML 문서를 전송한다(310).3 is a flow chart of converting and dividing an HTML document into an xHTML document according to the present invention. First, the HTML document is read from the beginning (200), and if the elements of the document are valid (210), if not valid (220), the next element is examined. If the element is valid, it is checked if the attribute contained therein is valid (230). If it is not valid, the attribute is discarded (240), and only the element is added to the tree (250). If the attribute is valid, add the element and attribute to the tree. Each time you add an element to the tree, it checks the containment between the elements and adds the element in the appropriate place. When the HTML document is read to the end (260), a Document Type Definition (DTD) check is performed (270) to verify that the document is correctly written as defined. If an abnormality is found, the tree is changed or reconstructed to be configured correctly (280). Then, the size of the tree is compared with the size of the document processing capability of the wireless terminal or gateway set as initial information and checked (290), and if possible, the converted xHTML document is transmitted without any processing (310), If the size of the tree is larger than the size of the document processing and transmission capability of the wireless terminal or gateway, the document is divided according to the size (300), and the divided xHTML document is transmitted (310).

도 4는 본 발명에 따른 변환하는 구체적인 일실시예를 나타낸 순서도이다. 즉 도 3의 유효한 엘리먼트와 속성을 트리에 추가하는 과정를 보다 상세히 설명하고자 한다. 트리에 엘리먼트를 추가할 때마다 트리에 이미 존재하는 엘리먼트들과 새로 추가되는 엘리먼트들간의 포함관계를 조사하여 적합한 위치에 엘리먼트를 추가시킨다. 예를 들면, 새로 추가되는 태그가 멘더터리(Mandatory) 스타트 태그일 경우에는(400), 추가된 태그의 부모 태그(Parent Tag)를 찾아(410), 그 태그 밑에 차일드(Child) 형태로 추가한다(420). 상기 과정중 부모 태그가 없을 경우에는, 문서 규정에 위배되어 유효하지 않으므로 버린다(430). 새로 추가되는 태그가 멘더터리 엔드 태그일 경우에는(440), 멘더터리 스타드 태그를 찾아(450), 그 태그의 동등 레벨(Sibling Level) 태그 형태로 추가한다(460). 상기 과정중 멘더터리 스타트 태그가 없을 경우에는, 문서 규정에 위배되어 유효하지 않으므로 버린다(470).4 is a flowchart illustrating a specific embodiment of the conversion according to the present invention. That is, the process of adding the valid elements and attributes of FIG. 3 to the tree will be described in more detail. Each time an element is added to the tree, the element is added to the appropriate location by examining the containment relationship between the elements already in the tree and the newly added elements. For example, if the newly added tag is a mandatory start tag (400), the parent tag of the added tag is found (410), and the child tag is added as a child form below the tag. (420). If there is no parent tag in the process, it is violated because it violates the document specification and is discarded (430). If the newly added tag is a maleendary end tag (440), it finds the maleged stade tag (450), and adds the tag in the form of an equivalent level (Sibling Level) tag (460). If there is no mandatory start tag in the process, it is violated because it violates the document regulation and is discarded (470).

내용(Content) 또는 엠프티(Empty) 태그일 경우에는(480), 추가된 태그의 부모 태그를 찾아(490), 그 태그 밑에 차일드 태그 형태로 추가한다(500). 상기 과정중 부모 태그가 없을 경우에는, 문서 규정에 위배되어 유효하지 않으므로 버린다(510). 만약 xHTML 브라우저가 설치된 임의의 무선 단말기에 있는 문서 처리 정보가 별도로 설정되어 있는 경우에는, 웹 서버에서 가져온 문서를 설정 정보에 알맞게 처리하여 변환되도록 하는 과정을 포함할 수 있다. 예를 들면, 브라우저의 처리 용량 등과 관련하여 실행이 불가능한 이미지 엘리먼트 등을 전송하지 않도록 설정되어 있다면, 문서 변환 과정에서 이러한 설정 내용을 이행하게 된다.In the case of a content or empty tag (480), the parent tag of the added tag is found (490), and the child tag is added in the form of a child tag (500). If there is no parent tag in the process, it is violated because it violates the document specification and is discarded (510). If the document processing information in any wireless terminal in which the xHTML browser is installed is separately set, the method may include converting the document obtained from the web server according to the setting information. For example, if it is set not to transmit an image element or the like which cannot be executed in relation to the processing capacity of the browser, the setting contents are implemented in the document conversion process.

도 5는 본 발명에 따른 입력 HTML 문서 일실시예이고, 도 6는 도 5의 입력 문서가 xHTML 문서로 변환되어 출력되는 일실시예를 나타낸 것이다. 여기서는 입력 HTML 문서 사이즈가 200이고, 단말기와 게이트웨이 처리 가능 사이즈가 100인 경우를 예를 들었다. 따라서, 변환된 xHTML 문서를 사이즈 100인 2개의 문서로 분활된 문서를 확인할 수가 있다.FIG. 5 illustrates an embodiment of an input HTML document according to the present invention, and FIG. 6 illustrates an embodiment in which the input document of FIG. 5 is converted into an xHTML document and output. Here is an example where the input HTML document size is 200 and the terminal and gateway processable size is 100. Therefore, the document divided into two documents of size 100 can be confirmed.

이상 설명한 바와 같이 이동 통신 환경에서 HTML 문서를 xHTML 문서로의 변환하여 전송하는 방법은, 무선 단말기 사용자가 인터넷을 사용하고자 하는 경우에, HTML 문서로 작성된 문서를 무선 단말기에서도 볼 수 있는 xHTML 문서로의 변환 및변환된 xHTML 문서를 무선 단말 또는 게이트웨이의 데이터 처리 능력에 맞게 분할하여 전송하는 효과가 있다.As described above, a method of converting an HTML document into an xHTML document in a mobile communication environment and transmitting the HTML document is performed when the wireless terminal user wants to use the Internet. The converted and converted xHTML document is divided and transmitted according to the data processing capability of the wireless terminal or the gateway.

Claims (4)

HTML 문서를 xHTML 문서로 변환하여, xHTML 브라우저가 설치된 임의의 무선 단말기 사용자에게 전송하는 방법에 있어서,A method of converting an HTML document into an xHTML document and sending it to any wireless terminal user with an xHTML browser, 상기 사용자가 요청한 웹사이트 URL(Uniform Resource Locator)을 입력받는 제 1단계;A first step of receiving a website URL (Uniform Resource Locator) requested by the user; 상기 입력받은 웹사이트의 HTML(Hyper Text Markup Language)문서를 웹서버에서 가져오는 제 2단계;A second step of fetching a Hyper Text Markup Language (HTML) document of the received website from a web server; 상기 가져온 HTML문서를 xHTML문서로 변환하는 제 3단계;A third step of converting the imported HTML document into an xHTML document; 상기 변환된 xHTML문서를 일정한 사이즈로 분할하는 제 4단계; 및Dividing the converted xHTML document into a predetermined size; And 상기 분할된 문서를 상기 사용자의 무선 단말기로 응답하는 제 5단계를 포함하는 것으로 구성되는 것을 특징으로 하는 HTML 문서를 xHTML 문서로의 변환하여 전송하는 방법.And a fifth step of responding the divided document to the wireless terminal of the user. 제 1항에 있어서, 상기 제 3단계는,The method of claim 1, wherein the third step, HTML 문서의 엘리먼트(Element)가 유효한지 조사하는 단계;Checking whether an element of the HTML document is valid; 유효한 엘리먼트로 확인되면 그 안에 포함되어 있는 속성(Attribute)이 유효한지 조사하는 단계; 및If it is confirmed that the element is valid, checking whether the attribute included therein is valid; And 상기 조사 단계에서의 유효한 엘리먼트와 속성을 트리(Tree)에 추가시키는단계로 구성되는 것을 특징으로 하는 HTML 문서를 xHTML 문서로의 변환하여 전송하는 방법.And converting the HTML document into an xHTML document and transmitting the valid element and attribute to the tree. 제 1항에 있어서, 상기 제 3단계는,The method of claim 1, wherein the third step, 엘리먼트에 대해서는 초기에 설정되어 있는 문서 처리 정보를 수행하도록, 웹 서버에서 가져온 문서를 변환 처리하는 단계를 포함하는 것으로 구성되는 것을 특징으로 하는 HTML 문서를 xHTML 문서로의 변환하여 전송하는 방법.And converting a document obtained from a web server to perform document processing information which is initially set for the element. 제 1항에 있어서, 상기 제 4단계는,The method of claim 1, wherein the fourth step, 무선 단말기의 xHTML 문서 처리 사이즈 및 게이트웨이의 xHTML 문서 전송 사이즈를 초기 정보로 기억하여, 기억된 정보 사이즈로 분할하는 단계를 포함하는 것으로 구성되는 것을 특징으로 하는 HTML 문서를 xHTML 문서로의 변환하여 전송하는 방법.Storing the xHTML document processing size of the wireless terminal and the xHTML document transmission size of the gateway as initial information, and dividing the stored xHTML document into an xHTML document. Way.
KR1020000053527A 2000-09-08 2000-09-08 A Method for HTML to xHTML Conversion and Tranmission in Mobile Communication Circumstances KR20020020396A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020000053527A KR20020020396A (en) 2000-09-08 2000-09-08 A Method for HTML to xHTML Conversion and Tranmission in Mobile Communication Circumstances

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020000053527A KR20020020396A (en) 2000-09-08 2000-09-08 A Method for HTML to xHTML Conversion and Tranmission in Mobile Communication Circumstances

Publications (1)

Publication Number Publication Date
KR20020020396A true KR20020020396A (en) 2002-03-15

Family

ID=19688272

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020000053527A KR20020020396A (en) 2000-09-08 2000-09-08 A Method for HTML to xHTML Conversion and Tranmission in Mobile Communication Circumstances

Country Status (1)

Country Link
KR (1) KR20020020396A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100461729B1 (en) * 2002-11-01 2004-12-16 한국전자통신연구원 A Customized-XHTML document Converting Method And System of HTML document using device profile
KR100714615B1 (en) * 2004-09-02 2007-05-07 에스케이 텔레콤주식회사 Apparatus and method of converting WML to HTML
KR100911620B1 (en) * 2007-12-11 2009-08-12 한국전자통신연구원 Method and system for sampling web documents information
US8194269B2 (en) 2005-04-11 2012-06-05 Samsung Electronics Co., Ltd. Image forming method and system using XHTML-print data

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US2344197A (en) * 1941-11-27 1944-03-14 Henry H Barnard Control panel and the like
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
KR20000024577A (en) * 2000-02-21 2000-05-06 김상복 Unified Editor for wireless internet documents
WO2000039666A1 (en) * 1998-12-28 2000-07-06 Spyglass, Inc. Converting content of markup data for wireless devices
KR20000053638A (en) * 1999-01-29 2000-08-25 포만 제프리 엘 Systems, methods and computer program products for tailoring web page content in hypertext markup language format for display within pervasive computing devices using extensible markup language tools
KR20010029147A (en) * 1999-09-29 2001-04-06 서평원 Internet service method for mobile phone

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US2344197A (en) * 1941-11-27 1944-03-14 Henry H Barnard Control panel and the like
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
WO2000039666A1 (en) * 1998-12-28 2000-07-06 Spyglass, Inc. Converting content of markup data for wireless devices
KR20000053638A (en) * 1999-01-29 2000-08-25 포만 제프리 엘 Systems, methods and computer program products for tailoring web page content in hypertext markup language format for display within pervasive computing devices using extensible markup language tools
KR20010029147A (en) * 1999-09-29 2001-04-06 서평원 Internet service method for mobile phone
KR20000024577A (en) * 2000-02-21 2000-05-06 김상복 Unified Editor for wireless internet documents

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8570581B2 (en) 2002-04-11 2013-10-29 Samsung Electronics Co., Ltd. Image forming method and system using XHTML-print data
KR100461729B1 (en) * 2002-11-01 2004-12-16 한국전자통신연구원 A Customized-XHTML document Converting Method And System of HTML document using device profile
KR100714615B1 (en) * 2004-09-02 2007-05-07 에스케이 텔레콤주식회사 Apparatus and method of converting WML to HTML
US8194269B2 (en) 2005-04-11 2012-06-05 Samsung Electronics Co., Ltd. Image forming method and system using XHTML-print data
KR100911620B1 (en) * 2007-12-11 2009-08-12 한국전자통신연구원 Method and system for sampling web documents information

Similar Documents

Publication Publication Date Title
US10237371B2 (en) Content management and transformation system for digital content
KR100403265B1 (en) System and method for incorporating semantic characteristics into the format-driven syntactic document transcoding framework
US6535896B2 (en) Systems, methods and computer program products for tailoring web page content in hypertext markup language format for display within pervasive computing devices using extensible markup language tools
KR20040014999A (en) Method and system for transforming an xml document to at least one xml document structured according to a subset of a set of xml grammar rules
US7305626B2 (en) Method and apparatus for DOM filtering in UAProf or CC/PP profiles
KR20070086019A (en) Form related data reduction
US20030115365A1 (en) Transcoding information in a first markup language into a second markup language
CN101409937B (en) Method and apparatus for converting script into data format supported by target system
WO2002039310A1 (en) Content publication system for supporting real-time integration and processing of multimedia content including dynamic data, and method thereof
US20110145299A1 (en) Offline Gadgets IDE
KR100456022B1 (en) An XML-based method of supplying Web-pages and its system for non-PC information terminals
US8745485B2 (en) Extensible remote tag markup system and method
US20110209051A1 (en) Document browsing system and document conversion server
CN114297544A (en) Remote browsing method, device, equipment and storage medium
US20050144155A1 (en) Stylesheet uploading to manage terminal diversity
US8949375B2 (en) Data processing of media file types supported by client devices
KR20020020396A (en) A Method for HTML to xHTML Conversion and Tranmission in Mobile Communication Circumstances
US7509433B1 (en) Selecting quick-to-download content through an alternative hypertext protocol
KR20030063559A (en) Method for converting data through extensible markup language
KR20060019709A (en) Method for transforming markup language based xml in mobile telephone and mobile telephone incorporating the same
KR20020069795A (en) The method for recognize markup language to utilize universal document type definition and its readable form
KR20020020400A (en) A xHTML Document Parsing Method at the Terminator using Wireless Internet Network
WO2015165072A1 (en) Translation for web services
CN102567404A (en) Method and device for wireless application protocol (WAP) website online webpage conversion
WO2008113642A1 (en) A method for providing interaction between a first content set and a second content set

Legal Events

Date Code Title Description
A201 Request for examination
N231 Notification of change of applicant
E902 Notification of reason for refusal
E601 Decision to refuse application