I'm new to XML/XSLT but having great success transforming xml to display in a browser.
My question is, say I want to build a home page using my xsl file would it work with index.xsl?
I've tried redirecting from a html page with javascript using "window.location=file.xsl" but all that did was to display the xsl file in the browser.
What should I be doing?
My question is, say I want to build a home page using my xsl file would it work with index.xsl?
I've tried redirecting from a html page with javascript using "window.location=file.xsl" but all that did was to display the xsl file in the browser.
What should I be doing?