xacobeo
XPath (XML Path Language) visualizer
Install
- All systems
-
curl cmd.cat/xacobeo.sh
- Debian
-
apt-get install xacobeo
- Ubuntu
-
apt-get install xacobeo
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install xacobeo
- Raspbian
-
apt-get install xacobeo
- Dockerfile
- dockerfile.run/xacobeo
xacobeo
XPath (XML Path Language) visualizer
Xacobeo provides a simple graphical user interface (GUI) for executing XPath queries and seeing their results. The GUI tries to provide all the elements that are needed in order to write, test and execute XPath queries without too many troubles. It displays the Document Object Model (DOM) and the namespaces used. The program registers the namespaces automatically and each element is displayed with its associated namespaces. All is performed with the idea of being able of running an XPath query as soon as possible without having to fight with the document's namespaces and by seeing automatically under which namespace each element is.