Re: [xsl] [XSL] XSL Browser Integration

Subject: Re: [xsl] [XSL] XSL Browser Integration
From: "M. David Peterson" <m.david@xxxxxxxxxxxxx>
Date: Thu, 13 Sep 2007 16:30:59 -0600
On Thu, 13 Sep 2007 16:16:55 -0600, Michael Kay <mike@xxxxxxxxxxxx> wrote:

http://developer.mozilla.org/en/docs/XSLT:PI_Parameters

But these are separate PI's. And to be quite honest, I've never understood the justification of the xslt-param PI. What does,

<?xslt-param name="size" select="2"?>

... buy me that I can't get with,

<xsl:param name="size" select="/foo/param/size"/>

, the second of which is cross-browser compatible?

--
/M:D

M. David Peterson
http://mdavid.name | http://www.oreillynet.com/pub/au/2354 |
http://dev.aol.com/blog/3155

Current Thread