Re: [xsl] IE 5 XSL Processor Help

Subject: Re: [xsl] IE 5 XSL Processor Help
From: "Kevin Nardi" <kevnardi@xxxxxxxxxxx>
Date: Wed, 11 Jul 2001 13:12:12 -0700
Excuse me, let me escape that for you.

Kevin Nardi
Upcast, Inc.

----------------------------------------------

&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"&gt;

&lt;html&gt;
&lt;head&gt;
	&lt;title&gt;XML Test&lt;/title&gt;

&lt;script&gt;

function transform()
{
	alert(xml.transformNode(xsl.XMLDocument));
}

&lt;/script&gt;

&lt;/head&gt;

&lt;body onload="transform()"&gt;

&lt;XML id="xml"&gt;
	&lt;hello&gt;Hello World!&lt;/hello&gt;
&lt;/XML&gt;

&lt;XML id="xsl"&gt;
&lt;xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; xmlns="http://www.w3.org/TR/xhtml1/strict"&gt;


		&lt;xsl:template match="hello"&gt;
			&lt;xsl:value-of select="/" /&gt;
		&lt;/xsl:template&gt;

	&lt;/xsl:stylesheet&gt;
&lt;/XML&gt;


&lt;/body&gt; &lt;/html&gt; _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com


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



Current Thread