Multiple file inputs?

后端 未结 6 913
天命终不由人
天命终不由人 2020-12-06 13:49

Within an XSLT document, is it possible to loop over a set of files in the current directory?

I have a situation where I have a directory full of xml files that need

6条回答
  •  有刺的猬
    2020-12-06 13:57

    If you are using .Net you can use XsltExtension to make calls from your XSLT document to methods in your .net class. The method could then return nodesets back to your XSLT. So your method could handle the file IO part.

提交回复
热议问题