xsl-list
[Top] [All Lists]

Re: What do you call a stylesheet that doesn't require an input XML?

2005-10-27 07:22:53
    Andrew> traditional kind of transform as you can easily divide
    Andrew> stylesheets into the 2 types of processing models - those
    Andrew> with the XML supplied, and those where the stylesheet
    Andrew> fetches the XML itself without an initial XML.

There's a third kind - those that do not reference an XML document at
all.
There's quite a few of these in the test suite for FXSL.

I think the principle's the same though - the stylesheet is 'started'
and it controls the transform, rather than the host language.

"Stylesheet application" maybe...

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