Re: XML to HTML problem

Subject: Re: XML to HTML problem
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 3 Mar 2000 22:04:56 GMT
> is there something wrong with either the template or the xml doc?
both

<?xml-stylesheet type="text/xsl"?>
should have an href `attribute' pointing at the stylesheet 

	<b><i><u>xsl:value-of select="greeting"/></u></i></b>
You are missing a < before the xsl:value-of so that isn't an xsl element
it is just character data, and so appears in the output.

David


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread