Hi, I have an application where I'd like to directly create DTM objects to feed Xalan with. By doing this I expect major performance improvements as I do not need the expensive DOM->DTM bridge.
I do not have static XML files, which could be cached as DTMs very easily. In fact the XML documents are dynamically calculated and can look very differently. I already searched the mailing list archive and found some postings about DOM2DTM and DTMNodeProxy. But especially the first is not something very easy to get into (IMO). Basically all I need are the (W3C-) DOM-style operations "Node.appendChild()" and "Element.setAttribute()". Any suggestions? Thanks Christian
