This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: XML to HTML problem



> 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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]