<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<br>
<div class="moz-cite-prefix">On 5/10/13 7:48 PM, Mitu Singh wrote:<br>
</div>
<blockquote
cite="mid:1368229718.2989.YahooMailNeo@web122006.mail.ne1.yahoo.com"
type="cite">
<div style="color:#000; background-color:#fff; font-family:tahoma,
new york, times, serif;font-size:10pt"><br>
I am not using XMLObject layer. But I am confused why my code
works with xmlsec1.4.5 (older version) and not with
xmlsec1.5.4(latest version)? Is this expected?<br>
<div><span><br>
</span></div>
</div>
</blockquote>
<br>
Yes. With xmlsec 1.5.0 and greater, the calling code must register
ID-ness on DOM attributes in order for ID-based resolution to work.
Our unmarshalling code does it, but if you are not using that part
of OpenSAML, then it's your responsibility to do so. See here:<br>
<br>
<a class="moz-txt-link-freetext" href="http://santuario.apache.org/java150releasenotes.html#java_1_5_0_release_notes-MajorchangestohowElementsareresolved">http://santuario.apache.org/java150releasenotes.html#java_1_5_0_release_notes-MajorchangestohowElementsareresolved</a><br>
<br>
<br>
Although: I have to wonder why you'd use our signature processing
classes but not our XMLObject support in general. The latter is kind
of the whole point of OpenSAML. <br>
<br>
<br>
</body>
</html>