URL/XSLT Dashboard Help

I’m trying to create an XSLT dashboard. and I feel like I’m so close to getting it to work. I’ve got the XSLT file working against the sample data file giving me html output of what I want to see.

I created the BAQ query in the dashboard and I’ve created the URL/XSLT control

image

But when I got to preview the Dashboard, I get the following

Which is the XSLT file with the HTML stripped out and no record data. Is there any good tutorials or direction on how to get this to work?

The ICE Tools Guide from EpicWeb has an example, but it is done in classic.

It seems the Epicweb example is to use the URL side of the control and does not give an example of the needed XSLT file requirements. (or at least only mentions them without an example)

I have noticed that when I use the sample data locally with my XSLT file I have to remove the standalone=“yes” attribute of the XML file for it to render in the browser. I feel like this might have something to do with it.

If I use just a URL, it renders the website in the control correctly. But the XSLT option still only renders the plaintext version of the XSLT file (without any of the data, just the contents of the XSLT)

Someone has to have an example file that works?