I have a source XML DOM which I'd like to replicate into multiple DOMs (the number of duplications depends on a certain information within the source DOM).
Why would I need to do this? Each duplicated DOM can be processed by a different thread for processing. Questions: 1. Is it possible to do this with XSLT and Xalan? 2. Are there any better approach? Thanks. -- View this message in context: http://old.nabble.com/Generating-multiple-DOMs-using-xslt-tp34483651p34483651.html Sent from the Xalan - J - Users mailing list archive at Nabble.com.
