• Title/Summary/Keyword: XML DTD

Search Result 408, Processing Time 0.028 seconds

Design and Implementation of Conversion System from UML Class Diagram to XML DTD (UML 클래스 다이어그램을 XML DTD로의 변환 시스템 설계 및 구현)

  • Hong, Do-Seok;Ha, Yan;Kim, Yong-Sung
    • The Transactions of the Korea Information Processing Society
    • /
    • v.7 no.12
    • /
    • pp.3829-3839
    • /
    • 2000
  • The UML(Unified Modeling Language) Class Diagram which is a part of structure of UML is fit for Object Modeling, and more recently, as the appearance of UXF(UML eXchange Format) UML Class Diagram by itself, can be exchanged in many other different system document. So this paper suggest the conversion system from UML Class Diagram to XML DTD. As this we can easily transformation and saving the UML Class Diagram that is the standard of Modeling Language to XML document which is so reusable. Also it can give a flexible method for the representation to the logical structure of document in various way because of converting XML DTD.

  • PDF

Design and Implementation of Students Information Management System using XML (XML을 이용한 학생 정보 관리 시스템의 설계 및 구현)

  • Lee, Jae-Dong;Kim, Jae-Yoeng
    • The Journal of Korean Association of Computer Education
    • /
    • v.3 no.2
    • /
    • pp.47-57
    • /
    • 2000
  • Many people have been building HTML documents due to rapid spread and growth of web. However, HTML has limits in satisfying user's requirements, so that XML has emerged. In this paper, we design and implement student information management programs and presentation methods for maintaing the general student life archives and the analysis of results of examinations using XML and web browser. We define a XML DTD for general student life archives, and build XML documents. A private student life archive is printed from XML documents on the web using XMLDOM, DATA-BINDING, and XSL. Also, personal items and a roll book of a class can be printed and searched. In order to analyze the result of examinations we define DTD and build XML documents according to the DTD.

  • PDF

Technique for extracting reusable XML Schema from schema-less XML Documents (스키마가 없는 XML 문서에서의 재사용 가능한 XML Schema 추출 기법)

  • Cho, Jung-Gil;Koo, Yeon-Seol
    • The KIPS Transactions:PartD
    • /
    • v.10D no.4
    • /
    • pp.603-612
    • /
    • 2003
  • According to development of Web, an amount of XML documents has been increasing. So, many researches are proceeding to verify XML data coming from clients and to store or query efficiently database. In order to verify, store and query, DTD or XML Schema of XML documents is necessary. However, Schemaless XML documents couldn't be operated since they do not have either DTD or in Schema. In this paper, we extract XML schema in order to verify XML data and store or query efficiently database from either well-formed XML or XML Schemaless documents. XML Schema extracting technique which is proposed in this paper extract Schema graph using simulation and dataguide that is a extracting technique for semistructured characteristics of XML data. Also, we propose extracting technique for XML Schema using pattern tables that are considerated with Schema graph and reusability.

Development of an Efficient DTD of XML Documents about Students′ Information (학생 정보 XML 파일의 효율적 활용을 위한 DTD 개발)

  • 이은경;김종훈
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2001.04b
    • /
    • pp.685-687
    • /
    • 2001
  • 컴퓨터와 웹의 등장으로 학교에서의 교수 학습 여건에도 커다란 변화를 가져왔으며 2001학년도부터 중학교 1학년에 제7차 교육과정이 적용되며 고등학교 입시도 중학교 전학년의 내신에 의해 선발되기 때문에 학생에 관한 모든 사항을 점수화하여 선발기준으로 삼아야 하는 실정이다. 본 연구는 학생정보 XML 파일 작성을 위한 표준 DTD를 설계함으로서 교사들이 손쉽게 학생정보 XML 파일을 만들 수 있고 각 학교는 동일한 형태의 학생정보를 주고받을 수 있게 하였다.

  • PDF

XTGen: A Component Based System for Generating XML Transformer (XTGen: XML 변환기 생성을 위한 컴포넌트 기반 시스템)

  • 심민석;유대승;엄전섭;강만모;이명재
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2001.04a
    • /
    • pp.310-312
    • /
    • 2001
  • 최근 인터넷상에서 DTD 기반의 XML 문서가 문서 교환의 표준 수단으로 등장하면서 B2B 상에서 XML 문서의 사용이 빠른 속도로 증가하고 있다. 그러나 B2B 환경에서 문서교환시스템은 각기 다른 형태의 문서구조의 사용으로 인하여 시스템의 통합 및 상호운용에 있어 많은 어려움이 있다. 이에 논리적으로는 유사한 문서 교환 시스템의 통합 및 상호운용에 있어서 XML 문서의 교환을 위해서는 상호 변환 모듈이 필요하다. 그러나 상호 변환 모듈 개발을 위한 표준화된 방법과 툴의 미비로 인하여 변환 모듈 개발과 유지 보수에 많은 비용이 소요된다. 본 연구에서는 논리적으로 비슷하지만 서로 다른 DTD 기반의 XML 문서를 상호 변환하는 변환기를 자동 생성하는 시스템(XTGen)을 설계하고 구현한다. 시스템은 XML 문서를 검증하고 DTD를 추출하는 컴포넌트(XDA), 검증된 DTD를 문서 구조 정보 형식으로 변경하는 컴포넌트(DDA), 문서 구조 정보를 보여주고 상호 변환을 위해 매핑 할 수 있도록 하는 컴포넌트(DIV), 두 문서간의 매핑 정보를 추출하는 컴포넌트(MDO), 추출된 매핑 정보를 바탕으로 2개의 XML 문서를 상호 변환하는 변환기를 생성하는 컴포넌트(TCG)로 구성된다. 본 연구에서는 제안한 XML 변환기 생성 시스템(XTGen)은 XML 문서들의 상호 변환을 위한 변환 모듈을 자동 생성함으로써 변환기 생성의 비용을 감소시킬 수 있고 변환 모듈의 표준화를 통해 유지 보수성을 높일 수 있다.

A Design and Implementation of An DTD Editor (XML DTD(Document Type Definition) 편집기의 설계 및 구현)

  • 지석진;박정환;장우영;임두욱;신동규;신동일
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2000.10a
    • /
    • pp.237-239
    • /
    • 2000
  • 인터넷의 비약적인 발전, 네트웍 인프라의 향상으로 인해 인터넷을 이용한 문서 처리는 날로 증가하고 있으며, 이 기종간의 문서 정보 교환 역시 계속해서 증가하고 있다. 또한 문서의 표현 방법 및 문서량의 증대로 사용자의 요구는 계속 다양해져 가고 있다. 기존의 웹에서 사용되고 있는 HTML(Hyper-Text Markup Language)의 경우 그 표현력의 한계 때문에 사용자가 직접 구조적인 문서를 생성할 수가 없었다. 이에 W3C에서 XML (eXtensible Markup Language)을 발표하여 사용자가 직접 논리적인 문서의 작성하는 것이 가능하도록 했다. 이러한 XML 문서의 논리적인 구조를 표현하기 위해서는 문서의 원형을 정의할 수 있는 DTD(Document Type Definition)가 필요하며, 본 논문은 이러한 XML 문서의 원형을 정의하기 위해 필요한 DTD를 보다 효율적이며 쉽게 작성할 수 있는 DTD 편집기의 구현 및 설계에 대하여 논술한다.

  • PDF

