RE: Looping in package org.apache.xml.security.keys.content.X509Data

2004-08-09 Thread Eckehard.Hermann
= 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

Re: Looping in package org.apache.xml.security.keys.content.X509Data

2004-08-06 Thread raul-info
> 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

Looping in package org.apache.xml.security.keys.content.X509Data

2004-08-06 Thread Eckehard.Hermann
Title: Looping in package org.apache.xml.security.keys.content.X509Data 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