Read a remote zipped xml with just XSL

后端 未结 5 1677
北海茫月
北海茫月 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:01

    Unless your file system provides a native, transparent way to access a zip file as if it were a folder, this won't be possible.

    In other words: You must be able to open the path you tried to feed to document() in any other program on your system. If that does not work anywhere else, what would make you assume it would work in XSLT?

提交回复
热议问题