RE: /* undeclared */ on declared variable
"Curt Arnold" <[email protected]>
| Newsgroups | gmane.comp.web.dom.test-suites.general |
|---|---|
| Message-ID | <018a01c2bd2d$25ad5650$a800a8c0@CurtMicron> |
> > 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. >