• Title/Summary/Keyword: XML 편집기

Search Result 97, Processing Time 0.023 seconds

The Design and Implementation of EDI Document Processing System using XML (XML을 이용한 EDI 문서 처리 시스템 설계 및 구현)

  • 방정환;박진우;김창수;정회경
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 1999.10c
    • /
    • pp.519-521
    • /
    • 1999
  • 본 논문은 인터넷상에서 사용이 가능하며 확장성이 뛰어난 XML을 이용하여 B2B (Business to Business) 사이에 사용되는 EDI(Electronic Data Interchange) 문서를 표현함으로써 이기종 시스템과 응용 프로그램간의 원활한 문서 유통을 이룰 수 있는 시스템의 설계 및 구현에 관한 것이다. 이를 위해 기존 EDI 표준인 UN/EDIFACT 메시지 전송 항목에 기반하여 문서형 정의부(Document Type Definition, DTD)를 개발했으며 메시지 수행 지침서(Message Implementation Guide, MIG)를 이용하여 템플리트를 구성하였다. 동적인 XML/EDI 문서를 생성하기 위하여 트랜잭션 처리기 및 생성된 XML 문서의 표현을 위하여 XML 스타일 언어(eXtensible Stylesheet Laguage, XSL)를 자동으로 생성, 변경할 수 있는 XSL 편집기를 개발하였다. 또한 변환 처리기를 두어 기존 EDI 시스템과 원활하게 문서를 교환할 수 있도록 설계 구현하였다.

  • PDF

포인트 / XML 기반의 수식 및 표현 및 처리 : MathML

  • Jo, Hyeon-Ju
    • Digital Contents
    • /
    • no.12 s.91
    • /
    • pp.74-79
    • /
    • 2000
  • 데이터베이스에서 기초정보로 포함되는 여러가지 수학 기호와 수식은 일반 문자들과는 다른 독특한 처리 방법을 필요로 한다. 워드프로세서에 포함되어 있는 수식 편집기가 이런 기능을 처리하는 대표적 예인데, 과학기술분야에서는 이전부터 TeX과 Tex의 매크로 패키지인 LaTeX의 규칙이 많이 이용되고 있다. 이외에도 한글의 수식편집기에도 사용되는 eqn, SGML계열의 수식 DTD등 수식표현을 위한 문법은 여러가지가 있다. 과학기술분야의 출판물이나 학술지 제공 서비스는 웹상으로 옮겨가는 추세이며, 다양한 애플리케이션간의 데이터 교환 언어로 XML이 부상하고 있다.

  • PDF

Design and Implementation of an XHTML Basic Document Editor (XHTML Basic 문서 편집기의 설계 및 구현)

  • 신재룡;유재수
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.6 no.8
    • /
    • pp.1206-1215
    • /
    • 2002
  • As wireless internet market grows rapidly in recent years, demands of various contents in wireless internet is significantly being increased. XHTML with extensibility that can support many kinds of internet web clients and platforms is established in world-wide standards of markup language. XHTML reforming HTML4 in XML 1.0 is recognized that It is the heart of the technology to integrate existing contents and increase the interoperability in wired and wireless internet. XHTML Basic for wireless internet are based on the XHTML. In this paper, we design and implement an document editor for XHTML Basic.'rho wireless internet document editor supports CSS creation that users can display XHTML Basic documents as they want. It also supports WYSIWYG editing that user4 inn make out them without difficulty.

A Design and Implementation of XML Schema Editor Based on JAVA (자바 기반의 XML 스키마 편집기의 설계 및 구현)

  • Jee, Seok-Jin;Park, Jung-Hwan;Im, Doo-Wook;Jang, Woo-Young;Shin, Dong-Kyoo;Shin, Dong-Il
    • Annual Conference of KIPS
    • /
    • 2000.10a
    • /
    • pp.55-58
    • /
    • 2000
  • 컴퓨터의 사용이 보편화되고, 정보화 사회로 발전해감에 따라 이 기종간의 문서 정보 교환 및 인터넷과 네트웍 인프라의 향상으로 인한 문서 처리량은 계속 증대되고 있다. 또한 문서의 표현 방법 및 문서량의 증대로 인해 사용자의 요구는 다양해져가고 있다. 기존의 웹(Web)에서 사용되고 있는 HTML(Hyper-Text Markup Language)은 고정된 태그를 사용해서, 사용자가 직접 논리적인 구조를 갖는 문서를 작성할 수 가 없었다. 이에 W3C에서는 XML을 발표하여, 사용자가 논리 구조를 가진 문서를 작성할 수 있도록 하였다. 이러한 XML 문서의 논리적인 구조를 표현하려면, XML 문서 안에 어떤 것을 담을 수 있는지에 대한 규칙들의 집합인 스키마(Schema)가 필요하다. 현재 여러 종류의 스키마가 사용되고 있으며, 이를 이용한 다양한 문서들이 사용되고 있다. 본 논문에서는 현재 가장 많이 사용되고 있는 스키마인 DTD를 보다 쉽게 작성할 수 있는 자바 기반의 스키마 편집기를 설계 및 구현하였다.

  • PDF

