Normalize each XML document using the following recipe, then use a whitespace-insensitive diff tool: from xml.dom import minidom dom = minidom.parse(input) ...
確定! 回上一頁