Re: ElemApplyTemplates implementation

2007-10-16 Thread Henry Zongaro
Hi, Tomas. Tomas Studva <[EMAIL PROTECTED]> wrote on 2007-10-10 04:59:28 PM: > 1, > In ElemApplyTemplates when matching node against template there is code > case DTM.TEXT_NODE: > [HZ: Deleted code] > > There is some default template, sroot.getDefaultTextRule(), but it is > not executed and inst

ElemApplyTemplates implementation

2007-10-06 Thread Tomas Studva
Hi, I am developing an incremental(not in meaning as is Xalan) XSLT processor called Darwin(http://tstudva.googlepages.com/darwin-anincrementalxsltprocessor), based on Xalan trunk. I have some questions about Xalan implementation details. As I understand every template element has execute me