"She has become one of the most influential female artists of the twentieth century." };
Attribute desc1 = new BasicAttribute( "description" );
desc1.add( descriptions[0] );
desc1.add( descriptions[1] );
ModificationItem addModOp = new ModificationItem(
DirContext.ADD_ATTRIBUTE, desc1 );
Attribute desc2 = new BasicAttribute( "description" );
desc2.add( descriptions[1] );
ModificationItem delModOp = new ModificationItem(
DirContext.REMOVE_ATTRIBUTE, desc2 );
ctx.modifyAttributes( rdn, new ModificationItem[]
{ addModOp,
delModOp } );