Read a remote zipped xml with just XSL

后端 未结 5 1676
北海茫月
北海茫月 2020-12-16 08:00

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 (

5条回答
  •  天涯浪人
    2020-12-16 08:07

    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.

提交回复
热议问题