I extracted the xmlstarlet-1.0.1-win32.zip on Linux system. When I run the command ./xmlstarlet.1.0.1/xml.exe to perform XML transformation, I got an Execute Permission Denied error message.
How else should I run the xml command utility on the Linux platform? Any advise is appreciated.
Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I extracted the xmlstarlet-1.0.1-win32.zip on Linux system. When I run the command ./xmlstarlet.1.0.1/xml.exe to perform XML transformation, I got an Execute Permission Denied error message.
How else should I run the xml command utility on the Linux platform? Any advise is appreciated.
Thanks.
You are trying to run windows program on Linux. You have to download Linux package for your distribution and install it instead.