This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: XPath over DOM


: Why would any Java XSLT processor have a problem working with 
: another's DOM 
: nodes?
: 
: Could it be that even for mighty Java, interoperability is 
: all illusory?

They don't have a problem working with another DOM objects, but what most of
them do (AFAIK) is take and reparse them into internal format for speed
optimization. In my particular project, we are very concerned with memory
usage, so we need the processor that can use the DOM structures we already
have.

- Eugene

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]