In the example SignatureUtils.java there is this code line signedElement.setIdAttributeNS(null, "Id", true); which referes to the optional id of attached xml element where ths signature is embedded.But by specification says it`s an optional attribute.My question is how can I do or check if the id attribute is there, because when it is not there I`m getting an "Element not found" error at this place.
-- View this message in context: http://apache-xml-project.6118.n7.nabble.com/Optional-ID-of-attached-element-tp41910.html Sent from the Apache XML - Security - Dev mailing list archive at Nabble.com.
