I want to know if it\'s possible for an XSLT file to read data from an XML located within folders of a remote zip(from the server at work), without any external processors (
I just tried the AltovaXML tools command line XSLT 2.0 processor with the following XSLT 2.0 stylesheet:
where "ziptest1.zip" is a .zip file with a folder named "ziptest1" containing a file named "file.xml" and the output I get is the contents of that file. If the path can't be resolved then I get an error saying "Error retrieving resource".
I tested that with "AltovaXML Version 2010 rel. 3" which I think is the latest version.