views:

14

answers:

0

I have data that is set up as such...

<strong> name</strong>
<br /> address &nbps; city, state &nbsp; zip
<hr>

and I need to store the data in a database, how can I break this apart? There are no descriptive ids or anything...

I fixed the issue by using the NextSibling attribute to walk through the mess...thanks for all of the suggestions...