- Institute of Operating Systems and Computer Networks
- News
- About us
- Connected and Mobile Systems
- Distributed Systems
- Algorithms
- Microprocessor Lab
- Education
- Services
- Spin-Offs
- Research Cooperations
Integration von Datentyp-Bibliotheken in RelaxNG-fähige XML-Parser
Student | (anonymous, Login required) |
Supervisor | Dr. Torsten Klie |
Professor | Prof. Dr. Stefan Fischer |
IBR Group | VS (Prof. Fischer) |
Type | Project Thesis |
Status | finished |
Start | 2005-01-10 |
RelaxNG is a simple but powerful schema definition language for XML documents. However, it only offers two basic datatypes: string and token. In order to deal with further requirements, authors usually use datatypes from W3C XML Schema. This is sufficient for a lot of applications. However, sometimes one would like to use self-defined datatyps (e.g. datatypes that one has defined in W3C XML Schema files). The RelaxNG specification does allow the use of self-defined datatype libraries. However, a lot of XML parsers do not offer support it. Task: This project work ("Projektarbeit") should give an overview about existing XML parsers and their support for RelaxNG. Then, possible ways for integrating one's own datatype libraries should be described. This should be done as an example for libxml2 and, if necessary, for another parser. Furthermore, the integration shall be implemented into an XML parser (at least as a prototype). RelaxNG-HomepageW3C XML Schema Datatypes libxml2 |