This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Stylesheet vs. Transform



> the following guidance on when to use each:

This algorithm seems very complicated. I use the following simpler one:

Always use xsl:stylesheet.

I think the distinction between transformation and styling is bogus.

Especially using "html" being the output form implying stylesheet as
opposed to transform is suspect.

Once you have native xml rendering (xhtml, xsl fo, xml+css, ..) then 
the distinction between "transforming an XML file for use by another XML
application" and "transforming an XML file for use by another XML
application that happens to be a browser" is rather slight.

David


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]