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

Support XSLT outputs other than XML #42

Open
avillar opened this issue Dec 2, 2024 · 1 comment
Open

Support XSLT outputs other than XML #42

avillar opened this issue Dec 2, 2024 · 1 comment

Comments

@avillar
Copy link
Collaborator

avillar commented Dec 2, 2024

The XSLT transformer only supports writing XML. Additional types (e.g., text/plain or application/json) should be supported.

@avillar
Copy link
Collaborator Author

avillar commented Dec 2, 2024

The actual type of the result would be defined in the transform configuration. The transfomer should read that and, if it's XML, then do what it's doing now (parse and pretty-print), and otherwise simply output the textual result.

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