Hello... I use Betwixt for marshalling and unmarshalling XML documents (to/from JavaBeans).
I sign the generated XML documents using XmlSig; this appends the elements ds:signature to the Betwixt generated XML document. When I load the document back, how can I instruct Betwixt to ignore the ds:Signature element (and the subtree rooted at this element)? Is it as simple as adding <hide element="ds:Signature"/> to my betwixt file? Regards, U --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
