Automatic Generation of XForms Interfaces for XML Data Input

XML 데이터의 입력을 위한 XForms 인터페이스의 자동 생성

  • 송기섭 (연세대학교 컴퓨터과학과) ;
  • 이경호 (연세대학교 컴퓨터과학과)
  • Published : 2007.05.30

Abstract

With the wide spread of XML data in various fields, the interest in developing convenient user interfaces for inputting XML data is increasing. Previous works on the automated generation of user interfaces have given insufficient supports for various user environments and inconvenient editing tools for complex documents. In this paper, we presents an approach to generate XForms based user interfaces from XML schemas, for inputting XML data. The proposed method consists of three steps: parsing XML schemas, generating XForms codes, and embedding it into host language documents. Specifically, to generate XFonns codes, the rules for generating XForms codes, which support complex types and map simple types to appropriate input controls, are proposed. Experimental results with various kind of schemas show that the proposed method can generate XForms interfaces successfully.

현재 다양한 영역에서 XML의 사용이 확대되며 XML 데이터의 입력을 위한 사용자 인터페이스에 대해 관심이 높아지고 이다. XML 데이터의 입력을 위한 사용자 인터페이스를 자동으로 생성하는 기존의 연구는 다양한 사용자의 환경에 대한 대응이나 복잡한 문서를 위한 인터페이스 제공이라는 면에서 미흡하다. 본 논문에서는 XML 데이터를 편리하게 입력할 수 있도록 XML 스키마로부터 XForms에 기반한 인터페이스를 생성하는 방법을 제안한다. 제안된 방법은 세 단계로 구성된다. 먼저 XML 스키마 정의를 받아들여 파싱하여 스키마 구조 트리를 생성한다. 그리고 제안된 규칙에 따라 XForms 코드를 생성한다. 제안된 규칙은 복합 타입의 스키마 구조를 위한 XForms 코드 생성 규칙과 단순 타입을 위한 XForms 컨트롤 매핑 규칙을 포함한다. 그리고 생성된 XForms코드는 마지막 단계에서 템플릿으로 제작된 다른 XML 마크업 언어로 된 문서에 내재된다. 본 논문에서는 제안된 방법을 평가하기 위해 다양한 도메인의 스키마를 대상으로 실험한 결과 다양한 복합 형식과 단순 형식으로부터 XForms 인터페이스를 생성함을 확인할 수 있었다.

Keywords