"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
Retool your internal operations
Build internal software that meets enterprise security standards without waiting on engineering resources. Retool connects to your databases, APIs, and data sources while maintaining the permissions and controls you need. Create custom dashboards, admin tools, and workflows from natural language prompts—all deployed in your cloud with security baked in. Stop duct-taping operations together, start building in Retool.
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