Hi, I have just recently started using Xalan C++ (ver 1.3).
My problem is this. I need to transform xml data using XalanTransformer::transform(), where my input is a unicode byte stream in memory of type _wstream *, and the xsl byte stream is also a _wstream * type. However, I do not see an XSLTInputSource constructor for the same. Can you please help me out on the best way to achieve the transformation. Do I need to use a transcoder of some sort? I have already built an ICU enabled build of Xalan. Thanks in advance, Urmi
