Xml-Enabled Wrapper Generation

Junjie Cai,Jianling Sun,Jinxiang Dong
2001-01-01
Abstract:The large amount of semi-structured data on the web calls for an efficient way to construct wrappers to make these data easily accessible by SQL-like query processing engines. In this paper we present a system called WrapperBase, which enables fast wrapper generation based on its wrapper description language WDL. WrapperBase translates WDL scripts into a Java-coded wrapper program that provides uniform interfaces. The unique features of WDL enable the generated wrappers not only to output well-structured XML-data conforming to the source's schema, but also to provide meta-data about the source's schema and query processing capabilities. Furthermore, they are more tolerant to certain types of the web content's evolutions.
What problem does this paper attempt to address?