Hi All,

I am trying to create a XML digital signature for a huge xml file. As the current xml signature api (jsr105) is having dom based implementation. It is throwing Out of memory exception.

Can you please suggest any option or other than DOM based api (like Stax) for doing the task.

Thanks in advance.