Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XSLT - merging two not opened files #387

Open
Pierre-de-la-Verre opened this issue Apr 26, 2024 · 0 comments
Open

XSLT - merging two not opened files #387

Pierre-de-la-Verre opened this issue Apr 26, 2024 · 0 comments

Comments

@Pierre-de-la-Verre
Copy link

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

  • I open "some.xml" and apply the XSLT: it seem to use the path of "some.xml"
  • I press "New file" and apply the XSLT: it seem to use the path of the first file in the "MRU-list", on top right
  • I press "New file", delete the first entry in the MRU-list and apply the XSLT: it seem to use the path of the XSLT

What's the intended behaviour?

merge_external.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant