[Htmlparser-user] Failure parsing html with StringBean
Brought to you by:
derrickoswald
From: Mark S. <htm...@ey...> - 2006-06-06 10:30:03
|
hi, i'am using StringBean to extract strings from a given html source. This code caues htmlparser to only recognize one connected string <td class="yes"> <strong>Organisationseinheiten</strong> </td> $[weblogEnabled$ <td class="no"> returned: Organisationseinheiten $[weblogEnabled$ But it should be Organisationseinheiten $[weblogEnabled$ Can someone give me a hint which part of StringBean causes this? thanks a lot |