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: can an XSLT processor process an xsl string ??


> 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


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