Subject: RE: Future XSLT expansion.
From: "Jonathan Borden" <jborden@xxxxxxxxxxxx>
Date: Sat, 18 Mar 2000 16:29:06 -0500
|
Jon Smirl
> My stylesheets are data driven. I use xsl:include to bring in a
> general set
> of XML transforms and then I use the static data in the main sheet to
> control the behavior of the included generalized XSL. I'd rather have the
> static XML in the stylesheet because this is where it
> conceptually belongs.
> It not really 'data' it's more like a higher level stylesheet
> language than
> XSL.
a point worth mentioning before you rewrite your XSLT library :-)
<xsl:variable name="whatever" select="document('data.xml')" />
allows $whatever to be used as a Node-Set
Jonathan Borden
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|