You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by John Howard <Jo...@schemasoft.com> on 2001/10/29 23:19:48 UTC

xsltc cvs broken?

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



Xalan and Xerces C++ 1.5.2

Posted by Peter Murphy <pe...@fast.fujitsu.com.au>.
All,

Two days ago, the Xerces C++ developers released a new version: Xerces C++
1.5.2. Which raises the question:

1. Does anyone know if Xerces C++ 1.5.2 (the new version of the dll) is safe
to use with Xalan C++ 1.2? It compiles on my machine (Win2K + MSVC6.0SP3 +
Dinkumware patches), but I'm not certain of it's reliability.

2. If no-one else has tested it, how do I go about testing the release? Is
there a test-suite I can use?

Regards,
Peter