简体   繁体   中英

How to exclude a tag from an html file with xidel?

How to extract text1 from the following file using xidel?

<html>
<body>
        <div class="class1">
                text1
                <table><tbody>
                <tr>
                    <td>t1tr1td1</td>
                    <td>t1tr1td2</td>
                </tr>
                </tbody></table>
        </div>
</body>
</html>
xidel file.html -e "//div/text()"

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM