• Title/Summary/Keyword: XML Schema Transformation

Search Result 47, Processing Time 0.031 seconds

Transformation from XML DTD to ORDB Schema using Object Model (객체모델을 이용한 XML DTD의 ORDB 스키마로의 변환)

  • 이상태;주경수
    • Proceedings of the Korea Database Society Conference
    • /
    • 2001.06a
    • /
    • pp.303-310
    • /
    • 2001
  • XML은 웹에서 데이터 교환을 위한 마크업 언어로 반-구조화된 정보나 구조화된 정보를 교환하고 저장할 수 있으며, 표준언어로 채택되어 가고 있고, 강력한 표현력을 가지고 있기 때문에 다양한 애플리케이션을 가능하게 한다. 문서와 객체가 구조화 될 수 있는 방법을 제공하는 XML은 계층적 구조로 이루어진다. ORDB에서는 스키마 객체들이 계층적 구조로 구성되어 하나의 큰 객체를 이룬다. XML과 ORDB 사이에 단순한 XML 문서는 직접 변환이 가능하나 복잡한 XML 문서를 다룰 때는 객체 기반 변환 방법으로 처리되어야 한다. 따라서 본 논문에서는 XML DTD를 객체로 변환하고 변환된 객체를 ORDB 스키마로 변환하는 방법에 대하여 연구하였다.

  • PDF

The Implementation of template service based on the standard Schema(XSD, DTD) (표준 스키마에(XSD,DTD)에 기반한 템플릿 제공 시스템 구현)

  • Choi Kyung-Ung;Lee Ju-Chelo;Park Soon-Cheol
    • Proceedings of the Korea Society for Industrial Systems Conference
    • /
    • 2006.05a
    • /
    • pp.402-406
    • /
    • 2006
  • 본 논문은 XSD(XML Schema Definition)기반의 XML 문서를 웹, 엑셀 환경에서 다양한 관점으로 볼 수 있도록 템플릿 서비스를 제공하기 위한 시스템이다. 템플릿 서비스는 데이터스킨 서버에서 스킨을 통하여 서비스되며, XML 문서를 다양한 문서로 변환할 수 있도록 한다. 예로 XML 문서를 HTML로 변경하는 경우 XSLT(Extensible Style Language Transformation) 를 사용할 수 있고, 엑셀 문서로 변환할 경우 엑셀 템플릿을 만들어 스킨으로 제공할 수 있다. 스킨은 다양한 방법으로 구현될 수 있으며, XML 문서에서 사용자가 원하는 문서로 만들기 위한 미들웨어 역할을 한다. 사용자는 데이터스킨 변환 서버에 접속하여 가지고 있는 XML 정보들을 차트, 그래프, 수식 등으로 쉽게 변환할 수 있을 뿐만 아니라 OWC(Office Web Component)로 쉽고 빠르게 문서를 변환 할 수 있도록 한다.

  • PDF

Transformation from XML DTD to OODB Schema using Object Model (객체모델을 이용한 XML DTD의 OODB 스키마로의 변환)

  • Choe, Mun-Yeong;Ju, Gyeong-Su
    • The KIPS Transactions:PartD
    • /
    • v.9D no.2
    • /
    • pp.195-202
    • /
    • 2002
  • Information exchange on XML such as B2B electronic commerce is spreading. Therefore the systematic and stable management mechanism for storing the exchanged information is needed. For this goal there are many research activities for connection between XML application and relational database. But because XML data have hierarchical structures and relational database can store only flat-structured data, we need to store XML data in object-oriented database that support hierarchical structure. Accordingly the modeling methodology for storing XML data in object-oriented database is needed. In this parer, the transforming methods based on object model from XML DTD to object-oriented database schema is proposed. For this, we first introduce mapping methods that map XML DTD to object model and then we propose soem methods that transform from the object model to object-oriented database schema.

