Some background:
I'm trying to come up with a good way to enable and disable multiple layers,
by reading in new documents (they are all the same size and created from one
master image).  I want to be able to add and remove layers on demand using
check boxes.  I am running into performance issues.  I have had some success
with the steps listed below, but is there a better way to do this?

I have been able to merge 2 documents, by getting the document element from
one document, importing the node to the root node of the first document, and
then appending the imported node to the root of the first document.

I'm unable to append the imported node to another container within the first
document, however.  I want to be able to remove it easily and I think having
other containers hold the documents could accomplish this.  Yet another
issue I've run into is adding clickable elements to the document.  When more
documents are appended the elements eventually become nearly unclickable
because they are behind so many other elements.  This is all beyond my
batik/svg experience.
-- 
View this message in context: 
http://old.nabble.com/Merging-Documents-tp29830410p29830410.html
Sent from the Batik - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to