RE: Whitespace in SignedInfo element invalidating signature?

2005-05-19 Thread Martin Thomson
as to how to reassemble the document. It's admittedly ugly, but the needs of XML documents were notably missing when the RFC format was designed.  ;-) -Original Message- From: Martin Thomson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 18, 2005 7:31 PM To: security-dev@xml.apache.o

XPath transform: attribute selection

2005-05-19 Thread Martin Thomson
Title: XPath transform: attribute selection I'd be interested in any different takes on my method for selecting attributes: Unfortunately "(//@* | //namespace::*)" evaluates to true for all nodes in a document (as long as there is at least one attribute anywhere. The following happily selec

Whitespace in SignedInfo element invalidating signature?

2005-05-18 Thread Martin Thomson
Title: Whitespace in SignedInfo element invalidating signature? Hi all, Possible bug? I have produced a document that includes an enveloped signature and I am trying to reformat it so I can include it in an RFC (69 characters per line and all).  That means tinkering with the whitespace.  S