On 8/21/12 1:34 PM, "Michael Bishop" <[email protected]> wrote: > >So you can't ask a signature to ignore white space nodes.
Not in any practical sense. > You have to create (or load) the document as you want it formatted >before signing it: > >- Load unformatted Document >- Pretty Print (to String) >- (Re)load Document from String >- Sign If you really care enough to do this. Generally that's better left to other layers and not dealt with at a layer that needs to worry about security. -- Scott
