Quantcast
Channel: Active questions tagged python - Stack Overflow
Viewing all articles
Browse latest Browse all 23390

Move a html tag from one html file to another with BeautifulSoup

$
0
0

I have 2 HTML files called A.html and B.html. Each file has exactly 1 tag. I want to replace the "pre" tag in B.html with the one in A.html with BeautifulSoup but I haven't found any solution so far since the A's has some children.How do I do that? Thanks!

A.html

<html><head><style><!-- Some CSS --></style><body><pre><b>Db</b>  <b>Eb</b>  <b>Ab</b>  <b>Gb</b>  <b>F</b>  <b>Bbm</b>  <b>Ebm</b> </pre></body></html>

B.html

<html><head><style><!-- Some CSS --></style><body><pre></pre></body></html>

Viewing all articles
Browse latest Browse all 23390

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>