Abstract
In this paper, we have developed an E-book reader for EBKS XML documents on the embedded Linux environment. This reader operated on a Linux target board parses the EBKS XML documents using the Qt SAX interface and displays the parsed pages through the QWS (Qt Windows System) which is a cross-platform windows toolkit. This reader can be easily and rapidly developed on Linux as well as MS windows and requires less memory than DOM interfaces because it parses with SAX interface.
본 논문에서는 내장형 리눅스 환경에서 XML기반 EBKS용 전자책 리더 시스템을 개발하였다. 개발된 시스템은 내장형 리눅스 타겟보드 상에서 Qt SAX 파서를 이용하여 한국형 전자책 문서 표준에 기반한 XML 문서를 파싱하고, 크로스플랫폼형 윈도우 시스템인 QWS(Qt Windows system)를 이용하여 디스플레이 한다. 개발된 전자책 리더는 리눅스 환경뿐만 아니라 다양한 윈도우 플랫폼(MS 윈도즈 등)에서 신속하게 그리고 쉽게 개발 가능하며, SAX 파서를 사용하므로 DOM 인터페이스에 비해 메모리 소요량이 감소함을 확인하였다.