#
xml-database
Here are 16 public repositories matching this topic...
needs documentation
Signals issues or PRs that will require an update to the documentation repo
needs XQSuite test
XQSuite test required to reproduce
good first issue
Indicates a good issue for first-time contributors
Aulas, exercícios e resumos sobre banco de dados
sql
database
nosql
sql-query
banco-de-dados
newsql
relational-algebra
xml-database
ufsc
normalization
learning-sql
database-objects
ine
temporary-database
geography-database
ine5613
ine5426
ine5600
-
Updated
Feb 15, 2022 - SQL
Exercises for the XQuery Workshops at XQuery at DH2017
-
Updated
May 11, 2018 - XQuery
XBird: Light-weight XQuery processor and XML database system written in Java
-
Updated
Oct 8, 2019 - HTML
PHP XML Database
-
Updated
Sep 10, 2018 - PHP
A Simple XML Document Database (College Project Submission)
-
Updated
Jul 25, 2021 - Java
Import raw xml xapi database dumps into python dictionaries or json
-
Updated
May 23, 2018 - Python
xml data fetch and insert help of php
-
Updated
Jul 18, 2021 - PHP
The application uses Xquery to modify a local XML database
-
Updated
Feb 11, 2022 - Java
c# ve python kan bağışı uygulaması - bloodbank application example xml database and sql database
-
Updated
Jul 8, 2020 - Python
A document database in the most literal case.
-
Updated
Mar 18, 2018 - C#
Improve this page
Add a description, image, and links to the xml-database topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the xml-database topic, visit your repo's landing page and select "manage topics."
The function
xmldb:create-collection($target-collection-uri as xs:string, $new-collection as xs:string)supports recursion on the $new-collection, which makes it possible to say:This recursively creates a/b/c/d as needed and returns
/db/apps/a/b/c/d. This very much appreciated behavior however is undocumented.As ca