Subject: RE: can an XSLT processor process an xsl string ??
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Thu, 15 Feb 2001 14:05:31 -0000
|
> can an XSLT processor read an xsl string and process it ??
Do you mean, read an xsl string from within the stylesheet? If so, probably
not.
But at the API level, yes, most XSLT processors will accept the stylesheet
supplied as a string. Read the API documentation for your chosen processor.
In TrAX it is done by creating the Templates object from a StreamSource.
Mike Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|