To me, xsltc/compiler/xpath.cup (v 1.26 2001/10/29 11:47:25 morten) appears to reference the undefined class UnresolvedRef. Anyone else get this compile error?
The last commit for xsltc/runtime/AbstractTranslet.java (v 1.27 2001/10/15 09:13:23 morten) removed a base implementation of public final void transform(DOM document, TransletOutputHandler[] handlers), but cvs still builds a translet with a dependency on an abstract version of this function (see xsltc/Translet.java). Is this causing anyone else problems? (Probably not - unless you're like me and find decompiling the translets part of your everyday routine:). john
