Html parser find node very slow?

hi. can someone tell me why the “find” node is so slow?
i try to parse through a website(“network get”) via “find” but it doesnt work?!

any help or a point in a different direction would be nice.

thx, rUben

findNotWorking.v4p (7.2 kB)

try Tidy (XML) with OutputType set to XMLNoHeader
connect XPath (XML) with the XPath Query:^code:
//dt@class=“odd”
^

thanks woei.