I think pretty much every browser will do XML+XSL conversion without any plugin, although if you want a "shared" XSL file, you may have to add a stylesheet tag to point to it inside your XML
So all you do is archive your XML with stylesheet tag and a shared location for your XSL file and you are done. -M On Wednesday, October 19, 2016 at 5:43:29 PM UTC-7, Jonathan Hodgson wrote: > > > > On Thursday, October 20, 2016 at 12:13:01 AM UTC+1, Teichner Peter wrote: >> >> On Linux you have a tool called xsltproc which basically does the >> transformation. Assuming your Jenkins is Windows you could get something >> similar I'm sure. >> >> To display the HTML there is a plugin for Jnkins that will let you link >> in static pages to the job >> > Thanks, but I think you may have missed the point, perhaos I wasn't cleat > enough. > > I need this to be dynamic, if I convert the xml amd archive it as an html > file, then it is stuck like that, regardless of improvements I make in the > xslt... which needs a lot of work. > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/8a8260d8-f9a0-4fb4-94e4-9f610bf24670%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
