= keyinfo.itemX509Data(i);
the itemX509Data(...) would loop (without the fix, of course ;-))
hope it helps,
Eckehard
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Freitag, 6. August 2004 20:27
To: [EMAIL PROTECTED]
Subject: Re: Looping in
> Hi all,
>
> my application loops in the X509Data(Element element, String BaseURI)
> constructor of the org.apache.xml.security.keys.content.X509Data class.
> Adding
>
> sibling=sibling.getNextSibling();
>
> before the end of the 'while' (line 116), fixed it for me. So probably
> it would fix this