Are there any tools out there to compare the structure of 2 web pages?

后端 未结 5 1199
粉色の甜心
粉色の甜心 2021-01-01 02:24

I receive HTML pages from our creative team, and then use those to build aspx pages. One challenge I frequently face is getting the HTML I spit out to match theirs exactly.

5条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-01 03:07

    I was thinking on lines of XML Diff since HTML can be represented as an XML Document. The challenge with HTML is that it might not be always well formed. Found one more here showing how to use XMLDiff class.

提交回复
热议问题