Home/.NET/XmlTransformingReaderEnglish/Russian

XmlTransformingReader class

What is XmlTransformingReader ?

XmlTransformingReader is a simple example of custom XmlReader implementation. XmlTransformingReader reads input XML stream, transforms it internally using provided XSLT stylesheet and exposes the resulting XML stream to be read. Such reader can be useful to encapsulte complex XML transformations into a single XmlReader.

For more details about the idea, implementation and usage of XmlTransformingReader take a look at "XML Bestiary: XmlTransformingReader" post at my Web log.

Requirements

.NET Framework 1.0 or 1.1.

Download and License

XmlTransformingReader class is subject to the BSD license and is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. You can use it for any commercial or noncommercial purpose, including distributing derivative works.

XmlTransformingReader is freely available for download in precompiled .NET assembly form and in source code (complete Microsoft Visual Studio .NET C# project).

Feedback

Enjoy. Any comments, suggestions, help and contributions are greatly appreciated! Feel free to comment XmlTransformingReader using the form below or just mail me.