Skip to content

Tag Archives: xsl style sheet

A friend sent me an xml doc. It won’t show, something about the xsl sheet. Any ideas how to open it?

Alright so here’s the deal. Aside from basic html I’m terrible at programming. A friend sent me a document in xml format. I double clicked to open it, it proceeded to tell me it can’t open it in the xsl style sheet. Any help for how to open it would be great.

How to display an XML table in a HTML page using only an XSL?

I have successfully created an XML table using a XSL style sheet for the display. Now a part of my task is to import that table into a HTML file using only and only XSL… I know it can be done using java Script but how can I use XSL? any code?