galax-parse

XQuery implementation with static typing - command line front-ends

Install

All systems
curl cmd.cat/galax-parse.sh
Debian Debian
apt-get install galax
Ubuntu
apt-get install galax
image/svg+xml Kali Linux
apt-get install galax
Windows (WSL2)
sudo apt-get update sudo apt-get install galax
Raspbian
apt-get install galax

galax

XQuery implementation with static typing - command line front-ends

Galax is an implementation of XQuery, the W3C XML Query Language. Galax implements XQuery 1.0 as specified by the W3C, as well as XPath 2.0, which is subset of XQuery 1.0. Galax is a Schema-aware implementation of XQuery and supports static typing. Also thanks to that, Galax is a really fast implementation of the language. Galax supports some advanced XQuery features, such as XML Schema validation, XML updates, XQuery optimization and projection, applications of XQuery to Web services. This package contains the command line front-ends to evaluate XQuery queries and to validate XML documents against XML Schemas.