Hi Barry, "Barry Whiting" <[EMAIL PROTECTED]> wrote on 10/06/2008 11:09:20 AM:
> I have to crop a map and have used getIntersectionList which brings > back the nodelist from the original map with no problems but know I > wish to append this nodeList to a new svg document and wondered if > there was a batik method I could use already or do I have to keep > looping through the nodeList adding the nodes as the application finds them? Perhaps I'm missing something, this should be like three lines of code. A loop over the elements of the nodeList, a call to importNode, and finally an appendChild call. Is there more to this that I'm missing?
