xsl-list
[Top] [All Lists]

Re: Anybody know when "transform" became the term for the type ofthing XSLT does?

2005-06-17 03:39:46
Andrew Welch wrote:
I bet everyone still uses <xsl:stylesheet> over <xsl:transform> (I know
I do...even though it makes far more sense to use the latter!)

You could use <xsl:transform> for a data-centric stylesheet(?) and <xsl:stylesheet> for a stylesheet that creates an XSL-FO document or something similar.

This would indicate what kind of stylesheet it is; but it may confuse many people, that don't know the alias <xsl:transform>.

Peter

--~------------------------------------------------------------------
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>
--~--