I need to load an xslt from a database and hold it in memory so that it can be included by another xslt.
I know you can do this using the .NET framework and the xmlPreLoadedResolver class, but unfortunately, we're not allowed to write this as a .NET dll.
Does anyone know if its possible to do this using the msxml6 C++ interfaces?