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
[203 byte] By [Hackemessera] at [2007-11-27 5:55:52]
# 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.
DrClapa at 2007-7-12 16:25:20 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...