Subject: | Bug in XML::SemanticDiff |
Date: | Wed, 18 Jun 2014 11:25:03 +0100 |
To: | bug-XML-SemanticDiff [...] rt.cpan.org |
From: | Thomas Wormald <thomas [...] wormalds.co.uk> |
Hi,
I think I have found a bug in XML::SemanticDiff version 1.0004 when using
Perl 5 version 18 on Windows 7.
According to the specification, whitespace on element values should be
normalised. However, when I have the following tags being compared:
<something value="hello">
<something value=" hello ">
the element_value method in my handler is fired.
After looking at the source code for XML::SemanticDiff I cannot see where
the whitespace is supposedly normalised?
Thanks,
Thomas Wormald