Changing Stream implementation behind unparsed-text-lines
Please register to reply
Added by Christophe Marchand over 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