I was supposed to provide a simple Java class running within an IDE with
a
full support of Junit, such as Eclipse.
If you need a running suite I'll pack it up.

I noticed the *error* in the case of the TR tag, I changed it but
nothing
happened.

Stefano.

PS: I made a mistake in the previous email, the file loaded in the test
case is the one attached in this email.

> -----Original Message-----
> From: [email protected] 
> [mailto:[email protected]] On Behalf Of Maurizio Cucchiara
> Sent: Thursday, March 14, 2013 10:49 AM
> To: Commons Users List
> Subject: Re: [jxpath] querying an html file
> 
> My guess is that Matt meant a runnable test (like JUnit).
> 
> Also did you notice that the first tag *TR* tag is lower 
> case, and the others are uppercase?
> That could make the difference.
> 
> 
> Twitter     :http://www.twitter.com/m_cucchiara
> G+          :https://plus.google.com/107903711540963855921
> Linkedin    :http://www.linkedin.com/in/mauriziocucchiara
> VisualizeMe: 
> http://vizualize.me/maurizio.cucchiara?r=maurizio.cucchiara
> 
> Maurizio Cucchiara
<TABLE border="1" fontsize="4" bgcolor="#54FF87" name="dataTable" 
id="dataTable"  style='cursor:hand'>
    <TR>
        <TH><A href="javascript:sortTable(0)">FROM</A></TH>
        <TH><A href="javascript:sortTable(1)">WHAT</A></TH>
        <TH><A href="javascript:sortTable(2)">MSG</A></TH>
        <TH><A href="javascript:sortTable(3)">GOOD</A></TH>
        <TH><A href="javascript:sortTable(4)">ID_1</A></TH>
        <TH><A href="javascript:sortTable(5)">ID_2</A></TH>
        <TH><A href="javascript:sortTable(6)">CONTENT</A></TH>
        <TH><A href="javascript:sortTable(7)">FROM</A></TH>
        <TH><A href="javascript:sortTable(8)">R</A></TH>
    </TR>
    <TR name="myriga" language = "JavaScript" 
onclick="Riga((this.parentElement).parentElement, this)" 
onMouseover="changeto(event, 'yellow')" onMouseout="changeback(event, 
'54FF87')">
        <TD>Some text</TD>
        <TD>600</TD>
        <TD>Transmission</TD>
        <TD>Good</TD>
        <TD>7098653</TD>
        <TD>060130200000015</TD>
        
<TD>A|1|1111000024|89000|115600|0|50000|76600|89|100000|124600|0|150000|129600|100|2013|02||;B|1115000663|0|0|0|0|0|0;B|1115000664|0|0|0|0|0|0;B|1115000665|0|0|0|0|0|0;B|1115000666|89000|115600|89|100000|124600|100;B|1115000667|0|0|0|0|0|0</TD>
        <TD>A</TD>
        <TD>1</TD>
    </TR>
    <TR name="myriga" language = "JavaScript" 
onclick="Riga((this.parentElement).parentElement, this)" 
onMouseover="changeto(event, 'yellow')" onMouseout="changeback(event, 
'54FF87')">
        <TD>Another text</TD>
        <TD>600</TD>
        <TD>Another transmission</TD>
        <TD>Not Good</TD>
        <TD>7098652</TD>
        <TD>060130200000014</TD>
        
<TD>A|2|EA610039745A|89000|115600|0|50000|76600|89|95000|124600|0|100000|129600|95|2013|02||1111000024;B|1115000663|0|0|0|0|0|0;B|1115000664|0|0|0|0|0|0;B|1115000665|0|0|0|0|0|0;B|1115000666|89000|115600|89|95000|124600|95;B|1115000667|0|0|0|0|0|0</TD>
        <TD>A</TD>
        <TD>2</TD>
    </TR>
</TABLE>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to