Allow insert of xslt processing instruction within result report

Bug #1231860 reported by Peter Brightman
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
NUnit Framework
Triaged
Wishlist
Unassigned

Bug Description

As NUnit creates a xml result report, many of us might transform the results to a human readable html file using a xslt file. In order to transform such xml result file on-the-fly, usually a processing instruction will be recognized by browsers, transforming the xml content on-the-fly to html. This will look like this:

<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="nunit-report.xsl"?>
<test-results name=........

Allow NUnit to be configured to insert a processing instruction with a given href that points to a xsl-file.

Tags: feature
Changed in nunit-3.0:
status: New → Triaged
importance: Undecided → Wishlist
tags: added: feature
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.