Thursday, August 15, 2002

Yet another article from The O'Reilly Network. This one's all about the implementation of XSLT in .NET. The article starts off with a basic introduction to the System.Xml.Xsl namespace, the main class of course being XslTransform. Next, we're shown various ways you can "feed" the stylesheet to the XslTransform class' Load method. Then there's some light coverage of a couple of I/O approaches that can be used when calling the Transform method. Following that, the author touches on how to parameterize the transform, including how to pass all empowering extension objects. Finally the article is finshed off with a quick example of how to embed script right into the stylesheet itself.

12:31:56 AM