---- you Joe Rank <[EMAIL PROTECTED]> wrote ---- > Hello, all. I've downloaded Xalan-J 2.2.D13 and tried to run the XSLTC demos. Two > jar files that the doco indicates should be in the Xalan-Java bin > directory -- BCEL.jar and JLex.jar -- are not in either the src or the > bin distribution downloads, and running "ant xsltc.samples" fails as a > result. Can anyone confirm that these jars (both of which I gather are > available elsewhere) have been omitted from the distros? Aaarrrgggghhhhh! I just spotted the error. Stupid case-sensitive problem since the jar names have mixed case (but it's not the obvious problem that you expect). Will be fixed.
> Also, a fellow programmer here claims that Xalan XSLTC (2.2.D11 release) > doesn't handle attributes *at all*. I read about the problems with > additional path info appearing after an attribute node element (fixed as > of D13?), but I'm wondering if anyone could confirm or deny the *at all* > assertion. > TIA, Joe Um, given that recent builds including D13 have been passing about 1490 of our total set of conformance tests (less the 3-5 smoketest.conf.excludes that have bugzilla reports on them currently), I'd say that Xalan is handling the great majority of attributes just fine... - Shane