A Parsing Method for an Incomplete XML (불완전 XML을 위한 파싱 방법)

  • Cho, Kyung-Ryong;Cho, Sung-Eon;Park, Jang-Woo
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.12 no.12
    • /
    • pp.2153-2158
    • /
    • 2008
  • XML is one of standard web languages. XML has a syntax architecture consisted of tags, which are used to descript contents and structures of a XML document. In XML documents, missing of markup tag is one of common factors generating incomplete inputs. Usually, editors will recognize incomplete inputs as syntax errors. And so, when editors find them, they will highlight lines in which syntax errors happened, and execute appropriate error handling routines. But, there are no more parsing actions. In this paper, we propose a method to recognize incomplete input strings and keep parsing phases going. To recognize pars missed grammatically in incomplete inputs and create them newly, we use an expanding parsing table. It includes additional parsing actions for newly generated input symbols. Through the information, incomplete inputs will be completed and parsing steps will be finished successively. Therefore, users can be assured that they make always correct XML documents, even if inputs are incomplete, and can not be nervous about input faults.

Design and implementation of XML document edit system that intend to MathML mathematical formula structure representation (MathML 수식 구조 표현을 지향하는 XML 문서 편집 시스템의 설계 및 구현)

  • 김철순;정회경
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2002.11a
    • /
    • pp.363-367
    • /
    • 2002
  • Represent of mathematical formula used within system handling document that is nonstructural in existent document editing system that is used in electron document processing that use computer is represented or processed by method that is nonstructural of image or text or etc. Such mathematical formular causes relative inconvenience to readablility and reusability of document and processing and exchange of document. Therefore, document editing system is required that can overcome such nonadvantage and apply MathML mathematical formula structure on efficiently structural document. Therefore, designed and implemented that document editing system for structural document creation of XML base that can mathematical formular editing of MathML base in this paper.

  • PDF

(Design and Implementation of DTD Authoring Tools for XML Documents) (XML 문서를 위한 DTD 저작 도구의 설계 및 구현)

  • 김현주
    • Journal of the Korea Computer Industry Society
    • /
    • v.3 no.8
    • /
    • pp.1093-1104
    • /
    • 2002
  • XML is a markup language which has been accepted in various fields such as digital libraries, electronic commerce, and web applications. Research for creation, storage, management, and retrieval of XML documents is essential to develope XML application systems. This paper presents design and implementation details of powerful and convenient DTD authoring tools for XML documents. The design principles are authoring convenience, semi-automatic creation of valid and reliable document DTD by systematic guidance to reduce the possibility of syntax errors, and visualization of document structures.

  • PDF

Design and Implementation of a Browser for Educational PDA Contents (교육용 PDA 컨텐츠 브라우저의 설계 및 구현)

  • 신재룡
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.6 no.8
    • /
    • pp.1223-1233
    • /
    • 2002
  • Recently various electronic books (I-Book) based on PDA (personal digital assistance) that we can easily use anytime and anywhere have been developed. Volume and weight of the E-Book is much less than that of traditional books. In that reason, it is easy to carry and serve us with contents by diverse functions such as searching, bookmark, dictionary, and playing of color image, sound or moving picture. On account of these advantages, many products connected with I-Book have been emerged in the market. However a product connected with educational contents is scarce, because it requires not only normal function but also additional functions such as a problem solving. Therefore it is actually necessary to develop a browser and an editor for educational contents. In this paper, we express educational contents by XML and define structure of document with XML schema. Then, we design and implement an editor and a browser that can manage educational contents on PDA.

Graphic Editor for Ladder Diagrams based on PLCopen XML (표준 XML 스키마 기반의 LD 그래픽 편집기 구현)

  • Kwon, Min-Hyuk;Shin, Seung-Cheol
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2007.10c
    • /
    • pp.526-529
    • /
    • 2007
  • 산업자동화, 임베디드시스템, 지능형 빌딩, 유비쿼터스 환경 구축 등의 다양한 분야에 활용되는 PLC나 모션제어기를 위한 표준안은 IEC 61131-3이다. 이 표준안은 제어기를 위한 프로그래밍 환경과 언어의 문법구조를 정의하고 있으나, 도식적으로 표현되는 LD 프로그램의 저장 형식이 제시되지 않아서 관련 소프트웨어마다 서로 다른 저장 형식을 사용한다. PLCopen 그룹에서 배포한 표준 저장 형식 XML 스키마를 사용하면 데이터의 교환과 연동 언어들의 호환이 가능하다. 본 논문은 표준 XML 스키마를 기반하는 LD 그래픽편집기를 구현한다. 구현 형태는 Eclipse 플러그인으로서, Eclipse 도구인 EMF와 GEF를 이용하였다.

  • PDF

Design of Visual Tool for Efficient Descripting of Binary ECG File Formats (바이너리 심전도 파일 포맷의 효율적인 디스크립션을 위한 시각적 도구 설계)

  • Koo, Heung-Seo
    • Journal of the Korean Institute of Intelligent Systems
    • /
    • v.17 no.1
    • /
    • pp.26-31
    • /
    • 2007
  • In this study, A BED(Binary ECG description) based binary ECG conversion system is that supports the conversion of a binary ECG format into XML-based HL7 aECG for interoperability of ECG. HL7 aECG is a XML based standard lot interoperability of ECG waveform. However, it is difficult for beginners to write the BED document of binary BED conversion system in XML. We implement a BED Studio on the Java Servlet engine that allows beginners to write BED documents more easily. Our system consists of three parts: Visual Editor, Text Editor, and Format Checking Viewer. Format Checking Viewer support users to detect the format errors in the XML files, so-called BED documents, that describe the data format of the targer binary ECG file in the BED-based binary ECG conversion system, so may reduce the format errors in BED documents.