Re: Use of string literal ("dummy") as namespace resolver in L3 XPath tests and other schema validation issues

Curt Arnold <[email protected]> Fri, 19 Dec 2003 13:00:54 -0600
Newsgroups gmane.comp.web.dom.test-suites.general
Message-ID <[email protected]>

>
> has no resolver or expression although the dom3.dtd has resolver and 
> expression as required
>
> <!ELEMENT evaluate EMPTY >
> <!ATTLIST evaluate
>     id ID #IMPLIED
>     obj CDATA #REQUIRED
>     var CDATA #REQUIRED
>     expression CDATA #REQUIRED
>     contextNode CDATA #REQUIRED
>     resolver CDATA #REQUIRED
>     type CDATA #REQUIRED
>     result CDATA #REQUIRED
>     interface (XPathEvaluator|XPathExpression) #REQUIRED
> >
>
The element definition is generated from the first occurance of the 
method name and assumes that the argument list is compatible.  
Attempting to resolve the differences in the transform way too 
complicated.  In previous cases where the was a conflict, the standard 
generation was suppressed and a hand-crafted definition was provided.