Entity Ref Bug in XmlDiff

Hi,

Input document 1 is:

  <!DOCTYPE x [ <!ENTITY foo "..."> ]>
  <x>&foo;</x>

Input document 2 is:

  <!DOCTYPE x [ <!ENTITY bar "..."> ]>
  <x>&bar;</x>

XmlDiff fails to compare these two documents, it complains about an
reference to an undeclared parameter entity in the second document,
but actually it is declared.

regards.

Received on Saturday, 20 July 2002 17:24:06 UTC