"xmlsh" is derived from the design and goals the unix shell and core commands but with XML expressions and documents added as core features to the shell. xmlsh can be used as a drop-in replacement for scripting xml transformations instead of sh.
Features
- xquery, xslt 1.0, xslt 2.0, xpath 2.0, xproc, xinclude, mark logic
- based on posix shell (sh/bash/ksh) syntax
- over 60 built in commands
- native xml variables
- pure java implementation
- multithreaded pipes
- Embedded (servlet) or standalone
- 64 and 32 bit OS support
- Extensible with custom modules
- Namespaces, XDM variables
- SQL/Relational support
- CSV/Flatfile support
License
BSD LicenseFollow xmlsh
nel_h2
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
Rate This Project
Login To Rate This Project
User Reviews
-
Great project. Use xmlsh every day. Documentation could use a little work, for which I should be the first to volunteer.
-
Great project, thanks a ton for posting
-
This allows EXPLORATION of what you can do with extended XML Pipelines in a way that XProc cannot. It reuses any existing knowledge you have about shells, and makes things that are complex in XProc trivially easy. Please don't misunderstand me—I think XProc has some great theory behind it. But it also has a way higher barrier of entry, and makes lots of simple tasks way more complicated than they need to be. I'll never abandon XProc completely…but until the next version is released, it’s always going to be my second choice, after XMLSH. <over-and-out /> <!-- ;-D -->
-
Very slick! We are using it to write administration scripts for web service (soap) based applications.
-
Worth spending time to get used to it! Great exension to bash/zsh