Hi,
I need to create a checksum for an XML file in Java. The basic requirements are:
- The order of elements matters;
- The name-value pair of attributes is important, but the order of attributes is NOT;
- Ignore all white spaces and comments
Anyone can provide any hint or sample code?
Thanks, Mark