Reusing a Source for transformation (JDK1.4.2)
Hi there!I have a case where I have to reuse a xml Source for some transformations. Is there a way to do that, or do I have to build the Source again and again?Kind regardsKai
# 1
That depends on the Source. If it encapsulates an InputStream, for example, then obviously using it is going to read the stream and you would have to re-create it to use it again. Other Sources might work differently.