Closed
Description
Different XML files in my project require different xsl transformations. Currently, I need to create new task for each, but it would be nice to have just one, which would have the xsltFile variable based on the XSL stylesheet association of the respective XML like:
<?xml-stylesheet type="text/xsl" href="xsltFile">
This is possible e.g. in oXygen and seems very intuitive. In fact, it would be great if this could be in some default task setting so that you would not even need to edit the task.json in a lot of cases (that would make it much more approachable to new users or users coming over from e.g. oXygen).