DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15333>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15333 XSLTC: apply-imports problems [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|XSLTC: apply-imports passes |XSLTC: apply-imports |parameters when it should |problems |pass none | ------- Additional Comments From [EMAIL PROTECTED] 2003-02-11 19:09 ------- An ApplyImports problem. Also test-case position102. last() wouldn't work last() wouldn't work either. The main problem is that we process ApplyImports and ApplyTemplates separately (compiler creates applyTemplates() function for ApplyTemplates and applyTemplates_2 for ApplyImports). Some logical steps (like dealing with axis and predicates) have been implemented for ApplyTemplates but missing for ApplyImports. Need to implement (or reuse) functionality similar to one from Step and ApplyTemplates. Relatively big work.
