I have an XML file that contains information about Parts and BOMS. I need to copy the file (in its entirety) to two different locations. Can I use XSL to do this? If so, how?
In xslt 1.0, probably processing multiple time is the better solution than venturing into extensions, particularly if the whole process is under the auspices of some script/application.
It is extremely inefficient to use an XSLT processor just to copy a file. I suggest you just use the underlying operating system copy file command or API.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.