Is it possible to initialize a castle container (windsor) by passing a stream to
the XmlInterpreter somehow? It appears that the current implementation only supports
files.
thanx,
-tzurs
Is it possible to initialize a castle container (windsor) by passing a stream to
Share
Inherit from AbstractStreamResource, then you can do:
See FileResource for guidance.