UML-XML Schema Conversion System for e-Catalog using REI (REI를 이용한 e-카탈로그의 UML-XML Schema 변환 시스템)

  • 박준표;이만형;황대훈
    • Proceedings of the Korea Multimedia Society Conference
    • /
    • 2003.11b
    • /
    • pp.984-989
    • /
    • 2003
  • 최근 인터넷에서 문서 포맷의 기준으로 XML이 각광을 받고 있으며 XML schema를 통하여 DTD에서는 할 수 없었던 부분을 할 수 있게 되었다. 또한 e-카탈로그에서 XML 문서의 사용이 급증하면서 XML 문서의 설계가 점차 복잡해지고 XML schema 설계가 DTD보다 한층 더 복잡하게 되었기 때문에 XML schema 모델링이 중요한 문제로 대두 되었다. 이에 본 논문에서는 복잡한 XML 문서를 체계적이고 구조화하기 위하여 XML 문서를 UML로 설계하고 UML 모델링 정보를 변질과 누락 없이 추출하기 위하여 REI를 이용하여 UML 모델링 정보를 추출하여 XML로 변환하였다.

  • PDF

Performance Evaluation of XML Document Storage System (XML 문서 저장 시스템의 성능 평가)

  • 박민경;홍의경
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2001.10a
    • /
    • pp.82-84
    • /
    • 2001
  • 최근 정보교환을 위한 표준으로 XML의 활용이 늘어나면서 XML 문서의 저장 및 검색에 관한 연구가 활발히 진행되어 왔다. 본 연구에서는 저장하부구조로서 객체관계 데이터베이스시스템(Odysseus)뿐만 아니라 RDBMS를 이용하여 XML 문서 저장 시스템의 성능을 평가한다. XML 문서가 특정 DTD(Document Type Definition)를 따르게 되면 XML 문서를 파싱하고 그에 맞는 스키마를 설계해야 하는 단점이 있지만 DTD와 결합된 XML 문서는 XML-QL과 같은 질의 언어를 사용하여 휠씬 다양만 질의를 수행할 수 있게 한다. 따라서 DTD 의존적인 XML 문서 저장 시스템을 특정 자료를 통해 설계해 볼 필요가 있다. 여기서는 증권 정보를 이용해서 저장 시스템을 설계하고 대용량 데이터의 검색 시간을 측정함으로써 이 시스템의 성능을 평가한다. 또한 시스템간의 성능을 비교하고 성능 개선을 위한 방법을 제시한다.

  • PDF

A Study on Metadata Elements for Journal and Articles Using JATS and Publishing XML DTD (JATS와 출판용 XML DTD를 이용한 학술지와 논문 메타데이터 요소 개발에 관한 연구)

  • Lee, Yong-Gu
    • Journal of Korean Library and Information Science Society
    • /
    • v.46 no.2
    • /
    • pp.367-392
    • /
    • 2015
  • In the library domain, the metadata concerning the journal and the articles published in the respective journal are the important attributes that can be used to search academic related information. In order to conduct this study, the American JATS standard and the XML DTDs of journal articles commonly used by well-known publishers were used. By comparing JATS standard to XML DTDs used by Elsevier and Springer, we were able to extract a total of 50 metadata elements(10 about the journals, 7 about the issues, 22 about the articles, and 11 about the authors). Additionally, we identified a total of 7 mandatory elements, 9 applicable mandatory elements, and 34 optional metadata elements. The implication of this study is that we selected metadata elements using XML DTDs that are used in the real world.

Design and Implementation of USN Middleware using DTD GenerationTechnique (DTD 자동 생성 기법을 이용한 USN 미들웨어 설계 및 구현)

  • Nam, Si-Byung;Kwon, Ki-Hyeon;Yu, Myung-Han
    • Journal of the Korea Society of Computer and Information
    • /
    • v.17 no.3
    • /
    • pp.41-50
    • /
    • 2012
  • In the monitoring system based on web service application, it is faced with the problems like code reproduction, difficult scalability and error recovery derived from the frequent change of data structure. So we propose a technique of monitoring system by DTD(Document Type Definition) automatic generation. This technique is to use dynamic server-side script to cope with the change of sensor data structure, generate the DTD dynamically. An it also adapt the AJAX(Asynchronous JavaScript and XML) for XML data parsing, it can support mass data transmission and exception processing for data loss and damage. This technique shows the result of recovery time is decreased about 44.8ms in case of temporary data failure by comparing to the conventional XML method.