[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: IE 5 XSL Processor Help

Subject: Re: IE 5 XSL Processor Help
From: "Kevin Nardi" <kevnardi@xxxxxxxxxxx>
Date: Wed, 11 Jul 2001 13:12:12 -0700
transformnode lt
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

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.