Web Database Technology Based on XML
Changxuan Wan
Abstract
Changxuan Wan
Abstract
Mainly discusses two language specification and implementation technologies to convert from relational data to XML documents. One approach is to define an XML view of relational database using RXL(Relational to XML Transformation Language)language, the resulting XML view is virtual. Some other application formulates a query over the virtual view using XML-QL, extracting some piece of XML data and materializing only the result of XML-QL query, achieving the conversion of relational data to XML documents. Another approach is to harness and extend the power of SQL to specify the conversion of relational data to XML documents. Nested SQL statements are used to specify nesting, and extended SQL functions are used to specify XML element construction, achieving the conversion of relational data to XML documents.
A significance statement is not available in the OpenAlex record.
A contribution statement is not available in the OpenAlex record.
Method details are not available in the OpenAlex metadata.
Findings are not separately available in the OpenAlex metadata.
Limitations are not available in the OpenAlex metadata.
Application details are not available in the OpenAlex metadata.
Mainly discusses two language specification and implementation technologies to convert from relational data to XML documents. One approach is to define an XML view of relational database using RXL(Relational to XML Transformation Language)language, the resulting XML view is virtual. Some other application formulates a query over the virtual view using XML-QL, extracting some piece of XML data and materializing only the result of XML-QL query, achieving the conversion of relational data to XML documents. Another approach is to harness and extend the power of SQL to specify the conversion of relational data to XML documents. Nested SQL statements are used to specify nesting, and extended SQL functions are used to specify XML element construction, achieving the conversion of relational data to XML documents.
Key concepts: Computer science, Efficient XML Interchange, XML database, XML validation, Streaming XML, XML Schema Editor, XML Encryption, Document Structure Description