RE: /* undeclared */ on declared variable

> >     inputSource.setSystemId(/* undeclared */TEST2);
> >
> > although TEST2 is declared.
> > Obviously it won't effect the test but is there a way to avoid this ?
>
> I don't have a consistent version of dom3tests.ent for this test.
>
> It might be beneficial to validate the tests against the generated schema.
> I typically use Sun's Multischema Validator.
>
> Also, you might try using a different XSLT processor.  For example, if you
> are using a Xalan processor, you might remove or change the extension of
> xalan.jar in /ant/lib and drop a saxon.jar into /ant/lib
> (http://saxon.sf.net).  The casting logic depends on XSLT's key() function
> which has been unevenly implemented.
>

Received on Thursday, 16 January 2003 02:02:01 UTC