Can anyone give me some ideas to allow me to filter a source document ( a dom tree ) as xalan is processing it. I have already loaded a document and need to run many transforms over it. Depending on various settings, each time a transform is run it may or may not be allowed to access nodes in the source tree. I was hoping that I would be able to slot in a NodeFilter or TreeWalker in somewhere but it doesnt appear to be possible. Is there anyway of using a DTMIterator?
Thanks Marius Gleeson.
