microsoft / XmlNotepad

XML Notepad provides a simple intuitive User Interface for browsing and editing XML documents.
https://microsoft.github.io/XmlNotepad/
MIT License
989 stars 207 forks source link

XSLT - merging two not opened files #387

Open Pierre-de-la-Verre opened 5 months ago

Pierre-de-la-Verre commented 5 months ago

The common usage of XSLT is to open an XML and to apply an XSLT to the opened file.

Now I played around with an XSLT which uses (two) external, not opened XML (a.xml and b.xml) and "merges" them. In common, it works, but I don't understand the default output-path of the transformation. There are some possible situations for an output-path

What's the intended behaviour?

merge_external.zip