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

>
> 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.

Received on Friday, 19 December 2003 14:01:01 UTC