Using Microsoft® XSL processor. , .NET 3.5 , XSLT 1.0
Is there any way to unzip a zip file (*.zip) using XSLT 1.0?
I have tried to generate a C# script within XSLT to do the job but since I am using .NET 3.5 , I am limited in terms of the .net libraries can be used and It is completely blocks me at the moment.
My questions:
- Is there any way to unzip a zip file ( *.zip) using XSLT ( based on the versions of platform and language mentioned above)?
- Can I call/use a third party library inside?
- I am happy with any solution available in JavaScript too
- I know shell32.dll can do decompression too but how can I call shell32.dll from XSLT?
Thanks,