W
W
woodstock702016-08-30 17:23:29
HTML
woodstock70, 2016-08-30 17:23:29

How to parse html table to txt?

Hello.
Essence in what: It is
necessary to make from the table of type

<table>
    <tr>
      <td></td>
      <td></td>
    </tr>
    <tr>
     <td></td>
     <td></td>
    </tr>
  </table>

txt file with the following content:
-------------|----------------
1            | 2             *
-------------|----------------
3            | 4             *
-------------|----------------

Tell me how it is better to implement this, in fact, it is possible in any language - I would like to understand the logic. Thank you.

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question