Changes

Jump to navigation Jump to search
29 bytes added ,  13:33, 26 July 2022
no edit summary
* <code>fn:doc</code> and <code>fn:collection</code>;
* the {{Command|CREATE DB}} and {{Command|REPO INSTALL}} commands.
 
=[[REST]]=
 
Results in the {{Code|rest}} namespace are now returned unprefixed:
 
<syntaxhighlight lang="xml">
<!-- before -->
<rest:databases xmlns:rest="http://basex.org/rest"/>
 
<!-- after -->
<databases xmlns="http://basex.org/rest"/>
</syntaxhighlight>
 
When listing the resources of a database, {{Code|dir}} elements are returned for resources that are located in subdirectories.
=Catalogs=
The icons were replaced by scalable ones, building upon the [https://openjdk.org/jeps/263 HiDPI graphics support for Windows and Linux].
 
=REST=
 
Results in the {{Code|rest}} namespace are now returned without prefix:
 
<syntaxhighlight lang="xml">
<!-- before -->
<rest:databases xmlns:rest="http://basex.org/rest"/>
 
<!-- now -->
<databases xmlns="http://basex.org/rest"/>
</syntaxhighlight>
 
When listing the resources of a database, {{Code|dir}} elements are returned for resources that are located in subdirectories. See [[REST]] for more details.
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu