whatToShow

"Jeroen van Rotterdam" <[email protected]>
Newsgroups gmane.comp.web.dom.test-suites.general
Message-ID <[email protected]>
In interface DOMBuilderFilter

     readonly attribute unsigned long   whatToShow;

     <whatToShow interface="DOMBuilderFilter">
        <return value="SHOW_ELEMENT"/>
     </whatToShow>

still delivers a

     public void setWhatToShow() {
     }


instead of a getter in test-to-java.xsl.
The dtd is ok now but the stylesheet not.


It's probably around here in the stylesheet where the test must be incorrect.



             <xsl:choose>
                    <xsl:when test="local-name() = 'get'">
                        <xsl:call-template name="produce-type">
		                    <xsl:with-param name="type"
select="$interface/attribute[@name =
$method-name]/@type"/>
	                    </xsl:call-template>
                        <xsl:text> get</xsl:text>
                    </xsl:when>
                    <xsl:otherwise>void set</xsl:otherwise>
                </xsl:choose>



By the way Curt, thanks for the all the fixes so far.

Best regards,

Jeroen

=====
X-Hive Corporation
Jeroen van Rotterdam, CEO
e-mail: [email protected]
phone: +31 10 2818080
http://www.x-hive.com
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.