RE: Document removes xml header

2006-03-23 Thread Jesse Pelton
D'oh! I was indeed missing something; I should have read his code more carefully. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Raul Benito Sent: Thursday, March 23, 2006 2:36 PM To: security-dev@xml.apache.org Subject: Re: Document removes xml h

Re: Document removes xml header

2006-03-23 Thread Raul Benito
cument not only looks like XML, it's intended to > actually be XML. > > Or am I missing something? > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > On Behalf Of Raul Benito > Sent: Thursday, March 23, 2006 1:39 PM > To: security-dev@x

RE: Document removes xml header

2006-03-23 Thread Jesse Pelton
not only looks like XML, it's intended to actually be XML. Or am I missing something? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Raul Benito Sent: Thursday, March 23, 2006 1:39 PM To: security-dev@xml.apache.org Subject: Re: Document removes xml hea

Re: Document removes xml header

2006-03-23 Thread Raul Benito
The is removed by the Canocilazation method as it is mandated by the c14n spec. Regards, Raul On 3/23/06, Michael Kail <[EMAIL PROTECTED]> wrote: > Morning everybody! > > Could it be, that the java class org.w3c.dom.Document removes my xml > header information( Before loading the xml file there

Document removes xml header

2006-03-22 Thread Michael Kail
Morning everybody! Could it be, that the java class org.w3c.dom.Document removes my xml header information(http://www.w3.org/2000/09/xmldsig#","";); XMLSignature sig = new XMLSignature(doc, BaseURI, XMLSignature.ALGO_ID_SIGNATURE_DSA);