On Fri, 2003-10-24 at 12:33, Robert Koberg wrote: > Just tried from the command line: > > $ java org.apache.xalan.xsltc.cmdline.Compile ancestor-or-self.xsl > > $ java org.apache.xalan.xsltc.cmdline.Transform ancestor-or-self.xml > ancestor_or_self > Translet errors:Iterator for typed axis 'ancestor-or-self' not supported. >
Yes, I can reproduce that as well. However, if you use org.apache.xalan.xslt.Process with the -XSLTC option it works. I'm still trying to understand why the difference. -- Santiago
