DOM & Canonicalization

Hi,
I'm realizing a program using XML and digital signature. 
I've a problem: 
For the implementation of this application I use the DOM object and
when I use the instruction objDOM.Load(file.xml) the parser of the 
DOM obj create an error.
The file.xml respect the W3c recommentation for the digital 
signature and so I use the standard DTD that respect this specific 
too.

The problem is that the DOM obj parse only a canonical XML file.
How can I canonicalize a XML file?
Where can I find an algorithm for this Issue?

Thanks for the Help. 

Received on Tuesday, 21 November 2000 09:41:31 UTC