Subject:displaying xsl as html Author:Mark Milner Date:29 Mar 2006 06:22 AM Originally Posted: 29 Mar 2006 06:18 AM
Hi
I am a newbie and am missing something simple here.
Having converted my xml using Stylus Studio and uploaded both the .xml and .xsl to my server, could someone tell me how to display the result as web page.
The .xsl URL is http://www.gymshop.co.uk/weight.xsl
Thanks
Subject:displaying xsl as html Author:Minollo I. Date:29 Mar 2006 08:43 AM
The easiest approach is to change your weight.xml document to include this line after the initial XML PI:
<?xml-stylesheet href="weight.xsl" type="text/xsl"?>