DotJoshJohnson / vscode-xml

XML Tools for Visual Studio Code
MIT License
322 stars 86 forks source link

Add xsl transform tools and a preview like markdown preview #93

Open mika76 opened 7 years ago

mika76 commented 7 years ago

It might not be where you are going with this extension, but if so more xsl tools would be really welcome...

DotJoshJohnson commented 6 years ago

Adding to 2018-MAR as a research spike to evaluate the effort required to implement.

DotJoshJohnson commented 6 years ago

I will not have time to work on this in the near future. I will accept PRs for the feature after v2.0.0 is released.

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

mika76 commented 5 years ago

I wouldn't like this request to be closed since I still think it's quite useful. I will have a look at the code and see if it's something I can implement - but javascript is not my strongest language...

bmix commented 5 years ago

I am not sure, but if just transformation is being needed, then this could be implemented as a build type, or just like the XQuery engine is being executed. In the case of Saxon, this would just mean other command line switches.

In any case it would need a dialog to set up transformation parameters. Also, to do a transform on an editor document by using another editor buffer as style, would be cool.

moseskt commented 5 years ago

Hi everyone. Do we yet have a way to execute XSL transformations in VS Code?