"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
Other Useful Business Software
Enterprise-grade ITSM, for every business
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
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