RE: Entity Ref Bug in XmlDiff

Hello Bjoern,

Thanks for your interest in XML Diff and for pointing out the issue with
entities. It will be fixed in the final release version of XML Diff.

Regards,

Helena Kupkova

-----Original Message-----
From: Bjoern Hoehrmann [mailto:derhoermi@gmx.net] 
Sent: Saturday, July 20, 2002 2:24 PM
To: Webdata Xml Tools
Cc: www-archive@w3.org
Subject: 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 Monday, 22 July 2002 13:46:19 UTC