Project

Profile

Help

Changing Stream implementation behind unparsed-text-lines

Added by Christophe Marchand about 1 year ago

Hello,

I transform some text with Xslt, and I load it via unparsed-text-lines(...)

But I have some transformations (variables interpolation) to do in the read stream, and I'd like to do so in a custom FilteredInputStream.

Do I have a way to specify the implementation class used by unparsed-text-line function ?

Thanks in advance, Christophe


Please register to reply