xsl-list
[Top] [All Lists]

Re: [xsl] [XSL] XSL Browser Integration

2007-09-13 15:31:32
On Thu, 13 Sep 2007 16:16:55 -0600, Michael Kay <mike(_at_)saxonica(_dot_)com> 
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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--