RE: Significance of 'baseURI' in XMLSignature constructor

2004-03-29 Thread Richard Martin
y the w3c: http://www.w3schools.com/SOAP/soap_header.asp?output=print Hope this helps! Regards, Richard -Original Message- From: pacow [mailto:[EMAIL PROTECTED] Sent: 29 March 2004 03:44 To: [EMAIL PROTECTED] Subject: Significance of 'baseURI' in XMLSignature construct

Significance of 'baseURI' in XMLSignature constructor

2004-03-28 Thread pacow
What is the significance of the variable 'baseURI' in the XMLSignature constructor? > ex: XMLSignature sig = new XMLSignature(doc, baseURI, > XMLSignature.ALGO_ID_SIGNATURE_RSA); > does it affect how the document is signed? also, how does it relate to the following attributes of the '' tag? >