I m trying to figure this out... When Xalan reads the XSL file, does it create a DOM from it in memory ? How does the processing work ? Especially with templates ??
If I understand it right, it reads the XSL with SAX and creates a memory DOM from it (not the w3c DOM) ... ? Not sure what happens after that. How does it actually "apply" that to the XML ? Any pointers about the internal design would be appreciated Thanks! =sam
