Hi, I've tried latest CVS. Problems with: type vs. Type and createReference with type!=null are solved. Thanks for help.
Andrew -----Original Message----- From: Berin Lautenbach [mailto:[EMAIL PROTECTED] Sent: Monday, March 08, 2004 11:25 PM To: [EMAIL PROTECTED] Subject: Re: createBlankReference(....type...) - 'type' or 'Type' Andrew, I think both this and your previous e-mail are bugs in xsec. Are you able to try latest CVS? Someone else was having problems recently and I did some patches, but it would be good to have someone else confirm it is all working OK. Cheers, Berin > Hi, > > The problem is very simple: when I create reference with type!=NULL > in reference node, there is created attribute "type". When I verify > such signature, DSIGReference::load throws exception, because its > looking for "Type", not "type". And here is the question: is a bug in > XSEC, or am I doing something wrong (maybe I have to set some varible, > etc). > > > Looking for help, > andrew