Re: Problem with implementation of getChildNodes on HTMLFormElement?
Petr Stehlik <[email protected]> Sat, 13 Sep 2003 01:48:09 +0200
| Newsgroups | gmane.comp.java.enhydra.xmlc |
|---|---|
| Message-ID | <[email protected]> |
V Pá, 12. 09. 2003 v 21:11, Jacob Kjome píše:
> >public static Vector getByClassName(Node node, String className) {
> >testcase from the html page and share it as well.
>
> Absolutely. Any testcases that reproduce this issue are welcome.
OK. Will do on Monday. BTW, note that it happens with Enhydra 5.0's XMLC
(2.1alpha).
> Any idea if the issue happened on a specific type of node? Was it an
> HTMLFormElement which is the issue with the current reported bug?
This is the HTML file:
<BODY>
<CENTER>
<FONT SIZE=+1> <SPAN ID="pageTitle"> report </SPAN> </FONT> <BR>
<FORM METHOD="GET" ACTION="Report.html">
<TABLE SUMMARY="report console" width="90%" BORDER="1">
...
The starting node was the <BODY> and the nodes I was interested in were
inside of the <FORM><TABLE>. But the function couldn't get any childrens
from the FORM, IIRC.
Petr