Apache XML Security
Hi,
I am creating a small program that will need to sign a XML document given a keyname. At this point my program can import the key and also sign the XML document. However I cannot find any documentation on how to save signature so its embedded in the XML document. The apache xml security examples have very little documentation and their online java docs lead to 404's. Does anyone have any examples they could share or point me in the correct direction?

