I have following problem that in a transformation (which is completely done in memory) should recieve an additional XSLT parameter containing another XML stream.
It’s like merging two XML documents together in memory. Writing it down on the drive and load it dynamically is not a possibility.
To develop I use .Net together with Visual Studio 2010.
It’s possible with .NET (i’ve tested 4.0). It worked with following code:
C#:
XSLT: