I have a string in memory (wchar_t*) that I wan't to use as a stylesheet. I wan't to call XalanTransformer::compileStylesheet and I don't want to use a file. If I had a char*, I would use the XSLTInputSource ctor that takes a istream as a parameter, but there isn't a ctor that takes a wistream.
Is there a way to do this? thks
