Project DescriptionVarious code projects
a minestrone of code and other stuff that might be useful to someone along the way.
2009-03-13 - Xslt.cs Helper Class- Caches XslCompiledTransform object
- Caches XmlDocuments
- Uses XPathNavigator
- Supports optional MemoryStream for transform results
- Tested in VS2008, VS2005, & MonoDevleop
- includes sample project w/ examples
- see
blog post for more info
- check out the
XsltHelper page