Re: [xsl] xsl:script

Subject: Re: [xsl] xsl:script
From: Jeni Tennison <jeni@xxxxxxxxxxxxxxxx>
Date: Wed, 6 Mar 2002 15:05:15 +0000
Hi Laura,

> You can start working with the following declaration
> _________________________________________________________
> <?xml version="1.0"?>
> <xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl";>
> <xsl:script></xsl:script>
> <xsl:template match="/">
> -- Your XSL Body -----
> </xsl:template>
> </xsl:stylesheet>
> ____________________________________________________

I don't think that it's a very good idea to use WD-xsl if you can
avoid it. It's not standard, it wasn't great when it was current, and
it's been superseded by XSLT 1.0. Also MSXML4 has dropped support for
WD-xsl, so it doesn't have much of a future.

Cheers,

Jeni

---
Jeni Tennison
http://www.jenitennison.com/


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


Current Thread