How do I display the results of an xslt tranformation? RESOLVED
I'm hitting a web service and request records. These records are returned as an xml string. When I get this string I have to apply an xsl style sheet to the data and present it as an html table.
If I create an xml file from the retruned string and apply the xsl stylesheet I created, it give nice results. I just can't figure out how to take the string returned and directly apply the style sheet to it and display the results in an asp page.
Can someone point me in the right direction?