An Efficient Schema Matching Algorithm for An Automated Transformation of XML Documents (XML 문서의 자동변환을 위한 효율적인 스키마 매칭 알고리즘)

  • 이준승;이경호
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2003.10b
    • /
    • pp.13-15
    • /
    • 2003
  • 본 논문에서는 XML 문서의 자동변환을 위해 2단계의 상향식 매칭 방법을 제안한다. 제안된 방법은 단말 노드 사이의 유사도 비교를 통해 임계값을 넘는 후보 매칭집합을 결정하고, 단말노드가 포함되어 있는 경로의 유사도 비교를 통해 적절한 일대일 매칭을 추출한다. 특히, 노드 사이의 유사도 비교를 위해 축약어 사전, 일반 동의어 사전, 도메인 온톨로지를 적용한다. 실제 전자상거래용 XML 스키마를 대상으로 실험한 결과 제안된 방법은 평균적으로 97%의 정확률을 보였다.

  • PDF

A design and implementation of DIDL mapping system preserving semantic constraints (의미적 제약조건을 보존하는 DIDL 매핑 시스템의 설계 및 구현)

  • 송정석;김우생
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • v.29 no.5B
    • /
    • pp.482-490
    • /
    • 2004
  • Recently, XML has been emerging as a standard for storing and exchanging of data for various distributed applications based on the Internet. Since there are increasing demands to store and manage XML documents, a lot of research works are going on this area to develop new took and techniques based on the XHL. However, most of the researches are concentrated on mapping techniques based on instance or DTD, and the main focus is on structural transformation. Current trend of research is toward the usage of XML documents based on XML schema, and demands not only conversion of structure but also preservation of the semantic constraints. This paper sets up the using of DIDL standing on the basis of XML schema from MPEG-21 as an application domain, and proposes the mapping model that can preserve semantic constraints in addition. We expand previous research techniques in the preprocessing step for the specific domain, and then, apply various new mapping methods in the postprocessing step. We present and discuss the system architecture for implementation, and introduce the algorithms and present implementation environment and semantic extension methodology in detail. Finally we show actual table and query processing based on our proposal.

A Study for a Transformation of Communication Message within the EVSE Using XML Schema Transformation (XML 스키마 변환을 이용한 전기차 충전 장치 내의 통신 메시지 변환에 관한 연구)

  • Un, Koaunghi;Jang, Hyuksoo;Kim, Hwimin;Kim, Myongsoo
    • Proceedings of the KIEE Conference
    • /
    • 2015.07a
    • /
    • pp.28-30
    • /
    • 2015
  • 전기차 충전 장치가 전기차로부터 ISO/IEC 15118 국제 표준을 따르는 XML 형식의 통신 메시지를 받아 IEC 61850 국제 표준의 SCL (Substation Configuration Language)로 구성되는 논리 노드를 통해 통신 메시지를 전력 계통으로 보낸다. 역방향 통신 메시지의 경우에는 그 역순으로 진행된다. ISO/IEC 15118 국제 표준이 XML 형식을 스키마로 규정하고 있고 IEC 61850 국제 표준이 SCL 형식을 스키마로 규정하고 있으며 두 스키마를 변환하여 ISO/IEC 15118 통신 메시지와 IEC 61850 통신 메시지를 상호 변환할 수 있다.

  • PDF

