|
Subject: Re: [xsl] IE 5 XSL Processor Help From: "Kevin Nardi" <kevnardi@xxxxxxxxxxx> Date: Wed, 11 Jul 2001 13:12:12 -0700 |
Kevin Nardi Upcast, Inc.
<html> <head> <title>XML Test</title>
function transform()
{
alert(xml.transformNode(xsl.XMLDocument));
}<XML id="xml"> <hello>Hello World!</hello> </XML>
<xsl:template match="hello"> <xsl:value-of select="/" /> </xsl:template>
</xsl:stylesheet> </XML>
</body> </html> _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] IE 5 XSL Processor Help, Michael Kay | Thread | Re: [xsl] IE 5 XSL Processor Help, David Carlisle |
| Re: [xsl] DTD for input XML to XSLT, Sebastian Rahtz | Date | RE: [xsl] IE 5 XSL Processor Help, Chris Bayes |
| Month |