RISS 학술연구정보서비스

검색
다국어 입력

http://chineseinput.net/에서 pinyin(병음)방식으로 중국어를 변환할 수 있습니다.

변환된 중국어를 복사하여 사용하시면 됩니다.

예시)
  • 中文 을 입력하시려면 zhongwen을 입력하시고 space를누르시면됩니다.
  • 北京 을 입력하시려면 beijing을 입력하시고 space를 누르시면 됩니다.
닫기
    인기검색어 순위 펼치기

    RISS 인기검색어

      KCI등재

      메타데이터 인터페이스를 이용한 DTD 기반 XML 문서 변환기의 골격 원시 코드 생성 = Skeleton Code Generation for Transforming an XML Document with DTD using Metadata Interface

      한글로보기

      https://www.riss.kr/link?id=A101432591

      • 0

        상세조회
      • 0

        다운로드
      서지정보 열기
      • 내보내기
      • 내책장담기
      • 공유하기
      • 오류접수

      부가정보

      국문 초록 (Abstract)

      본 논문에서는 목표 문서의 DTD에 정의된 구조에 따라 원시문서를 목표 문서로 변환하는 XML 문서변환기와 골격 원시 프로그램을 생성하는 방법을 제안한다. 사용자는 생성된 프로그램을 이...

      본 논문에서는 목표 문서의 DTD에 정의된 구조에 따라 원시문서를 목표 문서로 변환하는 XML 문서변환기와 골격 원시 프로그램을 생성하는 방법을 제안한다. 사용자는 생성된 프로그램을 이용하여 코드를 추가하거나 프로그램을 변경하고, 외부 클래스나 라이브러리 파일들을 연결하여 자신이 원하는 방법으로 쉽게 문서를 변환할 수 있다. 생성된 프로그램은 목표 DTD 경로(path)를 기준으로 코드를 생성하기 때문에 가독성이 높다. 현재까지의 대부분의 XML 문서변환은 XSLT를 이용하거나 XQuery를 이용하여 Java 프로그램을 생성하고 있으나, 각 요소별로 코드를 조작할 수 없는 단점이 있다. 본 논문에서 제안된 방법은 사용자가 원시/목표 문서에서 제공되는 DTD 혹은 문서에서 자동으로 추출된 DTD를 이용하여 원소 사이의 관계를 지정하면 자동적으로 문서가 변환되고 Java 원시 프로그램을 생성하기 때문에 코드 생성과정이 매우 단순하다. 메타데이터 인터페이스는 Java GUI를 이용하여 트리 형태로 표현된 DTD의 원소를 클릭하여 쉽게 생성할 수 있다. 문서변환을 위한 매핑은 원소의 특성에 따라 1:1, 1:N, N:1로 구분되며 데이터의 분해 혹은 합성을 위한 사용자 지정 함수가 메타데이터 인터페이스에 저장된다. 본 시스템은 실제 사용되고 있는 논문 XML 문서를 서지문서로 변환한 결과 및 프로그램 코드를 예제로 구현하여 결과를 제시하였다.

      더보기

      다국어 초록 (Multilingual Abstract)

      In this paper, we propose a system for generating skeleton programs for directly transforming an XML document to another document, whose structure is defined in the target DTD with GUI environment. With the generated code, the users can easily update ...

      In this paper, we propose a system for generating skeleton programs for directly transforming an XML document to another document, whose structure is defined in the target DTD with GUI environment. With the generated code, the users can easily update or insert their own codes into the program so that they can convert the document as the way that they want and can be connected with other classes or library files. Since most of the currently available code generation systems or methods for transforming XML documents use XSLT or XQuery, it is very difficult or impossible for users to manipulate the source code for further updates or refinements. As the generated code in this paper reveals the code along the XPaths of the target DTD, the result code is quite readable. The code generating procedure is simple; once the user maps the related elements represented as trees in the GUI interface, the source document is transformed into the target document and its corresponding Java source program is generated, where DTD is given or extracted from XML documents automatically by parsing it. The mapping is classified 1:1, 1:N, and N:1, according to the structure and semantics of elements of the DTD. The functions for changing the structure of elements designated by the user are amalgamated into the metadata interface. A real world example of transforming articles written in XML file into a bibliographical XML document is shown with the transformed result and its code.

      더보기

      참고문헌 (Reference)

      1 "메타데이터 레지스트리를 이용한 XML-문서 교환 방법" 28 (28): 94-96, 2001.

      2 "구조적 상이성 분석에 기반한 XML 문서 변환 시스템의 설계 및 구현" 9-d (9-d): 297-306, 2002.

      3 "구조적 문서 변환을 위한 XML Mapper 시스템 설계 및 구현" 28 (28): 382-384, 2001.

      4 "XTGen : XML 변환기 생성을 위한 컴포넌트 기반 시스템" 28 (28): 310-312, 2001.

      5 "XSL Transformations (XSLT) Version 1.0" -10,

      6 "XML Path Language (XPath) 1.0"

      7 "XML Metadata Interchange (XMI)"

      8 "Transformation of XML Data Using an Unranked Tree Transducer" LNCS 2738 : 259-269, 2003.

      9 "Trans formation-by-Example for XML" LNCS 1753 : 249-262, 2000.

      10 "Toward the Automatic Derivation of XML Transformations" LNCS 2814 : 342-354, 2003.

      1 "메타데이터 레지스트리를 이용한 XML-문서 교환 방법" 28 (28): 94-96, 2001.

      2 "구조적 상이성 분석에 기반한 XML 문서 변환 시스템의 설계 및 구현" 9-d (9-d): 297-306, 2002.

      3 "구조적 문서 변환을 위한 XML Mapper 시스템 설계 및 구현" 28 (28): 382-384, 2001.

      4 "XTGen : XML 변환기 생성을 위한 컴포넌트 기반 시스템" 28 (28): 310-312, 2001.

      5 "XSL Transformations (XSLT) Version 1.0" -10,

      6 "XML Path Language (XPath) 1.0"

      7 "XML Metadata Interchange (XMI)"

      8 "Transformation of XML Data Using an Unranked Tree Transducer" LNCS 2738 : 259-269, 2003.

      9 "Trans formation-by-Example for XML" LNCS 1753 : 249-262, 2000.

      10 "Toward the Automatic Derivation of XML Transformations" LNCS 2814 : 342-354, 2003.

      11 "Stylus Studio XML Enterprise Edition"

      12 "Rundensteiner. Automating the Transformation of XML Documents" 2001

      13 "Composition of XML-Trans formations" LNCS 2115 : 71-80, 2001.

      14 "CDIF - CASE Data Interchange Format Overview" EIA/IS 1994.01

      15 "Automation of XML Documents Translator Generation" 37-38, 2001.

      16 "ALTOVA XMLSpy"

      17 "A Metadata Integration Assistant Generator for Heterogeneous Distributed Data bases" Springer 2519 : 1332-1344, 2002.

      더보기

      동일학술지(권/호) 다른 논문

      분석정보

      View

      상세정보조회

      0

      Usage

      원문다운로드

      0

      대출신청

      0

      복사신청

      0

      EDDS신청

      0

      동일 주제 내 활용도 TOP

      더보기

      주제

      연도별 연구동향

      연도별 활용동향

      연관논문

      연구자 네트워크맵

      공동연구자 (7)

      유사연구자 (20) 활용도상위20명

      인용정보 인용지수 설명보기

      학술지 이력

      학술지 이력
      연월일 이력구분 이력상세 등재구분
      2012-10-01 평가 학술지 통합(등재유지)
      2010-01-01 평가 등재학술지 유지(등재유지) KCI등재
      2008-01-01 평가 등재학술지 유지(등재유지) KCI등재
      2006-01-01 평가 등재학술지 유지(등재유지) KCI등재
      2003-01-01 평가 등재학술지 선정(등재후보2차) KCI등재
      2002-01-01 평가 등재후보 1차 PASS(등재후보1차) KCI등재후보
      2000-07-01 평가 등재후보학술지 선정(신규평가) KCI등재후보
      더보기

      이 자료와 함께 이용한 RISS 자료

      나만을 위한 추천자료

      해외이동버튼