graphtage
graphtage copied to clipboard
Fails to match closing HTML tags
trafficstars
Graphtage currently throws an error when encountering a closing tag such as
</head>
because it fails to match the tag appropriately, preventing it from diffing HTML.
Graphtage uses Python's built-in parser for XML and HTML; anything it can parse, Graphtage can parse. Can you give a more detailed example to reproduce the problem?
@ESultanik This issue will be resolved by your mentioned approach in issue #25 : https://github.com/trailofbits/graphtage/issues/25#issuecomment-686182148