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