Academic literature on the topic 'XML Databases'
Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles
Consult the lists of relevant articles, books, theses, conference reports, and other scholarly sources on the topic 'XML Databases.'
Next to every source in the list of references, there is an 'Add to bibliography' button. Press on it, and we will generate automatically the bibliographic reference to the chosen work in the citation style you need: APA, MLA, Harvard, Chicago, Vancouver, etc.
You can also download the full text of the academic publication as pdf and read online its abstract whenever available in the metadata.
Journal articles on the topic "XML Databases"
Xiao, Yong, San Min Wang, and Guo Ding Chen. "Research on XML-Based Database Integration for Collaborative Design and Manufacture of Space Antenna." Materials Science Forum 532-533 (December 2006): 929–32. http://dx.doi.org/10.4028/www.scientific.net/msf.532-533.929.
Full textElghandour, Iman, Ashraf Aboulnaga, Daniel C. Zilio, and Calisto Zuzarte. "Recommending XML physical designs for XML databases." VLDB Journal 22, no. 4 (November 10, 2012): 447–70. http://dx.doi.org/10.1007/s00778-012-0298-2.
Full textWang, Dong Xiao, Long Ju Chen, Zhao Lin Wu, and Bao Liang Zhang. "Research and Implementation on Multi-Database System Based on XML." Applied Mechanics and Materials 157-158 (February 2012): 1413–19. http://dx.doi.org/10.4028/www.scientific.net/amm.157-158.1413.
Full textZhang, Xiao Lin, Wan Li Wang, and Xiao Qi Lv. "Research on Technology of Medical Image Database and its Connection with HIS Database." Advanced Materials Research 267 (June 2011): 119–23. http://dx.doi.org/10.4028/www.scientific.net/amr.267.119.
Full textLi, Wen Jie, Si Liu, and Yu Hu. "Research on XML-Based Exchanging System between Databases." Advanced Materials Research 651 (January 2013): 789–94. http://dx.doi.org/10.4028/www.scientific.net/amr.651.789.
Full textBertino, E., and B. Catania. "Integrating XML and databases." IEEE Internet Computing 5, no. 4 (July 2001): 84–88. http://dx.doi.org/10.1109/4236.939454.
Full textChaudhri, Akmal B. "Objects, XML and databases." Information and Software Technology 44, no. 4 (March 2002): 195–96. http://dx.doi.org/10.1016/s0950-5849(02)00008-3.
Full textFakharaldien, Mohammed Adam Ibrahim, Jasni Mohamed Zain, Norrozila Sulaiman, and Tutut Herawan. "XRecursive." International Journal of Information Retrieval Research 1, no. 4 (October 2011): 53–65. http://dx.doi.org/10.4018/ijirr.2011100104.
Full textNie, Feng Ying, Fang Fei Wu, and Li Yong Wan. "Study on Integration Model of Heterogeneous Database Based on XML Technology." Advanced Materials Research 912-914 (April 2014): 1403–6. http://dx.doi.org/10.4028/www.scientific.net/amr.912-914.1403.
Full textPaventhan, A., Kenji Takeda, Simon J. Cox, and Denis A. Nicole. "Federated Database Services for Wind Tunnel Experiment Workflows." Scientific Programming 14, no. 3-4 (2006): 173–84. http://dx.doi.org/10.1155/2006/729069.
Full textDissertations / Theses on the topic "XML Databases"
Ustunkaya, Ekin. "Fuzzy Querying In Xml Databases." Master's thesis, METU, 2005. http://etd.lib.metu.edu.tr/upload/12605729/index.pdf.
Full texts capabilities to transfer data and, XML documents are stored in a native XML database management system.
Lam, Franky Shung Lai Chemical Sciences & Engineering Faculty of Engineering UNSW. "Optimization techniques for XML databases." Awarded by:University of New South Wales. Chemical Sciences & Engineering, 2007. http://handle.unsw.edu.au/1959.4/40702.
Full textMaatuk, Abdelsalam. "Migrating relational databases into object-based and XML databases." Thesis, Northumbria University, 2009. http://nrl.northumbria.ac.uk/3374/.
Full textArion, Andrei. "XML access modules : towards physical data independence in XML databases." Paris 11, 2007. http://www.theses.fr/2007PA112288.
Full textThe purpose of this thesis is to design a framework for achieving the goal of physical data independence in XML databases. We first propose the XML Access Modules - a rich tree pattern language featuring multiple returned nodes, nesting, structural identifiers and optional nodes, and we show how it can be used to uniformly describe a large set of XML storage schemes, indices and materialized views. A second part of this thesis focuses on the problem of XQuery rewriting using XML Access Modules. As a first step of our rewriting approach we present an algorithm to extract XML Access Modules patterns from XQuery and we show that the patterns we identify are strictly larger than in previous works, and in particular may span over nested XQuery blocks. We characterize the complexity of tree pattern containment (which is a key subproblem of rewriting) and rewriting itself, under the constraints expressed by a structural summary, whose enhanced form also entails integrity constraints. We also show how to exploit the structural identifiers from the view definitions in order to enhance the rewriting opportunities
Skoglund, Robin. "Full-Text Search in XML Databases." Thesis, Norwegian University of Science and Technology, Department of Computer and Information Science, 2009. http://urn.kb.se/resolve?urn=urn:nbn:no:ntnu:diva-9837.
Full textThe Extensible Markup Language (XML) has become an increasingly popular format for representing and exchanging data. Its flexible and exstensible syntax makes it suitable for representing both structured data and textual information, or a mixture of both. The popularization of XML has lead to the development of a new database type. XML databases serve as repositories of large collections of XML documents, and seek to provide the same benefits for XML data as relational databases for relational data; indexing, transactional processing, failsafe physical storage, querying collections etc.. There are two standardized query languages for XML, XQuery and XPath, which are both powerful for querying and navigating the structure XML. However, they offer limited support for full-text search, and cannot be used alone for typical Information Retrieval (IR) applications. To address IR-related issues in XML, a new standard is emerging as an extension to XPath and XQuery: XQuery and XPath Full Text 1.0 (XQFT). XQFT is carefully investigated to determine how well-known IR techniques apply to XML, and the chracateristics of full-text search and indexing in existing XML databases are described in a state-of-the-art study. Based on findings from literature and source code review, the design and implementation of XQFT is discussed; first in general terms, then in the context of Oracle Berkeley DB XML (BDB XML). Experimental support for XQFT is enabled in BDB XML, and a few experiments are conducted in order to evaluate functionality aspects of the XQFT implementation. A scheme for full-text indexing in BDB XML is proposed. The full-text index acts as an augmented version of an inverted list, and is implemented on top of an Oracle Berkeley DB database. Tokens are used as keys, with data tuples for each distinct (document, path) combination the token occurs in. Lookups in the index are based on keywords, and should allow answering various queries without materializing data. Investigation shows that XML-based IR with XQFT is not fundamentally different from traditional text-based IR. Full-text queries rely on linguistic tokens, which --- in XQFT --- are derived from nodes without considering the XML structure. Further, it is discovered that full-text indexing is crucial for query efficiency in large document collections. In summary, common issues with full-text search are present in XML-based IR, and are addressed in the same manner as text-based IR.
Chen, Bin. "Integration of multiple databases using XML." Thesis, National Library of Canada = Bibliothèque nationale du Canada, 1999. http://www.collectionscanada.ca/obj/s4/f2/dsk1/tape7/PQDD_0017/MQ48260.pdf.
Full textJiang, Haifeng. "Efficient structural query processing in XML databases /." View abstract or full-text, 2004. http://library.ust.hk/cgi/db/thesis.pl?COMP%202004%20JIANG.
Full textIncludes bibliographical references (leaves 115-125). Also available in electronic version. Access restricted to campus users.
Lau, Ho Lam. "The development of the nested relational sequence model to support XML databases /." View Abstract or Full-Text, 2002. http://library.ust.hk/cgi/db/thesis.pl?COMP%202002%20LAU.
Full textIncludes bibliographical references (leaves 87-96). Also available in electronic version. Access restricted to campus users.
Kunovský, Tomáš. "Temporální XML databáze." Master's thesis, Vysoké učení technické v Brně. Fakulta informačních technologií, 2016. http://www.nusl.cz/ntk/nusl-255389.
Full textHammerschmidt, Beda Christoph. "KeyX selective key-oriented indexing in native XML-databases /." [S.l.] : [s.n.], 2005. http://deposit.ddb.de/cgi-bin/dokserv?idn=97915989X.
Full textBooks on the topic "XML Databases"
1969-, Williams Kevin, ed. Professional XML databases. Birmingham, UK: Wrox Press, 2000.
Find full textPilar, Maria Cecilia. Optimizing XML path queries over relational databases. Ottawa: National Library of Canada, 2002.
Find full textHammerschmidt, Beda Christoph. KeyX: Selective key-oriented indexing in native XML-databases. Berlin: Aka, 2006.
Find full textRelational and XML data exchange. San Rafael, Calif. (1537 Fourth Street, San Rafael, CA 94901 USA): Morgan & Claypool, 2010.
Find full textOracle database 11g: Building Oracle XML DB applications. New York: McGraw-Hill Osborne Media, 2011.
Find full textLi, Yan, ed. Mo hu xin xi XML yu shu ju ku jian mo ji shu yan jiu. Beijing: Ke xue chu ban she, 2011.
Find full textLi, Yan, ed. Mo hu xin xi XML yu shu ju ku jian mo ji shu yan jiu. Beijing: Ke xue chu ban she, 2011.
Find full textBook chapters on the topic "XML Databases"
Agarwal, Vidya Vrat. "Using XML." In Beginning C# 5.0 Databases, 101–13. Berkeley, CA: Apress, 2012. http://dx.doi.org/10.1007/978-1-4302-4261-1_7.
Full textLiu, Chengfei, Millist W. Vincent, Jixue Liu, and Minyi Guo. "A Virtual XML Database Engine for Relational Databases." In Database and XML Technologies, 37–51. Berlin, Heidelberg: Springer Berlin Heidelberg, 2003. http://dx.doi.org/10.1007/978-3-540-39429-7_3.
Full textBiswas, Debmalya, Ashwin Jiwane, and Blaise Genest. "Atomicity for XML Databases." In Database and XML Technologies, 180–87. Berlin, Heidelberg: Springer Berlin Heidelberg, 2009. http://dx.doi.org/10.1007/978-3-642-03555-5_15.
Full textSuciu, Dan. "Semistructured Data and XML." In Information Organization and Databases, 9–30. Boston, MA: Springer US, 2000. http://dx.doi.org/10.1007/978-1-4615-1379-7_2.
Full textYan, Li, Zongmin Ma, and Fu Zhang. "Databases and XML for Data Management." In Fuzzy XML Data Management, 1–30. Berlin, Heidelberg: Springer Berlin Heidelberg, 2013. http://dx.doi.org/10.1007/978-3-642-44899-7_1.
Full textDrukh, Natasha, Neoklis Polyzotis, Minos Garofalakis, and Yossi Matias. "Fractional XSketch Synopses for XML Databases." In Database and XML Technologies, 189–203. Berlin, Heidelberg: Springer Berlin Heidelberg, 2004. http://dx.doi.org/10.1007/978-3-540-30081-6_14.
Full textKozankiewicz, Hanna, Jacek Leszczylowski, and Kazimierz Subieta. "Updatable XML Views." In Advances in Databases and Information Systems, 385–99. Berlin, Heidelberg: Springer Berlin Heidelberg, 2003. http://dx.doi.org/10.1007/978-3-540-39403-7_29.
Full textAl-Jadir, Lina, and Fatmé El-Moukaddem. "F2/XML: Storing XML Documents in Object Databases." In Object-Oriented Information Systems, 108–16. Berlin, Heidelberg: Springer Berlin Heidelberg, 2002. http://dx.doi.org/10.1007/3-540-46102-7_14.
Full textAlagić, Suad, Philip A. Bernstein, and Ruchi Jairath. "Object-Oriented Constraints for XML Schema." In Objects and Databases, 100–117. Berlin, Heidelberg: Springer Berlin Heidelberg, 2010. http://dx.doi.org/10.1007/978-3-642-16092-9_11.
Full textLiu, Shengping, Jing Mei, Anbu Yue, and Zuoquan Lin. "XSDL: Making XML Semantics Explicit." In Semantic Web and Databases, 64–83. Berlin, Heidelberg: Springer Berlin Heidelberg, 2005. http://dx.doi.org/10.1007/978-3-540-31839-2_6.
Full textConference papers on the topic "XML Databases"
El-Aziz, Abd El-Aziz Ahmed Abd, and A. Kannan. "Storing XML documents and XML policies in relational databases." In 2012 International Conference on Computer Communication and Informatics (ICCCI). IEEE, 2012. http://dx.doi.org/10.1109/iccci.2012.6158814.
Full textLiu, Ruilin, and Hui Wang. "Integrity Verification of Outsourced XML Databases." In 2009 International Conference on Computational Science and Engineering. IEEE, 2009. http://dx.doi.org/10.1109/cse.2009.175.
Full textVarlamis, Iraklis, and Michalis Vazirgiannis. "Bridging XML-schema and relational databases." In the 2001 ACM Symposium. New York, New York, USA: ACM Press, 2001. http://dx.doi.org/10.1145/502187.502203.
Full textYuliana, Oviliani Yenty, and Suphamit Chittayasothorn. "Deriving Conceptual Schema from XML Databases." In 2009 First Asian Conference on Intelligent Information and Database Systems, ACIIDS. IEEE, 2009. http://dx.doi.org/10.1109/aciids.2009.13.
Full textNaser, Taher, Keivan Kianmehr, Reda Alhajj, and Mick J. Ridley. "Transforming Object-Oriented Databases into XML." In 2007 IEEE International Conference on Information Reuse and Integration. IEEE, 2007. http://dx.doi.org/10.1109/iri.2007.4296686.
Full textKimpton, Brent, and Eric Pardede. "Securing Queries to Outsourced XML Databases." In 2010 IEEE 24th International Conference on Advanced Information Networking and Applications Workshops. IEEE, 2010. http://dx.doi.org/10.1109/waina.2010.122.
Full textLu, James J., and Sonali Renjen. "Normalizing XML schemas through relational databases." In the 43rd annual southeast regional conference. New York, New York, USA: ACM Press, 2005. http://dx.doi.org/10.1145/1167350.1167416.
Full textGabillon, Alban. "An authorization model for XML databases." In the 2004 workshop. New York, New York, USA: ACM Press, 2004. http://dx.doi.org/10.1145/1111348.1111351.
Full textWidom, Jennifer, Adam Bosworth, Bruce Lindsay, Michael Stonebraker, and Dan Suciu. "Of XML and databases (panel session)." In the 2000 ACM SIGMOD international conference, chair Michael J. Carey. New York, New York, USA: ACM Press, 2000. http://dx.doi.org/10.1145/342009.335476.
Full textBais, Hanane, and Mustapha Machkour. "Arabic Language Interface for XML Databases." In 2019 4th World Conference on Complex Systems (WCCS). IEEE, 2019. http://dx.doi.org/10.1109/icocs.2019.8930803.
Full textReports on the topic "XML Databases"
Melnyk, Yuriy. Academic Journal Website Model. KRPOCH, 2018. http://dx.doi.org/10.26697/preprint.melnyk.1.2018.
Full textMintii, Iryna S., Svitlana V. Shokaliuk, Tetiana A. Vakaliuk, Mykhailo M. Mintii, and Vladimir N. Soloviev. Import test questions into Moodle LMS. [б. в.], September 2019. http://dx.doi.org/10.31812/123456789/3271.
Full text