An XML Structure Translation System using Schema Structure Data Mapping (스키마 구조 데이타 매핑을 이용한 XML 구조변환 시스템)

  • 송종철;김창수;정회경
    • Journal of KIISE:Computing Practices and Letters
    • /
    • v.10 no.5
    • /
    • pp.406-418
    • /
    • 2004
  • Last days, various kinds of applications and system were individually introduced into specific groups or enterprises by different objective without considering interoperability among those. However, the environment for data processing is changing rapidly in these days. And now the necessity is growing to integrate and couple applications and system in the process dimension for more flexible and quicker data processing on these application programs and system. When integrating these application programs or system, an integration based on XML is recommended as it is one of good methods which will the additional cost and satisfy the requirements of the integration. This is because the XML is not only device-independent data type which can be used any platform, but also it uses XSLT, the document conversion standard established by W3C, which allows easy data conversion from one to another type on occasion of demands. This paper studies a design and implementation of system to convert XML structure. This system shows the structure of source- side providing data and destination-side processing data with using XML schema that defines structural information of a XML document. And this system defines the structure relationship of desired form as mapping structural information and data. This system creates the XSLT document that defines conversion rule between two structures based information which is defined. The XSLT document which is created as described above will convert data to be appropriate to the structure of the destination- side. By implementing this system, it is able to apply a document into various kinds of structure without considering specific system or platform and it is able to construct XSLT document to which meaning of desired form can be given. This paper aims to offer a process conversion between documents and to improve interoperability and scalability, so that we can contribute to build XML document processing environment

Development of Ontology for Intelligent Document Transformation System (지능형 문서변환시스템을 위한 온톨로지구축)

  • Lim, Sung-Shin;Lee, Seok-Yong;Park, Nam-Kyu;Seo, Chang-Gab
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • v.9 no.2
    • /
    • pp.1128-1131
    • /
    • 2005
  • The document transformation system is more widely used in order to transform business documents efficiently in diverse organization. In established researches on document transformation systems have been carried mainly focused on XML however, it is not only transformed XML form but also EDI or local form in realistic import and export process. Particularly, in the most completed research relate on document transformation, they used ontology to get rid of non-efficiency in the connection of XML schema by manual. Hence, those researches are lack of features, which are construct and modify the domain ontology automatically and the size wasn't enough to realize itself. In this paper we study development of ontology and basic system, which is critical in intelligent document conversion system. And we develop an ontology with editor can be modified and complemented by users, as well as we make it used in real import and export business process.

  • PDF

The Implementation of Integrated e-Catalog Transformation and Management System based on B2B using XSLT (XSLT를 이용한 B2B 기반의 통합형 e-Catalog 변환 및 관리 시스템 구현)

  • 김명진;김윤기;최일선;정회경
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2003.10a
    • /
    • pp.496-499
    • /
    • 2003
  • It is said that electronic documents to exchange information about goods and service in electronic form for electronic commerce between enterprise and enterprise (B2B) liver or enterprise and consumer(B2C) are e-Catalog, e-Catalog used in electronic commerce is important element that can express well enterprise's special quality of goods and product effectively from infinite Internet space. However, e-Catalog system been using in electronic commerce is no clear concept and consistent component etc. and is constructing each other dissimilar system and there is shortcoming that can not use e-Catalog information in exchange and transaction thereby. Hereupon, in this paper, defined e-Catalog document rescue that can process goods information configurationally using XML Schema to increase interoperability in selfishness species system. Also, change e-Catalog document that was defined as XML to e-Catalog document of other structure using XSLT and designed and embody integrated e-Catalog system so that may manage.

  • PDF

The Implementation of Integrated e-Catalog Transformation and Management System based on B2B using XSLT (XSLT를 이용한 B2B 기반의 통합형 e-Catalog 변환 및 관리 시스템 구현)

  • 김윤기;김창수;정회경
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.7 no.7
    • /
    • pp.1582-1589
    • /
    • 2003
  • It is said that electronic documents to exchange information about goods and service in electronic form for electronic commerce between enterprise and enterprise(B2B) liver or enterprise and consumer(B2C) are e-Catalog, e-Catalog used in electronic commerce is important element that can express well enterprise's special quality of goods and product effectively from infinite Internet space. However, e-Catalog system been using in electronic commerce is no clear concept and consistent component etc. and is constructing each other dissimilar system and there is shortcoming that can not use e-Catalog information in exchange and transaction thereby. Hereupon, in this paper, defined e-Catalog document rescue that can process goods information configurationally using XML Schema to increase interoperability in selfishness species system. Also, change e-Catalog document that was defined as XML to e-Catalog document of other structure using XSLT and designed and embody integrated e-Catalog system so that may manage.