I clearly did not read the original post carefully enough

I would examine your XSLT, as it should normally perform pretty fast, if 
written right, but if you really want to do this ahead of time, but still 
be able to redo it whenever XSLT changes, your easiest way to go is to 
write a separate job that takes the output XML from your main job and 
applies XSLT and produce HTML output - then you can re-run it whenever XSLT 
changes (you can even have it automated)

Still seems like easier approach is fix the XSLT to be faster. I would also 
make sure compression is enabled on whatever web-server you are serving 
Jenkins from.

HTH,

-M


On Tuesday, October 25, 2016 at 8:10:26 PM UTC-7, Michael Lasevich wrote:
>
> 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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/1aef7b6f-6acc-41c3-a86b-00a62f99b5df%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to