[jdom-interest] XSLT question 
    Bradley S. Huffman 
    hip at cs.okstate.edu
       
    Wed Jan 28 07:08:34 PST 2004
    
    
  
It runs the JDOM tree through SAXOutputter, so any information that's
not passed through SAX events isn't in the results.
Brad
Robin Rosenberg writes:
> Does the XSLT/XPath part of JDOM copy the DOM tree before processing or does 
> it operate on the JDOM tree directly? 
> 
> The background is that I have a JDOM tree with specialized nodes so I can ope
> rate on very large documents. It is a gawdamn 
> ugly hack in its current form. However I want to do some transformations on t
> he tree and XSLT could be one of the options instead 
> of handcoding the transformations in Java as I've done so far.
    
    
More information about the jdom-interest
mailing list