On Tue, 26 Feb 2002 18:17:35 +0100
"Jeroen Breedveld" <[EMAIL PROTECTED]> wrote:

>  | -----Original Message-----
>  | From: [EMAIL PROTECTED] 
>  | [mailto:[EMAIL PROTECTED]
>  | Behalf Of Jeroen Breedveld
>  | Sent: dinsdag 15 januari 2002 16:26
>  | To: [EMAIL PROTECTED]
>  | Subject: Bug with insert attributes with namespaces
>  | 
>  | 
>  | Hi,
>  | 
>  | I found a bug in InsertAtttribute.java when inserting attributes with
>  | namespaces:
> 
> Solved this bug by replacing line 90: 
> 
>             contextNode = ((Element)contextNode).setAttributeNode(
> attribute );
> 
> with:
> 
>             ((Element)contextNode).setAttributeNode( attribute );
> 
> and line 94 (namespaces case):
> 
>             contextNode = ((Element)contextNode).setAttributeNodeNS(
> attribute );
> 
> with:
> 
>             ((Element)contextNode).setAttributeNodeNS( attribute );
> 
> greetings,


Thanks Jeroen, do you think we're ready to create a new distribution?

Regards, Lars.
--
______________________________________________________________________
Lars Martin                             mailto:[EMAIL PROTECTED]
SMB GmbH                                        http://www.smb-tec.com

----------------------------------------------------------------------
Post a message:         mailto:[EMAIL PROTECTED]
Unsubscribe:            mailto:[EMAIL PROTECTED]
Contact administrator:  mailto:[EMAIL PROTECTED]
Read archived messages: http://archive.xmldb.org/
----------------------------------------------------------------------

Reply via email to